Shades of Green #0C8911
Tints of Green #0C8911
RGB
CMYK
RGB Variations
Color information
#0C8911 (or 0x0C8911) is known color: Green. HEX triplet: 0C, 89 and 11. RGB value is (12,137,17). Sum of RGB (Red+Green+Blue) = 12+137+17=166 (21% of max value = 765). Red value is 12 (5.08% from 255 or 7.23% from 166); Green value is 137 (53.91% from 255 or 82.53% from 166); Blue value is 17 (7.03% from 255 or 10.24% from 166); Max value from RGB is 137 - color contains mainly: green. Hex color #0C8911 is not a web safe color. Web safe color analog (approx): #009900. Inversed color of #0C8911 is #F376EE. Grayscale: #565656. Windows color (decimal): -15955695 or 1149196. OLE color: 1149196.
HSL color Cylindrical-coordinate representation of color #0C8911: hue angle of 122.4º degrees, saturation: 0.84, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #0C8911 is Cyan = 0.91, Magento = 0, Yellow = 0.88 and Black (K on CMYK) = 0.46.
Color convert
| RGB | 12 | 137 | 17 | - |
| CMYK | 0.91 | 0 | 0.88 | 0.46 |
| HSL | 122.4º | 0.84% | 0.29% | - |
| HSV(B) | 122.4º | 0.91% | 0.54% | - |
| XYZ | 9.2 | 18.01 | 3.52 | - |
| YUV | 85.95 | 89.09 | 75.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 12 | 137 | 17 | 0.91 | 0 | 0.88 | 0.46 | 122.4 | 0.84 | 0.29 |
| Hex | C | 89 | 11 | 5B | 0 | 58 | 2E | 7A | 54 | 1D |
| Octal | 14 | 211 | 21 | 133 | 0 | 130 | 56 | 172 | 124 | 35 |
| Binary | 1100 | 10001001 | 10001 | 1011011 | 0 | 1011000 | 101110 | 1111010 | 1010100 | 11101 |
Color Harmonies of #0C8911
Complementary color
Monochromatic Colors of #0C8911
Black with #0C8911
Text Example
Text Example
White with #0C8911
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0C8911; }
p { color: rgb(12,137,17); }
H1.HeaderClassName
{
color: #0C8911;
}
.AnyTagClassName
{
color: #0C8911;
}
</style>
background-color css
<style>
a { background-color: #0C8911; }
a { background-color: rgb(12,137,17); }
div.DivClassName
{
background-color: #0C8911;
}
.BgClassName
{
background-color: #0C8911;
}
</style>
border-color css
<style>
span { border-color: #0C8911; }
span { border-color: rgb(12,137,17); }
td.TdClassName
{
border-color: #0C8911;
}
.TagClassName
{
border-color: #0C8911;
}
</style>