Shades of Green #0C7F18
Tints of Green #0C7F18
RGB
CMYK
RGB Variations
Color information
#0C7F18 (or 0x0C7F18) is known color: Green. HEX triplet: 0C, 7F and 18. RGB value is (12,127,24). Sum of RGB (Red+Green+Blue) = 12+127+24=163 (21% of max value = 765). Red value is 12 (5.08% from 255 or 7.36% from 163); Green value is 127 (50% from 255 or 77.91% from 163); Blue value is 24 (9.77% from 255 or 14.72% from 163); Max value from RGB is 127 - color contains mainly: green. Hex color #0C7F18 is not a web safe color. Web safe color analog (approx): #006600. Inversed color of #0C7F18 is #F380E7. Grayscale: #515151. Windows color (decimal): -15958248 or 1605388. OLE color: 1605388.
HSL color Cylindrical-coordinate representation of color #0C7F18: hue angle of 126.26º degrees, saturation: 0.83, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #0C7F18 is Cyan = 0.91, Magento = 0, Yellow = 0.81 and Black (K on CMYK) = 0.50.
Color convert
| RGB | 12 | 127 | 24 | - |
| CMYK | 0.91 | 0 | 0.81 | 0.50 |
| HSL | 126.26º | 0.83% | 0.27% | - |
| HSV(B) | 126.26º | 0.91% | 0.5% | - |
| XYZ | 7.91 | 15.32 | 3.41 | - |
| YUV | 80.87 | 95.9 | 78.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 12 | 127 | 24 | 0.91 | 0 | 0.81 | 0.50 | 126.26 | 0.83 | 0.27 |
| Hex | C | 7F | 18 | 5B | 0 | 51 | 32 | 7E | 53 | 1B |
| Octal | 14 | 177 | 30 | 133 | 0 | 121 | 62 | 176 | 123 | 33 |
| Binary | 1100 | 1111111 | 11000 | 1011011 | 0 | 1010001 | 110010 | 1111110 | 1010011 | 11011 |
Color Harmonies of #0C7F18
Complementary color
Monochromatic Colors of #0C7F18
Black with #0C7F18
Text Example
Text Example
White with #0C7F18
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0C7F18; }
p { color: rgb(12,127,24); }
H1.HeaderClassName
{
color: #0C7F18;
}
.AnyTagClassName
{
color: #0C7F18;
}
</style>
background-color css
<style>
a { background-color: #0C7F18; }
a { background-color: rgb(12,127,24); }
div.DivClassName
{
background-color: #0C7F18;
}
.BgClassName
{
background-color: #0C7F18;
}
</style>
border-color css
<style>
span { border-color: #0C7F18; }
span { border-color: rgb(12,127,24); }
td.TdClassName
{
border-color: #0C7F18;
}
.TagClassName
{
border-color: #0C7F18;
}
</style>