Shades of Green #09860F
Tints of Green #09860F
RGB
CMYK
RGB Variations
Color information
#09860F (or 0x09860F) is known color: Green. HEX triplet: 09, 86 and 0F. RGB value is (9,134,15). Sum of RGB (Red+Green+Blue) = 9+134+15=158 (20% of max value = 765). Red value is 9 (3.91% from 255 or 5.70% from 158); Green value is 134 (52.73% from 255 or 84.81% from 158); Blue value is 15 (6.25% from 255 or 9.49% from 158); Max value from RGB is 134 - color contains mainly: green. Hex color #09860F is not a web safe color. Web safe color analog (approx): #009900. Inversed color of #09860F is #F679F0. Grayscale: #535353. Windows color (decimal): -16153073 or 1017353. OLE color: 1017353.
HSL color Cylindrical-coordinate representation of color #09860F: hue angle of 122.88º 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 #09860F is Cyan = 0.93, Magento = 0, Yellow = 0.89 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 9 | 134 | 15 | - |
| CMYK | 0.93 | 0 | 0.89 | 0.47 |
| HSL | 122.88º | 0.87% | 0.28% | - |
| HSV(B) | 122.88º | 0.93% | 0.53% | - |
| XYZ | 8.72 | 17.14 | 3.3 | - |
| YUV | 83.06 | 89.59 | 75.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 9 | 134 | 15 | 0.93 | 0 | 0.89 | 0.47 | 122.88 | 0.87 | 0.28 |
| Hex | 9 | 86 | F | 5D | 0 | 59 | 2F | 7B | 57 | 1C |
| Octal | 11 | 206 | 17 | 135 | 0 | 131 | 57 | 173 | 127 | 34 |
| Binary | 1001 | 10000110 | 1111 | 1011101 | 0 | 1011001 | 101111 | 1111011 | 1010111 | 11100 |
Color Harmonies of #09860F
Complementary color
Monochromatic Colors of #09860F
Black with #09860F
Text Example
Text Example
White with #09860F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #09860F; }
p { color: rgb(9,134,15); }
H1.HeaderClassName
{
color: #09860F;
}
.AnyTagClassName
{
color: #09860F;
}
</style>
background-color css
<style>
a { background-color: #09860F; }
a { background-color: rgb(9,134,15); }
div.DivClassName
{
background-color: #09860F;
}
.BgClassName
{
background-color: #09860F;
}
</style>
border-color css
<style>
span { border-color: #09860F; }
span { border-color: rgb(9,134,15); }
td.TdClassName
{
border-color: #09860F;
}
.TagClassName
{
border-color: #09860F;
}
</style>