Shades of Green #016D13
Tints of Green #016D13
RGB
CMYK
RGB Variations
Color information
#016D13 (or 0x016D13) is known color: Green. HEX triplet: 01, 6D and 13. RGB value is (1,109,19). Sum of RGB (Red+Green+Blue) = 1+109+19=129 (17% of max value = 765). Red value is 1 (0.78% from 255 or 0.78% from 129); Green value is 109 (42.97% from 255 or 84.50% from 129); Blue value is 19 (7.81% from 255 or 14.73% from 129); Max value from RGB is 109 - color contains mainly: green. Hex color #016D13 is not a web safe color. Web safe color analog (approx): #006600. Inversed color of #016D13 is #FE92EC. Grayscale: #424242. Windows color (decimal): -16683757 or 1273089. OLE color: 1273089.
HSL color Cylindrical-coordinate representation of color #016D13: hue angle of 130º 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 #016D13 is Cyan = 0.99, Magento = 0, Yellow = 0.83 and Black (K on CMYK) = 0.57.
Color convert
| RGB | 1 | 109 | 19 | - |
| CMYK | 0.99 | 0 | 0.83 | 0.57 |
| HSL | 130º | 0.98% | 0.22% | - |
| HSV(B) | 130º | 0.99% | 0.43% | - |
| XYZ | 5.6 | 10.99 | 2.44 | - |
| YUV | 66.45 | 101.22 | 81.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 1 | 109 | 19 | 0.99 | 0 | 0.83 | 0.57 | 130 | 0.98 | 0.22 |
| Hex | 1 | 6D | 13 | 63 | 0 | 53 | 39 | 82 | 62 | 16 |
| Octal | 1 | 155 | 23 | 143 | 0 | 123 | 71 | 202 | 142 | 26 |
| Binary | 1 | 1101101 | 10011 | 1100011 | 0 | 1010011 | 111001 | 10000010 | 1100010 | 10110 |
Color Harmonies of #016D13
Complementary color
Monochromatic Colors of #016D13
Black with #016D13
Text Example
Text Example
White with #016D13
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #016D13; }
p { color: rgb(1,109,19); }
H1.HeaderClassName
{
color: #016D13;
}
.AnyTagClassName
{
color: #016D13;
}
</style>
background-color css
<style>
a { background-color: #016D13; }
a { background-color: rgb(1,109,19); }
div.DivClassName
{
background-color: #016D13;
}
.BgClassName
{
background-color: #016D13;
}
</style>
border-color css
<style>
span { border-color: #016D13; }
span { border-color: rgb(1,109,19); }
td.TdClassName
{
border-color: #016D13;
}
.TagClassName
{
border-color: #016D13;
}
</style>