Shades of Chartreuse #8AFC14
Tints of Chartreuse #8AFC14
RGB
CMYK
RGB Variations
Color information
#8AFC14 (or 0x8AFC14) is known color: Chartreuse. HEX triplet: 8A, FC and 14. RGB value is (138,252,20). Sum of RGB (Red+Green+Blue) = 138+252+20=410 (54% of max value = 765). Red value is 138 (54.30% from 255 or 33.66% from 410); Green value is 252 (98.83% from 255 or 61.46% from 410); Blue value is 20 (8.20% from 255 or 4.88% from 410); Max value from RGB is 252 - color contains mainly: green. Hex color #8AFC14 is not a web safe color. Web safe color analog (approx): #99FF00. Inversed color of #8AFC14 is #7503EB. Grayscale: #C0C0C0. Windows color (decimal): -7668716 or 1375370. OLE color: 1375370.
HSL color Cylindrical-coordinate representation of color #8AFC14: hue angle of 89.48º degrees, saturation: 0.97, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #8AFC14 is Cyan = 0.45, Magento = 0, Yellow = 0.92 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 138 | 252 | 20 | - |
| CMYK | 0.45 | 0 | 0.92 | 0.01 |
| HSL | 89.48º | 0.97% | 0.53% | - |
| HSV(B) | 89.48º | 0.92% | 0.99% | - |
| XYZ | 45.42 | 75.07 | 12.76 | - |
| YUV | 191.47 | 31.23 | 89.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 138 | 252 | 20 | 0.45 | 0 | 0.92 | 0.01 | 89.48 | 0.97 | 0.53 |
| Hex | 8A | FC | 14 | 2D | 0 | 5C | 1 | 59 | 61 | 35 |
| Octal | 212 | 374 | 24 | 55 | 0 | 134 | 1 | 131 | 141 | 65 |
| Binary | 10001010 | 11111100 | 10100 | 101101 | 0 | 1011100 | 1 | 1011001 | 1100001 | 110101 |
Color Harmonies of #8AFC14
Complementary color
Monochromatic Colors of #8AFC14
Black with #8AFC14
Text Example
Text Example
White with #8AFC14
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8AFC14; }
p { color: rgb(138,252,20); }
H1.HeaderClassName
{
color: #8AFC14;
}
.AnyTagClassName
{
color: #8AFC14;
}
</style>
background-color css
<style>
a { background-color: #8AFC14; }
a { background-color: rgb(138,252,20); }
div.DivClassName
{
background-color: #8AFC14;
}
.BgClassName
{
background-color: #8AFC14;
}
</style>
border-color css
<style>
span { border-color: #8AFC14; }
span { border-color: rgb(138,252,20); }
td.TdClassName
{
border-color: #8AFC14;
}
.TagClassName
{
border-color: #8AFC14;
}
</style>