Shades of Green #0C6012
Tints of Green #0C6012
RGB
CMYK
RGB Variations
Color information
#0C6012 (or 0x0C6012) is known color: Green. HEX triplet: 0C, 60 and 12. RGB value is (12,96,18). Sum of RGB (Red+Green+Blue) = 12+96+18=126 (16% of max value = 765). Red value is 12 (5.08% from 255 or 9.52% from 126); Green value is 96 (37.89% from 255 or 76.19% from 126); Blue value is 18 (7.42% from 255 or 14.29% from 126); Max value from RGB is 96 - color contains mainly: green. Hex color #0C6012 is not a web safe color. Web safe color analog (approx): #006600. Inversed color of #0C6012 is #F39FED. Grayscale: #3E3E3E. Windows color (decimal): -15966190 or 1204236. OLE color: 1204236.
HSL color Cylindrical-coordinate representation of color #0C6012: hue angle of 124.29º degrees, saturation: 0.78, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #0C6012 is Cyan = 0.88, Magento = 0, Yellow = 0.81 and Black (K on CMYK) = 0.62.
Color convert
| RGB | 12 | 96 | 18 | - |
| CMYK | 0.88 | 0 | 0.81 | 0.62 |
| HSL | 124.29º | 0.78% | 0.21% | - |
| HSV(B) | 124.29º | 0.88% | 0.38% | - |
| XYZ | 4.44 | 8.49 | 1.98 | - |
| YUV | 61.99 | 103.17 | 92.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 12 | 96 | 18 | 0.88 | 0 | 0.81 | 0.62 | 124.29 | 0.78 | 0.21 |
| Hex | C | 60 | 12 | 58 | 0 | 51 | 3E | 7C | 4E | 15 |
| Octal | 14 | 140 | 22 | 130 | 0 | 121 | 76 | 174 | 116 | 25 |
| Binary | 1100 | 1100000 | 10010 | 1011000 | 0 | 1010001 | 111110 | 1111100 | 1001110 | 10101 |
Color Harmonies of #0C6012
Complementary color
Monochromatic Colors of #0C6012
Black with #0C6012
Text Example
Text Example
White with #0C6012
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0C6012; }
p { color: rgb(12,96,18); }
H1.HeaderClassName
{
color: #0C6012;
}
.AnyTagClassName
{
color: #0C6012;
}
</style>
background-color css
<style>
a { background-color: #0C6012; }
a { background-color: rgb(12,96,18); }
div.DivClassName
{
background-color: #0C6012;
}
.BgClassName
{
background-color: #0C6012;
}
</style>
border-color css
<style>
span { border-color: #0C6012; }
span { border-color: rgb(12,96,18); }
td.TdClassName
{
border-color: #0C6012;
}
.TagClassName
{
border-color: #0C6012;
}
</style>