Shades of Green #016C12
Tints of Green #016C12
RGB
CMYK
RGB Variations
Color information
#016C12 (or 0x016C12) is known color: Green. HEX triplet: 01, 6C and 12. RGB value is (1,108,18). Sum of RGB (Red+Green+Blue) = 1+108+18=127 (16% of max value = 765). Red value is 1 (0.78% from 255 or 0.79% from 127); Green value is 108 (42.58% from 255 or 85.04% from 127); Blue value is 18 (7.42% from 255 or 14.17% from 127); Max value from RGB is 108 - color contains mainly: green. Hex color #016C12 is not a web safe color. Web safe color analog (approx): #006600. Inversed color of #016C12 is #FE93ED. Grayscale: #424242. Windows color (decimal): -16684014 or 1207297. OLE color: 1207297.
HSL color Cylindrical-coordinate representation of color #016C12: hue angle of 129.53º degrees, saturation: 0.98, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #016C12 is Cyan = 0.99, Magento = 0, Yellow = 0.83 and Black (K on CMYK) = 0.58.
Color convert
| RGB | 1 | 108 | 18 | - |
| CMYK | 0.99 | 0 | 0.83 | 0.58 |
| HSL | 129.53º | 0.98% | 0.21% | - |
| HSV(B) | 129.53º | 0.99% | 0.42% | - |
| XYZ | 5.48 | 10.78 | 2.36 | - |
| YUV | 65.75 | 101.05 | 81.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 1 | 108 | 18 | 0.99 | 0 | 0.83 | 0.58 | 129.53 | 0.98 | 0.21 |
| Hex | 1 | 6C | 12 | 63 | 0 | 53 | 3A | 82 | 62 | 15 |
| Octal | 1 | 154 | 22 | 143 | 0 | 123 | 72 | 202 | 142 | 25 |
| Binary | 1 | 1101100 | 10010 | 1100011 | 0 | 1010011 | 111010 | 10000010 | 1100010 | 10101 |
Color Harmonies of #016C12
Complementary color
Monochromatic Colors of #016C12
Black with #016C12
Text Example
Text Example
White with #016C12
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #016C12; }
p { color: rgb(1,108,18); }
H1.HeaderClassName
{
color: #016C12;
}
.AnyTagClassName
{
color: #016C12;
}
</style>
background-color css
<style>
a { background-color: #016C12; }
a { background-color: rgb(1,108,18); }
div.DivClassName
{
background-color: #016C12;
}
.BgClassName
{
background-color: #016C12;
}
</style>
border-color css
<style>
span { border-color: #016C12; }
span { border-color: rgb(1,108,18); }
td.TdClassName
{
border-color: #016C12;
}
.TagClassName
{
border-color: #016C12;
}
</style>