π Lightweight, simple, and easy-to-use screen color picker.
Installation β’ Features β’ Resource Usage β’ Showcase
Get the .exe
file from the Releases Page and run it.
If you prefer the source code version, download the .ahk
file from the Releases Page.
but you'll need to install AutoHotkey v2.0 to run it manually.
π¨ Supported Color Formats
- HEX β
#RRGGBB
(hexadecimal color code) - RGB β
rgb(R, G, B)
(red, green, blue numeric values) - RGBA β
rgba(R, G, B, A)
(red, green, blue + alpha/transparency) - HSL β
hsl(HΒ°, S%, L%)
(hue, saturation, lightness) - HSLA β
hsla(HΒ°, S%, L%, A)
(hue, saturation, lightness + alpha)
XPicker.mp4
Feel free to fork this repository and submit pull requests. Contributions to improve functionality, documentation, or adding features are welcome. For guidelines, please refer to the CONTRIBUTING.md.