Shades of Chartreuse #8AF921
Tints of Chartreuse #8AF921
RGB
CMYK
RGB Variations
Color information
#8AF921 (or 0x8AF921) is known color: Chartreuse. HEX triplet: 8A, F9 and 21. RGB value is (138,249,33). Sum of RGB (Red+Green+Blue) = 138+249+33=420 (55% of max value = 765). Red value is 138 (54.30% from 255 or 32.86% from 420); Green value is 249 (97.66% from 255 or 59.29% from 420); Blue value is 33 (13.28% from 255 or 7.86% from 420); Max value from RGB is 249 - color contains mainly: green. Hex color #8AF921 is not a web safe color. Web safe color analog (approx): #99FF33. Inversed color of #8AF921 is #7506DE. Grayscale: #BFBFBF. Windows color (decimal): -7669471 or 2226570. OLE color: 2226570.
HSL color Cylindrical-coordinate representation of color #8AF921: hue angle of 90.83º degrees, saturation: 0.95, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #8AF921 is Cyan = 0.45, Magento = 0, Yellow = 0.87 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 138 | 249 | 33 | - |
| CMYK | 0.45 | 0 | 0.87 | 0.02 |
| HSL | 90.83º | 0.95% | 0.55% | - |
| HSV(B) | 90.83º | 0.87% | 0.98% | - |
| XYZ | 44.63 | 73.26 | 13.23 | - |
| YUV | 191.19 | 38.73 | 90.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 138 | 249 | 33 | 0.45 | 0 | 0.87 | 0.02 | 90.83 | 0.95 | 0.55 |
| Hex | 8A | F9 | 21 | 2D | 0 | 57 | 2 | 5B | 5F | 37 |
| Octal | 212 | 371 | 41 | 55 | 0 | 127 | 2 | 133 | 137 | 67 |
| Binary | 10001010 | 11111001 | 100001 | 101101 | 0 | 1010111 | 10 | 1011011 | 1011111 | 110111 |
Color Harmonies of #8AF921
Complementary color
Monochromatic Colors of #8AF921
Black with #8AF921
Text Example
Text Example
White with #8AF921
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8AF921; }
p { color: rgb(138,249,33); }
H1.HeaderClassName
{
color: #8AF921;
}
.AnyTagClassName
{
color: #8AF921;
}
</style>
background-color css
<style>
a { background-color: #8AF921; }
a { background-color: rgb(138,249,33); }
div.DivClassName
{
background-color: #8AF921;
}
.BgClassName
{
background-color: #8AF921;
}
</style>
border-color css
<style>
span { border-color: #8AF921; }
span { border-color: rgb(138,249,33); }
td.TdClassName
{
border-color: #8AF921;
}
.TagClassName
{
border-color: #8AF921;
}
</style>