Shades of Chartreuse #8AFC18
Tints of Chartreuse #8AFC18
RGB
CMYK
RGB Variations
Color information
#8AFC18 (or 0x8AFC18) is known color: Chartreuse. HEX triplet: 8A, FC and 18. RGB value is (138,252,24). Sum of RGB (Red+Green+Blue) = 138+252+24=414 (54% of max value = 765). Red value is 138 (54.30% from 255 or 33.33% from 414); Green value is 252 (98.83% from 255 or 60.87% from 414); Blue value is 24 (9.77% from 255 or 5.80% from 414); Max value from RGB is 252 - color contains mainly: green. Hex color #8AFC18 is not a web safe color. Web safe color analog (approx): #99FF00. Inversed color of #8AFC18 is #7503E7. Grayscale: #C0C0C0. Windows color (decimal): -7668712 or 1637514. OLE color: 1637514.
HSL color Cylindrical-coordinate representation of color #8AFC18: hue angle of 90º degrees, saturation: 0.97, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #8AFC18 is Cyan = 0.45, Magento = 0, Yellow = 0.90 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 138 | 252 | 24 | - |
| CMYK | 0.45 | 0 | 0.90 | 0.01 |
| HSL | 90º | 0.97% | 0.54% | - |
| HSV(B) | 90º | 0.9% | 0.99% | - |
| XYZ | 45.46 | 75.09 | 12.96 | - |
| YUV | 191.92 | 33.23 | 89.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 138 | 252 | 24 | 0.45 | 0 | 0.90 | 0.01 | 90 | 0.97 | 0.54 |
| Hex | 8A | FC | 18 | 2D | 0 | 5A | 1 | 5A | 61 | 36 |
| Octal | 212 | 374 | 30 | 55 | 0 | 132 | 1 | 132 | 141 | 66 |
| Binary | 10001010 | 11111100 | 11000 | 101101 | 0 | 1011010 | 1 | 1011010 | 1100001 | 110110 |
Color Harmonies of #8AFC18
Complementary color
Monochromatic Colors of #8AFC18
Black with #8AFC18
Text Example
Text Example
White with #8AFC18
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8AFC18; }
p { color: rgb(138,252,24); }
H1.HeaderClassName
{
color: #8AFC18;
}
.AnyTagClassName
{
color: #8AFC18;
}
</style>
background-color css
<style>
a { background-color: #8AFC18; }
a { background-color: rgb(138,252,24); }
div.DivClassName
{
background-color: #8AFC18;
}
.BgClassName
{
background-color: #8AFC18;
}
</style>
border-color css
<style>
span { border-color: #8AFC18; }
span { border-color: rgb(138,252,24); }
td.TdClassName
{
border-color: #8AFC18;
}
.TagClassName
{
border-color: #8AFC18;
}
</style>