Shades of Green #0C600F
Tints of Green #0C600F
RGB
CMYK
RGB Variations
Color information
#0C600F (or 0x0C600F) is known color: Green. HEX triplet: 0C, 60 and 0F. RGB value is (12,96,15). Sum of RGB (Red+Green+Blue) = 12+96+15=123 (16% of max value = 765). Red value is 12 (5.08% from 255 or 9.76% from 123); Green value is 96 (37.89% from 255 or 78.05% from 123); Blue value is 15 (6.25% from 255 or 12.20% from 123); Max value from RGB is 96 - color contains mainly: green. Hex color #0C600F is not a web safe color. Web safe color analog (approx): #006600. Inversed color of #0C600F is #F39FF0. Grayscale: #3D3D3D. Windows color (decimal): -15966193 or 1007628. OLE color: 1007628.
HSL color Cylindrical-coordinate representation of color #0C600F: hue angle of 122.14º 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 #0C600F is Cyan = 0.88, Magento = 0, Yellow = 0.84 and Black (K on CMYK) = 0.62.
Color convert
| RGB | 12 | 96 | 15 | - |
| CMYK | 0.88 | 0 | 0.84 | 0.62 |
| HSL | 122.14º | 0.78% | 0.21% | - |
| HSV(B) | 122.14º | 0.88% | 0.38% | - |
| XYZ | 4.42 | 8.48 | 1.86 | - |
| YUV | 61.65 | 101.67 | 92.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 12 | 96 | 15 | 0.88 | 0 | 0.84 | 0.62 | 122.14 | 0.78 | 0.21 |
| Hex | C | 60 | F | 58 | 0 | 54 | 3E | 7A | 4E | 15 |
| Octal | 14 | 140 | 17 | 130 | 0 | 124 | 76 | 172 | 116 | 25 |
| Binary | 1100 | 1100000 | 1111 | 1011000 | 0 | 1010100 | 111110 | 1111010 | 1001110 | 10101 |
Color Harmonies of #0C600F
Complementary color
Monochromatic Colors of #0C600F
Black with #0C600F
Text Example
Text Example
White with #0C600F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0C600F; }
p { color: rgb(12,96,15); }
H1.HeaderClassName
{
color: #0C600F;
}
.AnyTagClassName
{
color: #0C600F;
}
</style>
background-color css
<style>
a { background-color: #0C600F; }
a { background-color: rgb(12,96,15); }
div.DivClassName
{
background-color: #0C600F;
}
.BgClassName
{
background-color: #0C600F;
}
</style>
border-color css
<style>
span { border-color: #0C600F; }
span { border-color: rgb(12,96,15); }
td.TdClassName
{
border-color: #0C600F;
}
.TagClassName
{
border-color: #0C600F;
}
</style>