Shades of Chartreuse #8AFF16
Tints of Chartreuse #8AFF16
RGB
CMYK
RGB Variations
Color information
#8AFF16 (or 0x8AFF16) is known color: Chartreuse. HEX triplet: 8A, FF and 16. RGB value is (138,255,22). Sum of RGB (Red+Green+Blue) = 138+255+22=415 (54% of max value = 765). Red value is 138 (54.30% from 255 or 33.25% from 415); Green value is 255 (100% from 255 or 61.45% from 415); Blue value is 22 (8.98% from 255 or 5.30% from 415); Max value from RGB is 255 - color contains mainly: green. Hex color #8AFF16 is not a web safe color. Web safe color analog (approx): #99FF00. Inversed color of #8AFF16 is #7500E9. Grayscale: #C2C2C2. Windows color (decimal): -7667946 or 1507210. OLE color: 1507210.
HSL color Cylindrical-coordinate representation of color #8AFF16: hue angle of 90.13º degrees, saturation: 1, lightness: 0.54%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #8AFF16 is Cyan = 0.46, Magento = 0, Yellow = 0.91 and Black (K on CMYK) = 0.
Color convert
| RGB | 138 | 255 | 22 | - |
| CMYK | 0.46 | 0 | 0.91 | 0 |
| HSL | 90.13º | 1% | 0.54% | - |
| HSV(B) | 90.13º | 0.91% | 1% | - |
| XYZ | 46.39 | 76.98 | 13.17 | - |
| YUV | 193.46 | 31.24 | 88.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 138 | 255 | 22 | 0.46 | 0 | 0.91 | 0 | 90.13 | 1 | 0.54 |
| Hex | 8A | FF | 16 | 2E | 0 | 5B | 0 | 5A | 64 | 36 |
| Octal | 212 | 377 | 26 | 56 | 0 | 133 | 0 | 132 | 144 | 66 |
| Binary | 10001010 | 11111111 | 10110 | 101110 | 0 | 1011011 | 0 | 1011010 | 1100100 | 110110 |
Color Harmonies of #8AFF16
Complementary color
Monochromatic Colors of #8AFF16
Black with #8AFF16
Text Example
Text Example
White with #8AFF16
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8AFF16; }
p { color: rgb(138,255,22); }
H1.HeaderClassName
{
color: #8AFF16;
}
.AnyTagClassName
{
color: #8AFF16;
}
</style>
background-color css
<style>
a { background-color: #8AFF16; }
a { background-color: rgb(138,255,22); }
div.DivClassName
{
background-color: #8AFF16;
}
.BgClassName
{
background-color: #8AFF16;
}
</style>
border-color css
<style>
span { border-color: #8AFF16; }
span { border-color: rgb(138,255,22); }
td.TdClassName
{
border-color: #8AFF16;
}
.TagClassName
{
border-color: #8AFF16;
}
</style>