Shades of Green #0C7212
Tints of Green #0C7212
RGB
CMYK
RGB Variations
Color information
#0C7212 (or 0x0C7212) is known color: Green. HEX triplet: 0C, 72 and 12. RGB value is (12,114,18). Sum of RGB (Red+Green+Blue) = 12+114+18=144 (19% of max value = 765). Red value is 12 (5.08% from 255 or 8.33% from 144); Green value is 114 (44.92% from 255 or 79.17% from 144); Blue value is 18 (7.42% from 255 or 12.5% from 144); Max value from RGB is 114 - color contains mainly: green. Hex color #0C7212 is not a web safe color. Web safe color analog (approx): #006600. Inversed color of #0C7212 is #F38DED. Grayscale: #484848. Windows color (decimal): -15961582 or 1208844. OLE color: 1208844.
HSL color Cylindrical-coordinate representation of color #0C7212: hue angle of 123.53º degrees, saturation: 0.81, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #0C7212 is Cyan = 0.89, Magento = 0, Yellow = 0.84 and Black (K on CMYK) = 0.55.
Color convert
| RGB | 12 | 114 | 18 | - |
| CMYK | 0.89 | 0 | 0.84 | 0.55 |
| HSL | 123.53º | 0.81% | 0.25% | - |
| HSV(B) | 123.53º | 0.89% | 0.45% | - |
| XYZ | 6.28 | 12.16 | 2.59 | - |
| YUV | 72.56 | 97.21 | 84.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 12 | 114 | 18 | 0.89 | 0 | 0.84 | 0.55 | 123.53 | 0.81 | 0.25 |
| Hex | C | 72 | 12 | 59 | 0 | 54 | 37 | 7C | 51 | 19 |
| Octal | 14 | 162 | 22 | 131 | 0 | 124 | 67 | 174 | 121 | 31 |
| Binary | 1100 | 1110010 | 10010 | 1011001 | 0 | 1010100 | 110111 | 1111100 | 1010001 | 11001 |
Color Harmonies of #0C7212
Complementary color
Monochromatic Colors of #0C7212
Black with #0C7212
Text Example
Text Example
White with #0C7212
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0C7212; }
p { color: rgb(12,114,18); }
H1.HeaderClassName
{
color: #0C7212;
}
.AnyTagClassName
{
color: #0C7212;
}
</style>
background-color css
<style>
a { background-color: #0C7212; }
a { background-color: rgb(12,114,18); }
div.DivClassName
{
background-color: #0C7212;
}
.BgClassName
{
background-color: #0C7212;
}
</style>
border-color css
<style>
span { border-color: #0C7212; }
span { border-color: rgb(12,114,18); }
td.TdClassName
{
border-color: #0C7212;
}
.TagClassName
{
border-color: #0C7212;
}
</style>