Shades of Chartreuse #8AFB12
Tints of Chartreuse #8AFB12
RGB
CMYK
RGB Variations
Color information
#8AFB12 (or 0x8AFB12) is known color: Chartreuse. HEX triplet: 8A, FB and 12. RGB value is (138,251,18). Sum of RGB (Red+Green+Blue) = 138+251+18=407 (53% of max value = 765). Red value is 138 (54.30% from 255 or 33.91% from 407); Green value is 251 (98.44% from 255 or 61.67% from 407); Blue value is 18 (7.42% from 255 or 4.42% from 407); Max value from RGB is 251 - color contains mainly: green. Hex color #8AFB12 is not a web safe color. Web safe color analog (approx): #99FF00. Inversed color of #8AFB12 is #7504ED. Grayscale: #BFBFBF. Windows color (decimal): -7668974 or 1244042. OLE color: 1244042.
HSL color Cylindrical-coordinate representation of color #8AFB12: hue angle of 89.1º degrees, saturation: 0.97, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #8AFB12 is Cyan = 0.45, Magento = 0, Yellow = 0.93 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 138 | 251 | 18 | - |
| CMYK | 0.45 | 0 | 0.93 | 0.02 |
| HSL | 89.1º | 0.97% | 0.53% | - |
| HSV(B) | 89.1º | 0.93% | 0.98% | - |
| XYZ | 45.09 | 74.44 | 12.56 | - |
| YUV | 190.65 | 30.56 | 90.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 138 | 251 | 18 | 0.45 | 0 | 0.93 | 0.02 | 89.1 | 0.97 | 0.53 |
| Hex | 8A | FB | 12 | 2D | 0 | 5D | 2 | 59 | 61 | 35 |
| Octal | 212 | 373 | 22 | 55 | 0 | 135 | 2 | 131 | 141 | 65 |
| Binary | 10001010 | 11111011 | 10010 | 101101 | 0 | 1011101 | 10 | 1011001 | 1100001 | 110101 |
Color Harmonies of #8AFB12
Complementary color
Monochromatic Colors of #8AFB12
Black with #8AFB12
Text Example
Text Example
White with #8AFB12
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8AFB12; }
p { color: rgb(138,251,18); }
H1.HeaderClassName
{
color: #8AFB12;
}
.AnyTagClassName
{
color: #8AFB12;
}
</style>
background-color css
<style>
a { background-color: #8AFB12; }
a { background-color: rgb(138,251,18); }
div.DivClassName
{
background-color: #8AFB12;
}
.BgClassName
{
background-color: #8AFB12;
}
</style>
border-color css
<style>
span { border-color: #8AFB12; }
span { border-color: rgb(138,251,18); }
td.TdClassName
{
border-color: #8AFB12;
}
.TagClassName
{
border-color: #8AFB12;
}
</style>