Shades of Chartreuse #8AFD17
Tints of Chartreuse #8AFD17
RGB
CMYK
RGB Variations
Color information
#8AFD17 (or 0x8AFD17) is known color: Chartreuse. HEX triplet: 8A, FD and 17. RGB value is (138,253,23). Sum of RGB (Red+Green+Blue) = 138+253+23=414 (54% of max value = 765). Red value is 138 (54.30% from 255 or 33.33% from 414); Green value is 253 (99.22% from 255 or 61.11% from 414); Blue value is 23 (9.38% from 255 or 5.56% from 414); Max value from RGB is 253 - color contains mainly: green. Hex color #8AFD17 is not a web safe color. Web safe color analog (approx): #99FF00. Inversed color of #8AFD17 is #7502E8. Grayscale: #C1C1C1. Windows color (decimal): -7668457 or 1572234. OLE color: 1572234.
HSL color Cylindrical-coordinate representation of color #8AFD17: hue angle of 90º degrees, saturation: 0.98, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #8AFD17 is Cyan = 0.45, Magento = 0, Yellow = 0.91 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 138 | 253 | 23 | - |
| CMYK | 0.45 | 0 | 0.91 | 0.01 |
| HSL | 90º | 0.98% | 0.54% | - |
| HSV(B) | 90º | 0.91% | 0.99% | - |
| XYZ | 45.76 | 75.72 | 13.01 | - |
| YUV | 192.4 | 32.4 | 89.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 138 | 253 | 23 | 0.45 | 0 | 0.91 | 0.01 | 90 | 0.98 | 0.54 |
| Hex | 8A | FD | 17 | 2D | 0 | 5B | 1 | 5A | 62 | 36 |
| Octal | 212 | 375 | 27 | 55 | 0 | 133 | 1 | 132 | 142 | 66 |
| Binary | 10001010 | 11111101 | 10111 | 101101 | 0 | 1011011 | 1 | 1011010 | 1100010 | 110110 |
Color Harmonies of #8AFD17
Complementary color
Monochromatic Colors of #8AFD17
Black with #8AFD17
Text Example
Text Example
White with #8AFD17
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8AFD17; }
p { color: rgb(138,253,23); }
H1.HeaderClassName
{
color: #8AFD17;
}
.AnyTagClassName
{
color: #8AFD17;
}
</style>
background-color css
<style>
a { background-color: #8AFD17; }
a { background-color: rgb(138,253,23); }
div.DivClassName
{
background-color: #8AFD17;
}
.BgClassName
{
background-color: #8AFD17;
}
</style>
border-color css
<style>
span { border-color: #8AFD17; }
span { border-color: rgb(138,253,23); }
td.TdClassName
{
border-color: #8AFD17;
}
.TagClassName
{
border-color: #8AFD17;
}
</style>