Shades of Green #0F860E
Tints of Green #0F860E
RGB
CMYK
RGB Variations
Color information
#0F860E (or 0x0F860E) is known color: Green. HEX triplet: 0F, 86 and 0E. RGB value is (15,134,14). Sum of RGB (Red+Green+Blue) = 15+134+14=163 (21% of max value = 765). Red value is 15 (6.25% from 255 or 9.20% from 163); Green value is 134 (52.73% from 255 or 82.21% from 163); Blue value is 14 (5.86% from 255 or 8.59% from 163); Max value from RGB is 134 - color contains mainly: green. Hex color #0F860E is not a web safe color. Web safe color analog (approx): #009900. Inversed color of #0F860E is #F079F1. Grayscale: #555555. Windows color (decimal): -15759858 or 951823. OLE color: 951823.
HSL color Cylindrical-coordinate representation of color #0F860E: hue angle of 119.5º degrees, saturation: 0.81, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #0F860E is Cyan = 0.89, Magento = 0, Yellow = 0.90 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 15 | 134 | 14 | - |
| CMYK | 0.89 | 0 | 0.90 | 0.47 |
| HSL | 119.5º | 0.81% | 0.29% | - |
| HSV(B) | 119.5º | 0.9% | 0.53% | - |
| XYZ | 8.8 | 17.18 | 3.27 | - |
| YUV | 84.74 | 88.08 | 78.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 15 | 134 | 14 | 0.89 | 0 | 0.90 | 0.47 | 119.5 | 0.81 | 0.29 |
| Hex | F | 86 | E | 59 | 0 | 5A | 2F | 78 | 51 | 1D |
| Octal | 17 | 206 | 16 | 131 | 0 | 132 | 57 | 170 | 121 | 35 |
| Binary | 1111 | 10000110 | 1110 | 1011001 | 0 | 1011010 | 101111 | 1111000 | 1010001 | 11101 |
Color Harmonies of #0F860E
Complementary color
Monochromatic Colors of #0F860E
Black with #0F860E
Text Example
Text Example
White with #0F860E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0F860E; }
p { color: rgb(15,134,14); }
H1.HeaderClassName
{
color: #0F860E;
}
.AnyTagClassName
{
color: #0F860E;
}
</style>
background-color css
<style>
a { background-color: #0F860E; }
a { background-color: rgb(15,134,14); }
div.DivClassName
{
background-color: #0F860E;
}
.BgClassName
{
background-color: #0F860E;
}
</style>
border-color css
<style>
span { border-color: #0F860E; }
span { border-color: rgb(15,134,14); }
td.TdClassName
{
border-color: #0F860E;
}
.TagClassName
{
border-color: #0F860E;
}
</style>