Shades of Green #0C781A
Tints of Green #0C781A
RGB
CMYK
RGB Variations
Color information
#0C781A (or 0x0C781A) is known color: Green. HEX triplet: 0C, 78 and 1A. RGB value is (12,120,26). Sum of RGB (Red+Green+Blue) = 12+120+26=158 (20% of max value = 765). Red value is 12 (5.08% from 255 or 7.59% from 158); Green value is 120 (47.27% from 255 or 75.95% from 158); Blue value is 26 (10.55% from 255 or 16.46% from 158); Max value from RGB is 120 - color contains mainly: green. Hex color #0C781A is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #0C781A is #F387E5. Grayscale: #4D4D4D. Windows color (decimal): -15960038 or 1734668. OLE color: 1734668.
HSL color Cylindrical-coordinate representation of color #0C781A: hue angle of 127.78º degrees, saturation: 0.82, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #0C781A is Cyan = 0.90, Magento = 0, Yellow = 0.78 and Black (K on CMYK) = 0.53.
Color convert
| RGB | 12 | 120 | 26 | - |
| CMYK | 0.90 | 0 | 0.78 | 0.53 |
| HSL | 127.78º | 0.82% | 0.26% | - |
| HSV(B) | 127.78º | 0.9% | 0.47% | - |
| XYZ | 7.05 | 13.59 | 3.23 | - |
| YUV | 76.99 | 99.22 | 81.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 12 | 120 | 26 | 0.90 | 0 | 0.78 | 0.53 | 127.78 | 0.82 | 0.26 |
| Hex | C | 78 | 1A | 5A | 0 | 4E | 35 | 80 | 52 | 1A |
| Octal | 14 | 170 | 32 | 132 | 0 | 116 | 65 | 200 | 122 | 32 |
| Binary | 1100 | 1111000 | 11010 | 1011010 | 0 | 1001110 | 110101 | 10000000 | 1010010 | 11010 |
Color Harmonies of #0C781A
Complementary color
Monochromatic Colors of #0C781A
Black with #0C781A
Text Example
Text Example
White with #0C781A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0C781A; }
p { color: rgb(12,120,26); }
H1.HeaderClassName
{
color: #0C781A;
}
.AnyTagClassName
{
color: #0C781A;
}
</style>
background-color css
<style>
a { background-color: #0C781A; }
a { background-color: rgb(12,120,26); }
div.DivClassName
{
background-color: #0C781A;
}
.BgClassName
{
background-color: #0C781A;
}
</style>
border-color css
<style>
span { border-color: #0C781A; }
span { border-color: rgb(12,120,26); }
td.TdClassName
{
border-color: #0C781A;
}
.TagClassName
{
border-color: #0C781A;
}
</style>