Shades of Chartreuse #86FF09
Tints of Chartreuse #86FF09
RGB
CMYK
RGB Variations
Color information
#86FF09 (or 0x86FF09) is known color: Chartreuse. HEX triplet: 86, FF and 09. RGB value is (134,255,9). Sum of RGB (Red+Green+Blue) = 134+255+9=398 (52% of max value = 765). Red value is 134 (52.73% from 255 or 33.67% from 398); Green value is 255 (100% from 255 or 64.07% from 398); Blue value is 9 (3.91% from 255 or 2.26% from 398); Max value from RGB is 255 - color contains mainly: green. Hex color #86FF09 is not a web safe color. Web safe color analog (approx): #99FF00. Inversed color of #86FF09 is #7900F6. Grayscale: #BFBFBF. Windows color (decimal): -7930103 or 655238. OLE color: 655238.
HSL color Cylindrical-coordinate representation of color #86FF09: hue angle of 89.51º degrees, saturation: 1, lightness: 0.52%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #86FF09 is Cyan = 0.47, Magento = 0, Yellow = 0.96 and Black (K on CMYK) = 0.
Color convert
| RGB | 134 | 255 | 9 | - |
| CMYK | 0.47 | 0 | 0.96 | 0 |
| HSL | 89.51º | 1% | 0.52% | - |
| HSV(B) | 89.51º | 0.96% | 1% | - |
| XYZ | 45.64 | 76.61 | 12.64 | - |
| YUV | 190.78 | 25.41 | 87.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 134 | 255 | 9 | 0.47 | 0 | 0.96 | 0 | 89.51 | 1 | 0.52 |
| Hex | 86 | FF | 9 | 2F | 0 | 60 | 0 | 5A | 64 | 34 |
| Octal | 206 | 377 | 11 | 57 | 0 | 140 | 0 | 132 | 144 | 64 |
| Binary | 10000110 | 11111111 | 1001 | 101111 | 0 | 1100000 | 0 | 1011010 | 1100100 | 110100 |
Color Harmonies of #86FF09
Complementary color
Monochromatic Colors of #86FF09
Black with #86FF09
Text Example
Text Example
White with #86FF09
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #86FF09; }
p { color: rgb(134,255,9); }
H1.HeaderClassName
{
color: #86FF09;
}
.AnyTagClassName
{
color: #86FF09;
}
</style>
background-color css
<style>
a { background-color: #86FF09; }
a { background-color: rgb(134,255,9); }
div.DivClassName
{
background-color: #86FF09;
}
.BgClassName
{
background-color: #86FF09;
}
</style>
border-color css
<style>
span { border-color: #86FF09; }
span { border-color: rgb(134,255,9); }
td.TdClassName
{
border-color: #86FF09;
}
.TagClassName
{
border-color: #86FF09;
}
</style>