Shades of Chartreuse #8AF21E
Tints of Chartreuse #8AF21E
RGB
CMYK
RGB Variations
Color information
#8AF21E (or 0x8AF21E) is known color: Chartreuse. HEX triplet: 8A, F2 and 1E. RGB value is (138,242,30). Sum of RGB (Red+Green+Blue) = 138+242+30=410 (54% of max value = 765). Red value is 138 (54.30% from 255 or 33.66% from 410); Green value is 242 (94.92% from 255 or 59.02% from 410); Blue value is 30 (12.11% from 255 or 7.32% from 410); Max value from RGB is 242 - color contains mainly: green. Hex color #8AF21E is not a web safe color. Web safe color analog (approx): #99FF33. Inversed color of #8AF21E is #750DE1. Grayscale: #BBBBBB. Windows color (decimal): -7671266 or 2028170. OLE color: 2028170.
HSL color Cylindrical-coordinate representation of color #8AF21E: hue angle of 89.43º degrees, saturation: 0.89, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #8AF21E is Cyan = 0.43, Magento = 0, Yellow = 0.88 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 138 | 242 | 30 | - |
| CMYK | 0.43 | 0 | 0.88 | 0.05 |
| HSL | 89.43º | 0.89% | 0.53% | - |
| HSV(B) | 89.43º | 0.88% | 0.95% | - |
| XYZ | 42.47 | 69 | 12.31 | - |
| YUV | 186.74 | 39.54 | 93.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 138 | 242 | 30 | 0.43 | 0 | 0.88 | 0.05 | 89.43 | 0.89 | 0.53 |
| Hex | 8A | F2 | 1E | 2B | 0 | 58 | 5 | 59 | 59 | 35 |
| Octal | 212 | 362 | 36 | 53 | 0 | 130 | 5 | 131 | 131 | 65 |
| Binary | 10001010 | 11110010 | 11110 | 101011 | 0 | 1011000 | 101 | 1011001 | 1011001 | 110101 |
Color Harmonies of #8AF21E
Complementary color
Monochromatic Colors of #8AF21E
Black with #8AF21E
Text Example
Text Example
White with #8AF21E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8AF21E; }
p { color: rgb(138,242,30); }
H1.HeaderClassName
{
color: #8AF21E;
}
.AnyTagClassName
{
color: #8AF21E;
}
</style>
background-color css
<style>
a { background-color: #8AF21E; }
a { background-color: rgb(138,242,30); }
div.DivClassName
{
background-color: #8AF21E;
}
.BgClassName
{
background-color: #8AF21E;
}
</style>
border-color css
<style>
span { border-color: #8AF21E; }
span { border-color: rgb(138,242,30); }
td.TdClassName
{
border-color: #8AF21E;
}
.TagClassName
{
border-color: #8AF21E;
}
</style>