Shades of Green #0C7F0A
Tints of Green #0C7F0A
RGB
CMYK
RGB Variations
Color information
#0C7F0A (or 0x0C7F0A) is known color: Green. HEX triplet: 0C, 7F and 0A. RGB value is (12,127,10). Sum of RGB (Red+Green+Blue) = 12+127+10=149 (19% of max value = 765). Red value is 12 (5.08% from 255 or 8.05% from 149); Green value is 127 (50% from 255 or 85.23% from 149); Blue value is 10 (4.30% from 255 or 6.71% from 149); Max value from RGB is 127 - color contains mainly: green. Hex color #0C7F0A is not a web safe color. Web safe color analog (approx): #006600. Inversed color of #0C7F0A is #F380F5. Grayscale: #4F4F4F. Windows color (decimal): -15958262 or 687884. OLE color: 687884.
HSL color Cylindrical-coordinate representation of color #0C7F0A: hue angle of 118.97º degrees, saturation: 0.85, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #0C7F0A is Cyan = 0.91, Magento = 0, Yellow = 0.92 and Black (K on CMYK) = 0.50.
Color convert
| RGB | 12 | 127 | 10 | - |
| CMYK | 0.91 | 0 | 0.92 | 0.50 |
| HSL | 118.97º | 0.85% | 0.27% | - |
| HSV(B) | 118.97º | 0.92% | 0.5% | - |
| XYZ | 7.8 | 15.28 | 2.83 | - |
| YUV | 79.28 | 88.9 | 80.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 12 | 127 | 10 | 0.91 | 0 | 0.92 | 0.50 | 118.97 | 0.85 | 0.27 |
| Hex | C | 7F | A | 5B | 0 | 5C | 32 | 77 | 55 | 1B |
| Octal | 14 | 177 | 12 | 133 | 0 | 134 | 62 | 167 | 125 | 33 |
| Binary | 1100 | 1111111 | 1010 | 1011011 | 0 | 1011100 | 110010 | 1110111 | 1010101 | 11011 |
Color Harmonies of #0C7F0A
Complementary color
Monochromatic Colors of #0C7F0A
Black with #0C7F0A
Text Example
Text Example
White with #0C7F0A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0C7F0A; }
p { color: rgb(12,127,10); }
H1.HeaderClassName
{
color: #0C7F0A;
}
.AnyTagClassName
{
color: #0C7F0A;
}
</style>
background-color css
<style>
a { background-color: #0C7F0A; }
a { background-color: rgb(12,127,10); }
div.DivClassName
{
background-color: #0C7F0A;
}
.BgClassName
{
background-color: #0C7F0A;
}
</style>
border-color css
<style>
span { border-color: #0C7F0A; }
span { border-color: rgb(12,127,10); }
td.TdClassName
{
border-color: #0C7F0A;
}
.TagClassName
{
border-color: #0C7F0A;
}
</style>