Shades of Chartreuse #8AF60D
Tints of Chartreuse #8AF60D
RGB
CMYK
RGB Variations
Color information
#8AF60D (or 0x8AF60D) is known color: Chartreuse. HEX triplet: 8A, F6 and 0D. RGB value is (138,246,13). Sum of RGB (Red+Green+Blue) = 138+246+13=397 (52% of max value = 765). Red value is 138 (54.30% from 255 or 34.76% from 397); Green value is 246 (96.48% from 255 or 61.96% from 397); Blue value is 13 (5.47% from 255 or 3.27% from 397); Max value from RGB is 246 - color contains mainly: green. Hex color #8AF60D is not a web safe color. Web safe color analog (approx): #99FF00. Inversed color of #8AF60D is #7509F2. Grayscale: #BBBBBB. Windows color (decimal): -7670259 or 915082. OLE color: 915082.
HSL color Cylindrical-coordinate representation of color #8AF60D: hue angle of 87.81º degrees, saturation: 0.93, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #8AF60D is Cyan = 0.44, Magento = 0, Yellow = 0.95 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 138 | 246 | 13 | - |
| CMYK | 0.44 | 0 | 0.95 | 0.04 |
| HSL | 87.81º | 0.93% | 0.51% | - |
| HSV(B) | 87.81º | 0.95% | 0.96% | - |
| XYZ | 43.51 | 71.34 | 11.86 | - |
| YUV | 187.15 | 29.72 | 92.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 138 | 246 | 13 | 0.44 | 0 | 0.95 | 0.04 | 87.81 | 0.93 | 0.51 |
| Hex | 8A | F6 | D | 2C | 0 | 5F | 4 | 58 | 5D | 33 |
| Octal | 212 | 366 | 15 | 54 | 0 | 137 | 4 | 130 | 135 | 63 |
| Binary | 10001010 | 11110110 | 1101 | 101100 | 0 | 1011111 | 100 | 1011000 | 1011101 | 110011 |
Color Harmonies of #8AF60D
Complementary color
Monochromatic Colors of #8AF60D
Black with #8AF60D
Text Example
Text Example
White with #8AF60D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8AF60D; }
p { color: rgb(138,246,13); }
H1.HeaderClassName
{
color: #8AF60D;
}
.AnyTagClassName
{
color: #8AF60D;
}
</style>
background-color css
<style>
a { background-color: #8AF60D; }
a { background-color: rgb(138,246,13); }
div.DivClassName
{
background-color: #8AF60D;
}
.BgClassName
{
background-color: #8AF60D;
}
</style>
border-color css
<style>
span { border-color: #8AF60D; }
span { border-color: rgb(138,246,13); }
td.TdClassName
{
border-color: #8AF60D;
}
.TagClassName
{
border-color: #8AF60D;
}
</style>