Shades of Chartreuse #8AF706
Tints of Chartreuse #8AF706
RGB
CMYK
RGB Variations
Color information
#8AF706 (or 0x8AF706) is known color: Chartreuse. HEX triplet: 8A, F7 and 06. RGB value is (138,247,6). Sum of RGB (Red+Green+Blue) = 138+247+6=391 (51% of max value = 765). Red value is 138 (54.30% from 255 or 35.29% from 391); Green value is 247 (96.88% from 255 or 63.17% from 391); Blue value is 6 (2.73% from 255 or 1.53% from 391); Max value from RGB is 247 - color contains mainly: green. Hex color #8AF706 is not a web safe color. Web safe color analog (approx): #99FF00. Inversed color of #8AF706 is #7508F9. Grayscale: #BBBBBB. Windows color (decimal): -7670010 or 456586. OLE color: 456586.
HSL color Cylindrical-coordinate representation of color #8AF706: hue angle of 87.14º degrees, saturation: 0.95, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #8AF706 is Cyan = 0.44, Magento = 0, Yellow = 0.98 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 138 | 247 | 6 | - |
| CMYK | 0.44 | 0 | 0.98 | 0.03 |
| HSL | 87.14º | 0.95% | 0.5% | - |
| HSV(B) | 87.14º | 0.98% | 0.97% | - |
| XYZ | 43.77 | 71.94 | 11.75 | - |
| YUV | 186.94 | 25.89 | 93.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 138 | 247 | 6 | 0.44 | 0 | 0.98 | 0.03 | 87.14 | 0.95 | 0.5 |
| Hex | 8A | F7 | 6 | 2C | 0 | 62 | 3 | 57 | 5F | 32 |
| Octal | 212 | 367 | 6 | 54 | 0 | 142 | 3 | 127 | 137 | 62 |
| Binary | 10001010 | 11110111 | 110 | 101100 | 0 | 1100010 | 11 | 1010111 | 1011111 | 110010 |
Color Harmonies of #8AF706
Complementary color
Monochromatic Colors of #8AF706
Black with #8AF706
Text Example
Text Example
White with #8AF706
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8AF706; }
p { color: rgb(138,247,6); }
H1.HeaderClassName
{
color: #8AF706;
}
.AnyTagClassName
{
color: #8AF706;
}
</style>
background-color css
<style>
a { background-color: #8AF706; }
a { background-color: rgb(138,247,6); }
div.DivClassName
{
background-color: #8AF706;
}
.BgClassName
{
background-color: #8AF706;
}
</style>
border-color css
<style>
span { border-color: #8AF706; }
span { border-color: rgb(138,247,6); }
td.TdClassName
{
border-color: #8AF706;
}
.TagClassName
{
border-color: #8AF706;
}
</style>