Shades of Chartreuse #8AFC0F
Tints of Chartreuse #8AFC0F
RGB
CMYK
RGB Variations
Color information
#8AFC0F (or 0x8AFC0F) is known color: Chartreuse. HEX triplet: 8A, FC and 0F. RGB value is (138,252,15). Sum of RGB (Red+Green+Blue) = 138+252+15=405 (53% of max value = 765). Red value is 138 (54.30% from 255 or 34.07% from 405); Green value is 252 (98.83% from 255 or 62.22% from 405); Blue value is 15 (6.25% from 255 or 3.70% from 405); Max value from RGB is 252 - color contains mainly: green. Hex color #8AFC0F is not a web safe color. Web safe color analog (approx): #99FF00. Inversed color of #8AFC0F is #7503F0. Grayscale: #BFBFBF. Windows color (decimal): -7668721 or 1047690. OLE color: 1047690.
HSL color Cylindrical-coordinate representation of color #8AFC0F: hue angle of 88.86º degrees, saturation: 0.98, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #8AFC0F is Cyan = 0.45, Magento = 0, Yellow = 0.94 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 138 | 252 | 15 | - |
| CMYK | 0.45 | 0 | 0.94 | 0.01 |
| HSL | 88.86º | 0.98% | 0.52% | - |
| HSV(B) | 88.86º | 0.94% | 0.99% | - |
| XYZ | 45.38 | 75.06 | 12.55 | - |
| YUV | 190.9 | 28.73 | 90.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 138 | 252 | 15 | 0.45 | 0 | 0.94 | 0.01 | 88.86 | 0.98 | 0.52 |
| Hex | 8A | FC | F | 2D | 0 | 5E | 1 | 59 | 62 | 34 |
| Octal | 212 | 374 | 17 | 55 | 0 | 136 | 1 | 131 | 142 | 64 |
| Binary | 10001010 | 11111100 | 1111 | 101101 | 0 | 1011110 | 1 | 1011001 | 1100010 | 110100 |
Color Harmonies of #8AFC0F
Complementary color
Monochromatic Colors of #8AFC0F
Black with #8AFC0F
Text Example
Text Example
White with #8AFC0F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8AFC0F; }
p { color: rgb(138,252,15); }
H1.HeaderClassName
{
color: #8AFC0F;
}
.AnyTagClassName
{
color: #8AFC0F;
}
</style>
background-color css
<style>
a { background-color: #8AFC0F; }
a { background-color: rgb(138,252,15); }
div.DivClassName
{
background-color: #8AFC0F;
}
.BgClassName
{
background-color: #8AFC0F;
}
</style>
border-color css
<style>
span { border-color: #8AFC0F; }
span { border-color: rgb(138,252,15); }
td.TdClassName
{
border-color: #8AFC0F;
}
.TagClassName
{
border-color: #8AFC0F;
}
</style>