Shades of Green #0C8810
Tints of Green #0C8810
RGB
CMYK
RGB Variations
Color information
#0C8810 (or 0x0C8810) is known color: Green. HEX triplet: 0C, 88 and 10. RGB value is (12,136,16). Sum of RGB (Red+Green+Blue) = 12+136+16=164 (21% of max value = 765). Red value is 12 (5.08% from 255 or 7.32% from 164); Green value is 136 (53.52% from 255 or 82.93% from 164); Blue value is 16 (6.64% from 255 or 9.76% from 164); Max value from RGB is 136 - color contains mainly: green. Hex color #0C8810 is not a web safe color. Web safe color analog (approx): #009900. Inversed color of #0C8810 is #F377EF. Grayscale: #555555. Windows color (decimal): -15955952 or 1083404. OLE color: 1083404.
HSL color Cylindrical-coordinate representation of color #0C8810: hue angle of 121.94º degrees, saturation: 0.84, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #0C8810 is Cyan = 0.91, Magento = 0, Yellow = 0.88 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 12 | 136 | 16 | - |
| CMYK | 0.91 | 0 | 0.88 | 0.47 |
| HSL | 121.94º | 0.84% | 0.29% | - |
| HSV(B) | 121.94º | 0.91% | 0.53% | - |
| XYZ | 9.05 | 17.72 | 3.43 | - |
| YUV | 85.24 | 88.92 | 75.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 12 | 136 | 16 | 0.91 | 0 | 0.88 | 0.47 | 121.94 | 0.84 | 0.29 |
| Hex | C | 88 | 10 | 5B | 0 | 58 | 2F | 7A | 54 | 1D |
| Octal | 14 | 210 | 20 | 133 | 0 | 130 | 57 | 172 | 124 | 35 |
| Binary | 1100 | 10001000 | 10000 | 1011011 | 0 | 1011000 | 101111 | 1111010 | 1010100 | 11101 |
Color Harmonies of #0C8810
Complementary color
Monochromatic Colors of #0C8810
Black with #0C8810
Text Example
Text Example
White with #0C8810
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0C8810; }
p { color: rgb(12,136,16); }
H1.HeaderClassName
{
color: #0C8810;
}
.AnyTagClassName
{
color: #0C8810;
}
</style>
background-color css
<style>
a { background-color: #0C8810; }
a { background-color: rgb(12,136,16); }
div.DivClassName
{
background-color: #0C8810;
}
.BgClassName
{
background-color: #0C8810;
}
</style>
border-color css
<style>
span { border-color: #0C8810; }
span { border-color: rgb(12,136,16); }
td.TdClassName
{
border-color: #0C8810;
}
.TagClassName
{
border-color: #0C8810;
}
</style>