Shades of Green #0A860C
Tints of Green #0A860C
RGB
CMYK
RGB Variations
Color information
#0A860C (or 0x0A860C) is known color: Green. HEX triplet: 0A, 86 and 0C. RGB value is (10,134,12). Sum of RGB (Red+Green+Blue) = 10+134+12=156 (20% of max value = 765). Red value is 10 (4.30% from 255 or 6.41% from 156); Green value is 134 (52.73% from 255 or 85.90% from 156); Blue value is 12 (5.08% from 255 or 7.69% from 156); Max value from RGB is 134 - color contains mainly: green. Hex color #0A860C is not a web safe color. Web safe color analog (approx): #009900. Inversed color of #0A860C is #F579F3. Grayscale: #535353. Windows color (decimal): -16087540 or 820746. OLE color: 820746.
HSL color Cylindrical-coordinate representation of color #0A860C: hue angle of 120.97º degrees, saturation: 0.86, 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 #0A860C is Cyan = 0.93, Magento = 0, Yellow = 0.91 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 10 | 134 | 12 | - |
| CMYK | 0.93 | 0 | 0.91 | 0.47 |
| HSL | 120.97º | 0.86% | 0.28% | - |
| HSV(B) | 120.97º | 0.93% | 0.53% | - |
| XYZ | 8.72 | 17.14 | 3.2 | - |
| YUV | 83.02 | 87.92 | 75.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 10 | 134 | 12 | 0.93 | 0 | 0.91 | 0.47 | 120.97 | 0.86 | 0.28 |
| Hex | A | 86 | C | 5D | 0 | 5B | 2F | 79 | 56 | 1C |
| Octal | 12 | 206 | 14 | 135 | 0 | 133 | 57 | 171 | 126 | 34 |
| Binary | 1010 | 10000110 | 1100 | 1011101 | 0 | 1011011 | 101111 | 1111001 | 1010110 | 11100 |
Color Harmonies of #0A860C
Complementary color
Monochromatic Colors of #0A860C
Black with #0A860C
Text Example
Text Example
White with #0A860C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0A860C; }
p { color: rgb(10,134,12); }
H1.HeaderClassName
{
color: #0A860C;
}
.AnyTagClassName
{
color: #0A860C;
}
</style>
background-color css
<style>
a { background-color: #0A860C; }
a { background-color: rgb(10,134,12); }
div.DivClassName
{
background-color: #0A860C;
}
.BgClassName
{
background-color: #0A860C;
}
</style>
border-color css
<style>
span { border-color: #0A860C; }
span { border-color: rgb(10,134,12); }
td.TdClassName
{
border-color: #0A860C;
}
.TagClassName
{
border-color: #0A860C;
}
</style>