Shades of Chartreuse #8AF50E
Tints of Chartreuse #8AF50E
RGB
CMYK
RGB Variations
Color information
#8AF50E (or 0x8AF50E) is known color: Chartreuse. HEX triplet: 8A, F5 and 0E. RGB value is (138,245,14). Sum of RGB (Red+Green+Blue) = 138+245+14=397 (52% of max value = 765). Red value is 138 (54.30% from 255 or 34.76% from 397); Green value is 245 (96.09% from 255 or 61.71% from 397); Blue value is 14 (5.86% from 255 or 3.53% from 397); Max value from RGB is 245 - color contains mainly: green. Hex color #8AF50E is not a web safe color. Web safe color analog (approx): #99FF00. Inversed color of #8AF50E is #750AF1. Grayscale: #BBBBBB. Windows color (decimal): -7670514 or 980362. OLE color: 980362.
HSL color Cylindrical-coordinate representation of color #8AF50E: hue angle of 87.79º degrees, saturation: 0.92, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #8AF50E is Cyan = 0.44, Magento = 0, Yellow = 0.94 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 138 | 245 | 14 | - |
| CMYK | 0.44 | 0 | 0.94 | 0.04 |
| HSL | 87.79º | 0.92% | 0.51% | - |
| HSV(B) | 87.79º | 0.94% | 0.96% | - |
| XYZ | 43.21 | 70.74 | 11.79 | - |
| YUV | 186.67 | 30.55 | 93.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 138 | 245 | 14 | 0.44 | 0 | 0.94 | 0.04 | 87.79 | 0.92 | 0.51 |
| Hex | 8A | F5 | E | 2C | 0 | 5E | 4 | 58 | 5C | 33 |
| Octal | 212 | 365 | 16 | 54 | 0 | 136 | 4 | 130 | 134 | 63 |
| Binary | 10001010 | 11110101 | 1110 | 101100 | 0 | 1011110 | 100 | 1011000 | 1011100 | 110011 |
Color Harmonies of #8AF50E
Complementary color
Monochromatic Colors of #8AF50E
Black with #8AF50E
Text Example
Text Example
White with #8AF50E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8AF50E; }
p { color: rgb(138,245,14); }
H1.HeaderClassName
{
color: #8AF50E;
}
.AnyTagClassName
{
color: #8AF50E;
}
</style>
background-color css
<style>
a { background-color: #8AF50E; }
a { background-color: rgb(138,245,14); }
div.DivClassName
{
background-color: #8AF50E;
}
.BgClassName
{
background-color: #8AF50E;
}
</style>
border-color css
<style>
span { border-color: #8AF50E; }
span { border-color: rgb(138,245,14); }
td.TdClassName
{
border-color: #8AF50E;
}
.TagClassName
{
border-color: #8AF50E;
}
</style>