Shades of Green #016A16
Tints of Green #016A16
RGB
CMYK
RGB Variations
Color information
#016A16 (or 0x016A16) is known color: Green. HEX triplet: 01, 6A and 16. RGB value is (1,106,22). Sum of RGB (Red+Green+Blue) = 1+106+22=129 (17% of max value = 765). Red value is 1 (0.78% from 255 or 0.78% from 129); Green value is 106 (41.80% from 255 or 82.17% from 129); Blue value is 22 (8.98% from 255 or 17.05% from 129); Max value from RGB is 106 - color contains mainly: green. Hex color #016A16 is not a web safe color. Web safe color analog (approx): #006600. Inversed color of #016A16 is #FE95E9. Grayscale: #414141. Windows color (decimal): -16684522 or 1468929. OLE color: 1468929.
HSL color Cylindrical-coordinate representation of color #016A16: hue angle of 132º degrees, saturation: 0.98, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #016A16 is Cyan = 0.99, Magento = 0, Yellow = 0.79 and Black (K on CMYK) = 0.58.
Color convert
| RGB | 1 | 106 | 22 | - |
| CMYK | 0.99 | 0 | 0.79 | 0.58 |
| HSL | 132º | 0.98% | 0.21% | - |
| HSV(B) | 132º | 0.99% | 0.42% | - |
| XYZ | 5.31 | 10.37 | 2.48 | - |
| YUV | 65.03 | 103.71 | 82.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 1 | 106 | 22 | 0.99 | 0 | 0.79 | 0.58 | 132 | 0.98 | 0.21 |
| Hex | 1 | 6A | 16 | 63 | 0 | 4F | 3A | 84 | 62 | 15 |
| Octal | 1 | 152 | 26 | 143 | 0 | 117 | 72 | 204 | 142 | 25 |
| Binary | 1 | 1101010 | 10110 | 1100011 | 0 | 1001111 | 111010 | 10000100 | 1100010 | 10101 |
Color Harmonies of #016A16
Complementary color
Monochromatic Colors of #016A16
Black with #016A16
Text Example
Text Example
White with #016A16
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #016A16; }
p { color: rgb(1,106,22); }
H1.HeaderClassName
{
color: #016A16;
}
.AnyTagClassName
{
color: #016A16;
}
</style>
background-color css
<style>
a { background-color: #016A16; }
a { background-color: rgb(1,106,22); }
div.DivClassName
{
background-color: #016A16;
}
.BgClassName
{
background-color: #016A16;
}
</style>
border-color css
<style>
span { border-color: #016A16; }
span { border-color: rgb(1,106,22); }
td.TdClassName
{
border-color: #016A16;
}
.TagClassName
{
border-color: #016A16;
}
</style>