Shades of Chartreuse #8AFF13
Tints of Chartreuse #8AFF13
RGB
CMYK
RGB Variations
Color information
#8AFF13 (or 0x8AFF13) is known color: Chartreuse. HEX triplet: 8A, FF and 13. RGB value is (138,255,19). Sum of RGB (Red+Green+Blue) = 138+255+19=412 (54% of max value = 765). Red value is 138 (54.30% from 255 or 33.50% from 412); Green value is 255 (100% from 255 or 61.89% from 412); Blue value is 19 (7.81% from 255 or 4.61% from 412); Max value from RGB is 255 - color contains mainly: green. Hex color #8AFF13 is not a web safe color. Web safe color analog (approx): #99FF00. Inversed color of #8AFF13 is #7500EC. Grayscale: #C1C1C1. Windows color (decimal): -7667949 or 1310602. OLE color: 1310602.
HSL color Cylindrical-coordinate representation of color #8AFF13: hue angle of 89.75º degrees, saturation: 1, lightness: 0.54%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #8AFF13 is Cyan = 0.46, Magento = 0, Yellow = 0.93 and Black (K on CMYK) = 0.
Color convert
| RGB | 138 | 255 | 19 | - |
| CMYK | 0.46 | 0 | 0.93 | 0 |
| HSL | 89.75º | 1% | 0.54% | - |
| HSV(B) | 89.75º | 0.93% | 1% | - |
| XYZ | 46.36 | 76.97 | 13.03 | - |
| YUV | 193.11 | 29.74 | 88.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 138 | 255 | 19 | 0.46 | 0 | 0.93 | 0 | 89.75 | 1 | 0.54 |
| Hex | 8A | FF | 13 | 2E | 0 | 5D | 0 | 5A | 64 | 36 |
| Octal | 212 | 377 | 23 | 56 | 0 | 135 | 0 | 132 | 144 | 66 |
| Binary | 10001010 | 11111111 | 10011 | 101110 | 0 | 1011101 | 0 | 1011010 | 1100100 | 110110 |
Color Harmonies of #8AFF13
Complementary color
Monochromatic Colors of #8AFF13
Black with #8AFF13
Text Example
Text Example
White with #8AFF13
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8AFF13; }
p { color: rgb(138,255,19); }
H1.HeaderClassName
{
color: #8AFF13;
}
.AnyTagClassName
{
color: #8AFF13;
}
</style>
background-color css
<style>
a { background-color: #8AFF13; }
a { background-color: rgb(138,255,19); }
div.DivClassName
{
background-color: #8AFF13;
}
.BgClassName
{
background-color: #8AFF13;
}
</style>
border-color css
<style>
span { border-color: #8AFF13; }
span { border-color: rgb(138,255,19); }
td.TdClassName
{
border-color: #8AFF13;
}
.TagClassName
{
border-color: #8AFF13;
}
</style>