Shades of Chartreuse #8AFD11
Tints of Chartreuse #8AFD11
RGB
CMYK
RGB Variations
Color information
#8AFD11 (or 0x8AFD11) is known color: Chartreuse. HEX triplet: 8A, FD and 11. RGB value is (138,253,17). Sum of RGB (Red+Green+Blue) = 138+253+17=408 (54% of max value = 765). Red value is 138 (54.30% from 255 or 33.82% from 408); Green value is 253 (99.22% from 255 or 62.01% from 408); Blue value is 17 (7.03% from 255 or 4.17% from 408); Max value from RGB is 253 - color contains mainly: green. Hex color #8AFD11 is not a web safe color. Web safe color analog (approx): #99FF00. Inversed color of #8AFD11 is #7502EE. Grayscale: #C0C0C0. Windows color (decimal): -7668463 or 1179018. OLE color: 1179018.
HSL color Cylindrical-coordinate representation of color #8AFD11: hue angle of 89.24º degrees, saturation: 0.98, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #8AFD11 is Cyan = 0.45, Magento = 0, Yellow = 0.93 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 138 | 253 | 17 | - |
| CMYK | 0.45 | 0 | 0.93 | 0.01 |
| HSL | 89.24º | 0.98% | 0.53% | - |
| HSV(B) | 89.24º | 0.93% | 0.99% | - |
| XYZ | 45.71 | 75.69 | 12.73 | - |
| YUV | 191.71 | 29.4 | 89.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 138 | 253 | 17 | 0.45 | 0 | 0.93 | 0.01 | 89.24 | 0.98 | 0.53 |
| Hex | 8A | FD | 11 | 2D | 0 | 5D | 1 | 59 | 62 | 35 |
| Octal | 212 | 375 | 21 | 55 | 0 | 135 | 1 | 131 | 142 | 65 |
| Binary | 10001010 | 11111101 | 10001 | 101101 | 0 | 1011101 | 1 | 1011001 | 1100010 | 110101 |
Color Harmonies of #8AFD11
Complementary color
Monochromatic Colors of #8AFD11
Black with #8AFD11
Text Example
Text Example
White with #8AFD11
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8AFD11; }
p { color: rgb(138,253,17); }
H1.HeaderClassName
{
color: #8AFD11;
}
.AnyTagClassName
{
color: #8AFD11;
}
</style>
background-color css
<style>
a { background-color: #8AFD11; }
a { background-color: rgb(138,253,17); }
div.DivClassName
{
background-color: #8AFD11;
}
.BgClassName
{
background-color: #8AFD11;
}
</style>
border-color css
<style>
span { border-color: #8AFD11; }
span { border-color: rgb(138,253,17); }
td.TdClassName
{
border-color: #8AFD11;
}
.TagClassName
{
border-color: #8AFD11;
}
</style>