Shades of Green #016A10
Tints of Green #016A10
RGB
CMYK
RGB Variations
Color information
#016A10 (or 0x016A10) is known color: Green. HEX triplet: 01, 6A and 10. RGB value is (1,106,16). Sum of RGB (Red+Green+Blue) = 1+106+16=123 (16% of max value = 765). Red value is 1 (0.78% from 255 or 0.81% from 123); Green value is 106 (41.80% from 255 or 86.18% from 123); Blue value is 16 (6.64% from 255 or 13.01% from 123); Max value from RGB is 106 - color contains mainly: green. Hex color #016A10 is not a web safe color. Web safe color analog (approx): #006600. Inversed color of #016A10 is #FE95EF. Grayscale: #404040. Windows color (decimal): -16684528 or 1075713. OLE color: 1075713.
HSL color Cylindrical-coordinate representation of color #016A10: hue angle of 128.57º 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 #016A10 is Cyan = 0.99, Magento = 0, Yellow = 0.85 and Black (K on CMYK) = 0.58.
Color convert
| RGB | 1 | 106 | 16 | - |
| CMYK | 0.99 | 0 | 0.85 | 0.58 |
| HSL | 128.57º | 0.98% | 0.21% | - |
| HSV(B) | 128.57º | 0.99% | 0.42% | - |
| XYZ | 5.26 | 10.35 | 2.21 | - |
| YUV | 64.35 | 100.71 | 82.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 1 | 106 | 16 | 0.99 | 0 | 0.85 | 0.58 | 128.57 | 0.98 | 0.21 |
| Hex | 1 | 6A | 10 | 63 | 0 | 55 | 3A | 81 | 62 | 15 |
| Octal | 1 | 152 | 20 | 143 | 0 | 125 | 72 | 201 | 142 | 25 |
| Binary | 1 | 1101010 | 10000 | 1100011 | 0 | 1010101 | 111010 | 10000001 | 1100010 | 10101 |
Color Harmonies of #016A10
Complementary color
Monochromatic Colors of #016A10
Black with #016A10
Text Example
Text Example
White with #016A10
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #016A10; }
p { color: rgb(1,106,16); }
H1.HeaderClassName
{
color: #016A10;
}
.AnyTagClassName
{
color: #016A10;
}
</style>
background-color css
<style>
a { background-color: #016A10; }
a { background-color: rgb(1,106,16); }
div.DivClassName
{
background-color: #016A10;
}
.BgClassName
{
background-color: #016A10;
}
</style>
border-color css
<style>
span { border-color: #016A10; }
span { border-color: rgb(1,106,16); }
td.TdClassName
{
border-color: #016A10;
}
.TagClassName
{
border-color: #016A10;
}
</style>