Shades of Chartreuse #8AF621
Tints of Chartreuse #8AF621
RGB
CMYK
RGB Variations
Color information
#8AF621 (or 0x8AF621) is known color: Chartreuse. HEX triplet: 8A, F6 and 21. RGB value is (138,246,33). Sum of RGB (Red+Green+Blue) = 138+246+33=417 (55% of max value = 765). Red value is 138 (54.30% from 255 or 33.09% from 417); Green value is 246 (96.48% from 255 or 58.99% from 417); Blue value is 33 (13.28% from 255 or 7.91% from 417); Max value from RGB is 246 - color contains mainly: green. Hex color #8AF621 is not a web safe color. Web safe color analog (approx): #99FF33. Inversed color of #8AF621 is #7509DE. Grayscale: #BEBEBE. Windows color (decimal): -7670239 or 2225802. OLE color: 2225802.
HSL color Cylindrical-coordinate representation of color #8AF621: hue angle of 90.42º degrees, saturation: 0.92, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #8AF621 is Cyan = 0.44, Magento = 0, Yellow = 0.87 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 138 | 246 | 33 | - |
| CMYK | 0.44 | 0 | 0.87 | 0.04 |
| HSL | 90.42º | 0.92% | 0.55% | - |
| HSV(B) | 90.42º | 0.87% | 0.96% | - |
| XYZ | 43.71 | 71.42 | 12.92 | - |
| YUV | 189.43 | 39.72 | 91.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 138 | 246 | 33 | 0.44 | 0 | 0.87 | 0.04 | 90.42 | 0.92 | 0.55 |
| Hex | 8A | F6 | 21 | 2C | 0 | 57 | 4 | 5A | 5C | 37 |
| Octal | 212 | 366 | 41 | 54 | 0 | 127 | 4 | 132 | 134 | 67 |
| Binary | 10001010 | 11110110 | 100001 | 101100 | 0 | 1010111 | 100 | 1011010 | 1011100 | 110111 |
Color Harmonies of #8AF621
Complementary color
Monochromatic Colors of #8AF621
Black with #8AF621
Text Example
Text Example
White with #8AF621
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8AF621; }
p { color: rgb(138,246,33); }
H1.HeaderClassName
{
color: #8AF621;
}
.AnyTagClassName
{
color: #8AF621;
}
</style>
background-color css
<style>
a { background-color: #8AF621; }
a { background-color: rgb(138,246,33); }
div.DivClassName
{
background-color: #8AF621;
}
.BgClassName
{
background-color: #8AF621;
}
</style>
border-color css
<style>
span { border-color: #8AF621; }
span { border-color: rgb(138,246,33); }
td.TdClassName
{
border-color: #8AF621;
}
.TagClassName
{
border-color: #8AF621;
}
</style>