Shades of Green #09860E
Tints of Green #09860E
RGB
CMYK
RGB Variations
Color information
#09860E (or 0x09860E) is known color: Green. HEX triplet: 09, 86 and 0E. RGB value is (9,134,14). Sum of RGB (Red+Green+Blue) = 9+134+14=157 (20% of max value = 765). Red value is 9 (3.91% from 255 or 5.73% from 157); Green value is 134 (52.73% from 255 or 85.35% from 157); Blue value is 14 (5.86% from 255 or 8.92% from 157); Max value from RGB is 134 - color contains mainly: green. Hex color #09860E is not a web safe color. Web safe color analog (approx): #009900. Inversed color of #09860E is #F679F1. Grayscale: #535353. Windows color (decimal): -16153074 or 951817. OLE color: 951817.
HSL color Cylindrical-coordinate representation of color #09860E: hue angle of 122.4º degrees, saturation: 0.87, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #09860E is Cyan = 0.93, Magento = 0, Yellow = 0.90 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 9 | 134 | 14 | - |
| CMYK | 0.93 | 0 | 0.90 | 0.47 |
| HSL | 122.4º | 0.87% | 0.28% | - |
| HSV(B) | 122.4º | 0.93% | 0.53% | - |
| XYZ | 8.72 | 17.14 | 3.26 | - |
| YUV | 82.95 | 89.09 | 75.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 9 | 134 | 14 | 0.93 | 0 | 0.90 | 0.47 | 122.4 | 0.87 | 0.28 |
| Hex | 9 | 86 | E | 5D | 0 | 5A | 2F | 7A | 57 | 1C |
| Octal | 11 | 206 | 16 | 135 | 0 | 132 | 57 | 172 | 127 | 34 |
| Binary | 1001 | 10000110 | 1110 | 1011101 | 0 | 1011010 | 101111 | 1111010 | 1010111 | 11100 |
Color Harmonies of #09860E
Complementary color
Monochromatic Colors of #09860E
Black with #09860E
Text Example
Text Example
White with #09860E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #09860E; }
p { color: rgb(9,134,14); }
H1.HeaderClassName
{
color: #09860E;
}
.AnyTagClassName
{
color: #09860E;
}
</style>
background-color css
<style>
a { background-color: #09860E; }
a { background-color: rgb(9,134,14); }
div.DivClassName
{
background-color: #09860E;
}
.BgClassName
{
background-color: #09860E;
}
</style>
border-color css
<style>
span { border-color: #09860E; }
span { border-color: rgb(9,134,14); }
td.TdClassName
{
border-color: #09860E;
}
.TagClassName
{
border-color: #09860E;
}
</style>