Shades of Green #016D14
Tints of Green #016D14
RGB
CMYK
RGB Variations
Color information
#016D14 (or 0x016D14) is known color: Green. HEX triplet: 01, 6D and 14. RGB value is (1,109,20). Sum of RGB (Red+Green+Blue) = 1+109+20=130 (17% of max value = 765). Red value is 1 (0.78% from 255 or 0.77% from 130); Green value is 109 (42.97% from 255 or 83.85% from 130); Blue value is 20 (8.20% from 255 or 15.38% from 130); Max value from RGB is 109 - color contains mainly: green. Hex color #016D14 is not a web safe color. Web safe color analog (approx): #006600. Inversed color of #016D14 is #FE92EB. Grayscale: #424242. Windows color (decimal): -16683756 or 1338625. OLE color: 1338625.
HSL color Cylindrical-coordinate representation of color #016D14: hue angle of 130.56º degrees, saturation: 0.98, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.43% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #016D14 is Cyan = 0.99, Magento = 0, Yellow = 0.82 and Black (K on CMYK) = 0.57.
Color convert
| RGB | 1 | 109 | 20 | - |
| CMYK | 0.99 | 0 | 0.82 | 0.57 |
| HSL | 130.56º | 0.98% | 0.22% | - |
| HSV(B) | 130.56º | 0.99% | 0.43% | - |
| XYZ | 5.61 | 10.99 | 2.49 | - |
| YUV | 66.56 | 101.72 | 81.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 1 | 109 | 20 | 0.99 | 0 | 0.82 | 0.57 | 130.56 | 0.98 | 0.22 |
| Hex | 1 | 6D | 14 | 63 | 0 | 52 | 39 | 83 | 62 | 16 |
| Octal | 1 | 155 | 24 | 143 | 0 | 122 | 71 | 203 | 142 | 26 |
| Binary | 1 | 1101101 | 10100 | 1100011 | 0 | 1010010 | 111001 | 10000011 | 1100010 | 10110 |
Color Harmonies of #016D14
Complementary color
Monochromatic Colors of #016D14
Black with #016D14
Text Example
Text Example
White with #016D14
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #016D14; }
p { color: rgb(1,109,20); }
H1.HeaderClassName
{
color: #016D14;
}
.AnyTagClassName
{
color: #016D14;
}
</style>
background-color css
<style>
a { background-color: #016D14; }
a { background-color: rgb(1,109,20); }
div.DivClassName
{
background-color: #016D14;
}
.BgClassName
{
background-color: #016D14;
}
</style>
border-color css
<style>
span { border-color: #016D14; }
span { border-color: rgb(1,109,20); }
td.TdClassName
{
border-color: #016D14;
}
.TagClassName
{
border-color: #016D14;
}
</style>