Shades of Green #016D05
Tints of Green #016D05
RGB
CMYK
RGB Variations
Color information
#016D05 (or 0x016D05) is known color: Green. HEX triplet: 01, 6D and 05. RGB value is (1,109,5). Sum of RGB (Red+Green+Blue) = 1+109+5=115 (15% of max value = 765). Red value is 1 (0.78% from 255 or 0.87% from 115); Green value is 109 (42.97% from 255 or 94.78% from 115); Blue value is 5 (2.34% from 255 or 4.35% from 115); Max value from RGB is 109 - color contains mainly: green. Hex color #016D05 is not a web safe color. Web safe color analog (approx): #006600. Inversed color of #016D05 is #FE92FA. Grayscale: #414141. Windows color (decimal): -16683771 or 355585. OLE color: 355585.
HSL color Cylindrical-coordinate representation of color #016D05: hue angle of 122.22º 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 #016D05 is Cyan = 0.99, Magento = 0, Yellow = 0.95 and Black (K on CMYK) = 0.57.
Color convert
| RGB | 1 | 109 | 5 | - |
| CMYK | 0.99 | 0 | 0.95 | 0.57 |
| HSL | 122.22º | 0.98% | 0.22% | - |
| HSV(B) | 122.22º | 0.99% | 0.43% | - |
| XYZ | 5.51 | 10.95 | 1.97 | - |
| YUV | 64.85 | 94.22 | 82.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 1 | 109 | 5 | 0.99 | 0 | 0.95 | 0.57 | 122.22 | 0.98 | 0.22 |
| Hex | 1 | 6D | 5 | 63 | 0 | 5F | 39 | 7A | 62 | 16 |
| Octal | 1 | 155 | 5 | 143 | 0 | 137 | 71 | 172 | 142 | 26 |
| Binary | 1 | 1101101 | 101 | 1100011 | 0 | 1011111 | 111001 | 1111010 | 1100010 | 10110 |
Color Harmonies of #016D05
Complementary color
Monochromatic Colors of #016D05
Black with #016D05
Text Example
Text Example
White with #016D05
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #016D05; }
p { color: rgb(1,109,5); }
H1.HeaderClassName
{
color: #016D05;
}
.AnyTagClassName
{
color: #016D05;
}
</style>
background-color css
<style>
a { background-color: #016D05; }
a { background-color: rgb(1,109,5); }
div.DivClassName
{
background-color: #016D05;
}
.BgClassName
{
background-color: #016D05;
}
</style>
border-color css
<style>
span { border-color: #016D05; }
span { border-color: rgb(1,109,5); }
td.TdClassName
{
border-color: #016D05;
}
.TagClassName
{
border-color: #016D05;
}
</style>