Shades of Chartreuse #8AFF14
Tints of Chartreuse #8AFF14
RGB
CMYK
RGB Variations
Color information
#8AFF14 (or 0x8AFF14) is known color: Chartreuse. HEX triplet: 8A, FF and 14. RGB value is (138,255,20). Sum of RGB (Red+Green+Blue) = 138+255+20=413 (54% of max value = 765). Red value is 138 (54.30% from 255 or 33.41% from 413); Green value is 255 (100% from 255 or 61.74% from 413); Blue value is 20 (8.20% from 255 or 4.84% from 413); Max value from RGB is 255 - color contains mainly: green. Hex color #8AFF14 is not a web safe color. Web safe color analog (approx): #99FF00. Inversed color of #8AFF14 is #7500EB. Grayscale: #C2C2C2. Windows color (decimal): -7667948 or 1376138. OLE color: 1376138.
HSL color Cylindrical-coordinate representation of color #8AFF14: hue angle of 89.87º degrees, saturation: 1, lightness: 0.54%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #8AFF14 is Cyan = 0.46, Magento = 0, Yellow = 0.92 and Black (K on CMYK) = 0.
Color convert
| RGB | 138 | 255 | 20 | - |
| CMYK | 0.46 | 0 | 0.92 | 0 |
| HSL | 89.87º | 1% | 0.54% | - |
| HSV(B) | 89.87º | 0.92% | 1% | - |
| XYZ | 46.37 | 76.97 | 13.08 | - |
| YUV | 193.23 | 30.24 | 88.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 138 | 255 | 20 | 0.46 | 0 | 0.92 | 0 | 89.87 | 1 | 0.54 |
| Hex | 8A | FF | 14 | 2E | 0 | 5C | 0 | 5A | 64 | 36 |
| Octal | 212 | 377 | 24 | 56 | 0 | 134 | 0 | 132 | 144 | 66 |
| Binary | 10001010 | 11111111 | 10100 | 101110 | 0 | 1011100 | 0 | 1011010 | 1100100 | 110110 |
Color Harmonies of #8AFF14
Complementary color
Monochromatic Colors of #8AFF14
Black with #8AFF14
Text Example
Text Example
White with #8AFF14
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8AFF14; }
p { color: rgb(138,255,20); }
H1.HeaderClassName
{
color: #8AFF14;
}
.AnyTagClassName
{
color: #8AFF14;
}
</style>
background-color css
<style>
a { background-color: #8AFF14; }
a { background-color: rgb(138,255,20); }
div.DivClassName
{
background-color: #8AFF14;
}
.BgClassName
{
background-color: #8AFF14;
}
</style>
border-color css
<style>
span { border-color: #8AFF14; }
span { border-color: rgb(138,255,20); }
td.TdClassName
{
border-color: #8AFF14;
}
.TagClassName
{
border-color: #8AFF14;
}
</style>