Shades of Green #016D1A
Tints of Green #016D1A
RGB
CMYK
RGB Variations
Color information
#016D1A (or 0x016D1A) is known color: Green. HEX triplet: 01, 6D and 1A. RGB value is (1,109,26). Sum of RGB (Red+Green+Blue) = 1+109+26=136 (18% of max value = 765). Red value is 1 (0.78% from 255 or 0.74% from 136); Green value is 109 (42.97% from 255 or 80.15% from 136); Blue value is 26 (10.55% from 255 or 19.12% from 136); Max value from RGB is 109 - color contains mainly: green. Hex color #016D1A is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #016D1A is #FE92E5. Grayscale: #434343. Windows color (decimal): -16683750 or 1731841. OLE color: 1731841.
HSL color Cylindrical-coordinate representation of color #016D1A: hue angle of 133.89º 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 #016D1A is Cyan = 0.99, Magento = 0, Yellow = 0.76 and Black (K on CMYK) = 0.57.
Color convert
| RGB | 1 | 109 | 26 | - |
| CMYK | 0.99 | 0 | 0.76 | 0.57 |
| HSL | 133.89º | 0.98% | 0.22% | - |
| HSV(B) | 133.89º | 0.99% | 0.43% | - |
| XYZ | 5.67 | 11.02 | 2.81 | - |
| YUV | 67.25 | 104.72 | 80.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 1 | 109 | 26 | 0.99 | 0 | 0.76 | 0.57 | 133.89 | 0.98 | 0.22 |
| Hex | 1 | 6D | 1A | 63 | 0 | 4C | 39 | 86 | 62 | 16 |
| Octal | 1 | 155 | 32 | 143 | 0 | 114 | 71 | 206 | 142 | 26 |
| Binary | 1 | 1101101 | 11010 | 1100011 | 0 | 1001100 | 111001 | 10000110 | 1100010 | 10110 |
Color Harmonies of #016D1A
Complementary color
Monochromatic Colors of #016D1A
Black with #016D1A
Text Example
Text Example
White with #016D1A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #016D1A; }
p { color: rgb(1,109,26); }
H1.HeaderClassName
{
color: #016D1A;
}
.AnyTagClassName
{
color: #016D1A;
}
</style>
background-color css
<style>
a { background-color: #016D1A; }
a { background-color: rgb(1,109,26); }
div.DivClassName
{
background-color: #016D1A;
}
.BgClassName
{
background-color: #016D1A;
}
</style>
border-color css
<style>
span { border-color: #016D1A; }
span { border-color: rgb(1,109,26); }
td.TdClassName
{
border-color: #016D1A;
}
.TagClassName
{
border-color: #016D1A;
}
</style>