PixelValue
Shows the color value and HTML code of a pixel under the mouse cursor
A simple Windows console app that can show the RGB color values and HTML color code of a pixel under the mouse cursor when the user clicks somewhere on the screen. The results are stored as a table in a .html file, and displayed in the default web browser.
It doesn't require any instalation, just start the .exe
To start mouse click tracking press Shift, to stop tracking press Ctrl. The program will display a dot in the console for every mouse click tracked so far. To enable debugging...