Shades of Green #0C7D18
Tints of Green #0C7D18
RGB
CMYK
RGB Variations
Color information
#0C7D18 (or 0x0C7D18) is known color: Green. HEX triplet: 0C, 7D and 18. RGB value is (12,125,24). Sum of RGB (Red+Green+Blue) = 12+125+24=161 (21% of max value = 765). Red value is 12 (5.08% from 255 or 7.45% from 161); Green value is 125 (49.22% from 255 or 77.64% from 161); Blue value is 24 (9.77% from 255 or 14.91% from 161); Max value from RGB is 125 - color contains mainly: green. Hex color #0C7D18 is not a web safe color. Web safe color analog (approx): #006600. Inversed color of #0C7D18 is #F382E7. Grayscale: #4F4F4F. Windows color (decimal): -15958760 or 1604876. OLE color: 1604876.
HSL color Cylindrical-coordinate representation of color #0C7D18: hue angle of 126.37º degrees, saturation: 0.82, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #0C7D18 is Cyan = 0.90, Magento = 0, Yellow = 0.81 and Black (K on CMYK) = 0.51.
Color convert
| RGB | 12 | 125 | 24 | - |
| CMYK | 0.90 | 0 | 0.81 | 0.51 |
| HSL | 126.37º | 0.82% | 0.27% | - |
| HSV(B) | 126.37º | 0.9% | 0.49% | - |
| XYZ | 7.65 | 14.81 | 3.32 | - |
| YUV | 79.7 | 96.56 | 79.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 12 | 125 | 24 | 0.90 | 0 | 0.81 | 0.51 | 126.37 | 0.82 | 0.27 |
| Hex | C | 7D | 18 | 5A | 0 | 51 | 33 | 7E | 52 | 1B |
| Octal | 14 | 175 | 30 | 132 | 0 | 121 | 63 | 176 | 122 | 33 |
| Binary | 1100 | 1111101 | 11000 | 1011010 | 0 | 1010001 | 110011 | 1111110 | 1010010 | 11011 |
Color Harmonies of #0C7D18
Complementary color
Monochromatic Colors of #0C7D18
Black with #0C7D18
Text Example
Text Example
White with #0C7D18
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0C7D18; }
p { color: rgb(12,125,24); }
H1.HeaderClassName
{
color: #0C7D18;
}
.AnyTagClassName
{
color: #0C7D18;
}
</style>
background-color css
<style>
a { background-color: #0C7D18; }
a { background-color: rgb(12,125,24); }
div.DivClassName
{
background-color: #0C7D18;
}
.BgClassName
{
background-color: #0C7D18;
}
</style>
border-color css
<style>
span { border-color: #0C7D18; }
span { border-color: rgb(12,125,24); }
td.TdClassName
{
border-color: #0C7D18;
}
.TagClassName
{
border-color: #0C7D18;
}
</style>