Shades of Chartreuse #8AF70D
Tints of Chartreuse #8AF70D
RGB
CMYK
RGB Variations
Color information
#8AF70D (or 0x8AF70D) is known color: Chartreuse. HEX triplet: 8A, F7 and 0D. RGB value is (138,247,13). Sum of RGB (Red+Green+Blue) = 138+247+13=398 (52% of max value = 765). Red value is 138 (54.30% from 255 or 34.67% from 398); Green value is 247 (96.88% from 255 or 62.06% from 398); Blue value is 13 (5.47% from 255 or 3.27% from 398); Max value from RGB is 247 - color contains mainly: green. Hex color #8AF70D is not a web safe color. Web safe color analog (approx): #99FF00. Inversed color of #8AF70D is #7508F2. Grayscale: #BCBCBC. Windows color (decimal): -7670003 or 915338. OLE color: 915338.
HSL color Cylindrical-coordinate representation of color #8AF70D: hue angle of 87.95º degrees, saturation: 0.94, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #8AF70D is Cyan = 0.44, Magento = 0, Yellow = 0.95 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 138 | 247 | 13 | - |
| CMYK | 0.44 | 0 | 0.95 | 0.03 |
| HSL | 87.95º | 0.94% | 0.51% | - |
| HSV(B) | 87.95º | 0.95% | 0.97% | - |
| XYZ | 43.81 | 71.95 | 11.96 | - |
| YUV | 187.73 | 29.39 | 92.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 138 | 247 | 13 | 0.44 | 0 | 0.95 | 0.03 | 87.95 | 0.94 | 0.51 |
| Hex | 8A | F7 | D | 2C | 0 | 5F | 3 | 58 | 5E | 33 |
| Octal | 212 | 367 | 15 | 54 | 0 | 137 | 3 | 130 | 136 | 63 |
| Binary | 10001010 | 11110111 | 1101 | 101100 | 0 | 1011111 | 11 | 1011000 | 1011110 | 110011 |
Color Harmonies of #8AF70D
Complementary color
Monochromatic Colors of #8AF70D
Black with #8AF70D
Text Example
Text Example
White with #8AF70D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8AF70D; }
p { color: rgb(138,247,13); }
H1.HeaderClassName
{
color: #8AF70D;
}
.AnyTagClassName
{
color: #8AF70D;
}
</style>
background-color css
<style>
a { background-color: #8AF70D; }
a { background-color: rgb(138,247,13); }
div.DivClassName
{
background-color: #8AF70D;
}
.BgClassName
{
background-color: #8AF70D;
}
</style>
border-color css
<style>
span { border-color: #8AF70D; }
span { border-color: rgb(138,247,13); }
td.TdClassName
{
border-color: #8AF70D;
}
.TagClassName
{
border-color: #8AF70D;
}
</style>