Shades of Green #016E11
Tints of Green #016E11
RGB
CMYK
RGB Variations
Color information
#016E11 (or 0x016E11) is known color: Green. HEX triplet: 01, 6E and 11. RGB value is (1,110,17). Sum of RGB (Red+Green+Blue) = 1+110+17=128 (16% of max value = 765). Red value is 1 (0.78% from 255 or 0.78% from 128); Green value is 110 (43.36% from 255 or 85.94% from 128); Blue value is 17 (7.03% from 255 or 13.28% from 128); Max value from RGB is 110 - color contains mainly: green. Hex color #016E11 is not a web safe color. Web safe color analog (approx): #006600. Inversed color of #016E11 is #FE91EE. Grayscale: #434343. Windows color (decimal): -16683503 or 1142273. OLE color: 1142273.
HSL color Cylindrical-coordinate representation of color #016E11: hue angle of 128.81º 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 #016E11 is Cyan = 0.99, Magento = 0, Yellow = 0.85 and Black (K on CMYK) = 0.57.
Color convert
| RGB | 1 | 110 | 17 | - |
| CMYK | 0.99 | 0 | 0.85 | 0.57 |
| HSL | 128.81º | 0.98% | 0.22% | - |
| HSV(B) | 128.81º | 0.99% | 0.43% | - |
| XYZ | 5.69 | 11.2 | 2.39 | - |
| YUV | 66.81 | 99.89 | 81.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 1 | 110 | 17 | 0.99 | 0 | 0.85 | 0.57 | 128.81 | 0.98 | 0.22 |
| Hex | 1 | 6E | 11 | 63 | 0 | 55 | 39 | 81 | 62 | 16 |
| Octal | 1 | 156 | 21 | 143 | 0 | 125 | 71 | 201 | 142 | 26 |
| Binary | 1 | 1101110 | 10001 | 1100011 | 0 | 1010101 | 111001 | 10000001 | 1100010 | 10110 |
Color Harmonies of #016E11
Complementary color
Monochromatic Colors of #016E11
Black with #016E11
Text Example
Text Example
White with #016E11
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #016E11; }
p { color: rgb(1,110,17); }
H1.HeaderClassName
{
color: #016E11;
}
.AnyTagClassName
{
color: #016E11;
}
</style>
background-color css
<style>
a { background-color: #016E11; }
a { background-color: rgb(1,110,17); }
div.DivClassName
{
background-color: #016E11;
}
.BgClassName
{
background-color: #016E11;
}
</style>
border-color css
<style>
span { border-color: #016E11; }
span { border-color: rgb(1,110,17); }
td.TdClassName
{
border-color: #016E11;
}
.TagClassName
{
border-color: #016E11;
}
</style>