Shades of Green #0C8611
Tints of Green #0C8611
RGB
CMYK
RGB Variations
Color information
#0C8611 (or 0x0C8611) is known color: Green. HEX triplet: 0C, 86 and 11. RGB value is (12,134,17). Sum of RGB (Red+Green+Blue) = 12+134+17=163 (21% of max value = 765). Red value is 12 (5.08% from 255 or 7.36% from 163); Green value is 134 (52.73% from 255 or 82.21% from 163); Blue value is 17 (7.03% from 255 or 10.43% from 163); Max value from RGB is 134 - color contains mainly: green. Hex color #0C8611 is not a web safe color. Web safe color analog (approx): #009900. Inversed color of #0C8611 is #F379EE. Grayscale: #545454. Windows color (decimal): -15956463 or 1148428. OLE color: 1148428.
HSL color Cylindrical-coordinate representation of color #0C8611: hue angle of 122.46º 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 #0C8611 is Cyan = 0.91, Magento = 0, Yellow = 0.87 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 12 | 134 | 17 | - |
| CMYK | 0.91 | 0 | 0.87 | 0.47 |
| HSL | 122.46º | 0.84% | 0.29% | - |
| HSV(B) | 122.46º | 0.91% | 0.53% | - |
| XYZ | 8.78 | 17.17 | 3.38 | - |
| YUV | 84.18 | 90.08 | 76.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 12 | 134 | 17 | 0.91 | 0 | 0.87 | 0.47 | 122.46 | 0.84 | 0.29 |
| Hex | C | 86 | 11 | 5B | 0 | 57 | 2F | 7A | 54 | 1D |
| Octal | 14 | 206 | 21 | 133 | 0 | 127 | 57 | 172 | 124 | 35 |
| Binary | 1100 | 10000110 | 10001 | 1011011 | 0 | 1010111 | 101111 | 1111010 | 1010100 | 11101 |
Color Harmonies of #0C8611
Complementary color
Monochromatic Colors of #0C8611
Black with #0C8611
Text Example
Text Example
White with #0C8611
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0C8611; }
p { color: rgb(12,134,17); }
H1.HeaderClassName
{
color: #0C8611;
}
.AnyTagClassName
{
color: #0C8611;
}
</style>
background-color css
<style>
a { background-color: #0C8611; }
a { background-color: rgb(12,134,17); }
div.DivClassName
{
background-color: #0C8611;
}
.BgClassName
{
background-color: #0C8611;
}
</style>
border-color css
<style>
span { border-color: #0C8611; }
span { border-color: rgb(12,134,17); }
td.TdClassName
{
border-color: #0C8611;
}
.TagClassName
{
border-color: #0C8611;
}
</style>