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