Shades of Green #0C8913
Tints of Green #0C8913
RGB
CMYK
RGB Variations
Color information
#0C8913 (or 0x0C8913) is known color: Green. HEX triplet: 0C, 89 and 13. RGB value is (12,137,19). Sum of RGB (Red+Green+Blue) = 12+137+19=168 (22% of max value = 765). Red value is 12 (5.08% from 255 or 7.14% from 168); Green value is 137 (53.91% from 255 or 81.55% from 168); Blue value is 19 (7.81% from 255 or 11.31% from 168); Max value from RGB is 137 - color contains mainly: green. Hex color #0C8913 is not a web safe color. Web safe color analog (approx): #009900. Inversed color of #0C8913 is #F376EC. Grayscale: #565656. Windows color (decimal): -15955693 or 1280268. OLE color: 1280268.
HSL color Cylindrical-coordinate representation of color #0C8913: hue angle of 123.36º 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 #0C8913 is Cyan = 0.91, Magento = 0, Yellow = 0.86 and Black (K on CMYK) = 0.46.
Color convert
| RGB | 12 | 137 | 19 | - |
| CMYK | 0.91 | 0 | 0.86 | 0.46 |
| HSL | 123.36º | 0.84% | 0.29% | - |
| HSV(B) | 123.36º | 0.91% | 0.54% | - |
| XYZ | 9.21 | 18.02 | 3.61 | - |
| YUV | 86.17 | 90.09 | 75.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 12 | 137 | 19 | 0.91 | 0 | 0.86 | 0.46 | 123.36 | 0.84 | 0.29 |
| Hex | C | 89 | 13 | 5B | 0 | 56 | 2E | 7B | 54 | 1D |
| Octal | 14 | 211 | 23 | 133 | 0 | 126 | 56 | 173 | 124 | 35 |
| Binary | 1100 | 10001001 | 10011 | 1011011 | 0 | 1010110 | 101110 | 1111011 | 1010100 | 11101 |
Color Harmonies of #0C8913
Complementary color
Monochromatic Colors of #0C8913
Black with #0C8913
Text Example
Text Example
White with #0C8913
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0C8913; }
p { color: rgb(12,137,19); }
H1.HeaderClassName
{
color: #0C8913;
}
.AnyTagClassName
{
color: #0C8913;
}
</style>
background-color css
<style>
a { background-color: #0C8913; }
a { background-color: rgb(12,137,19); }
div.DivClassName
{
background-color: #0C8913;
}
.BgClassName
{
background-color: #0C8913;
}
</style>
border-color css
<style>
span { border-color: #0C8913; }
span { border-color: rgb(12,137,19); }
td.TdClassName
{
border-color: #0C8913;
}
.TagClassName
{
border-color: #0C8913;
}
</style>