Shades of Green #016F12
Tints of Green #016F12
RGB
CMYK
RGB Variations
Color information
#016F12 (or 0x016F12) is known color: Green. HEX triplet: 01, 6F and 12. RGB value is (1,111,18). Sum of RGB (Red+Green+Blue) = 1+111+18=130 (17% of max value = 765). Red value is 1 (0.78% from 255 or 0.77% from 130); Green value is 111 (43.75% from 255 or 85.38% from 130); Blue value is 18 (7.42% from 255 or 13.85% from 130); Max value from RGB is 111 - color contains mainly: green. Hex color #016F12 is not a web safe color. Web safe color analog (approx): #006600. Inversed color of #016F12 is #FE90ED. Grayscale: #434343. Windows color (decimal): -16683246 or 1208065. OLE color: 1208065.
HSL color Cylindrical-coordinate representation of color #016F12: hue angle of 129.27º degrees, saturation: 0.98, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #016F12 is Cyan = 0.99, Magento = 0, Yellow = 0.84 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 1 | 111 | 18 | - |
| CMYK | 0.99 | 0 | 0.84 | 0.56 |
| HSL | 129.27º | 0.98% | 0.22% | - |
| HSV(B) | 129.27º | 0.99% | 0.44% | - |
| XYZ | 5.81 | 11.42 | 2.47 | - |
| YUV | 67.51 | 100.06 | 80.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 1 | 111 | 18 | 0.99 | 0 | 0.84 | 0.56 | 129.27 | 0.98 | 0.22 |
| Hex | 1 | 6F | 12 | 63 | 0 | 54 | 38 | 81 | 62 | 16 |
| Octal | 1 | 157 | 22 | 143 | 0 | 124 | 70 | 201 | 142 | 26 |
| Binary | 1 | 1101111 | 10010 | 1100011 | 0 | 1010100 | 111000 | 10000001 | 1100010 | 10110 |
Color Harmonies of #016F12
Complementary color
Monochromatic Colors of #016F12
Black with #016F12
Text Example
Text Example
White with #016F12
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #016F12; }
p { color: rgb(1,111,18); }
H1.HeaderClassName
{
color: #016F12;
}
.AnyTagClassName
{
color: #016F12;
}
</style>
background-color css
<style>
a { background-color: #016F12; }
a { background-color: rgb(1,111,18); }
div.DivClassName
{
background-color: #016F12;
}
.BgClassName
{
background-color: #016F12;
}
</style>
border-color css
<style>
span { border-color: #016F12; }
span { border-color: rgb(1,111,18); }
td.TdClassName
{
border-color: #016F12;
}
.TagClassName
{
border-color: #016F12;
}
</style>