Shades of Green #116E16
Tints of Green #116E16
RGB
CMYK
RGB Variations
Color information
#116E16 (or 0x116E16) is known color: Green. HEX triplet: 11, 6E and 16. RGB value is (17,110,22). Sum of RGB (Red+Green+Blue) = 17+110+22=149 (19% of max value = 765). Red value is 17 (7.03% from 255 or 11.41% from 149); Green value is 110 (43.36% from 255 or 73.83% from 149); Blue value is 22 (8.98% from 255 or 14.77% from 149); Max value from RGB is 110 - color contains mainly: green. Hex color #116E16 is not a web safe color. Web safe color analog (approx): #006600. Inversed color of #116E16 is #EE91E9. Grayscale: #484848. Windows color (decimal): -15634922 or 1469969. OLE color: 1469969.
HSL color Cylindrical-coordinate representation of color #116E16: hue angle of 123.23º degrees, saturation: 0.73, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.43% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #116E16 is Cyan = 0.85, Magento = 0, Yellow = 0.8 and Black (K on CMYK) = 0.57.
Color convert
| RGB | 17 | 110 | 22 | - |
| CMYK | 0.85 | 0 | 0.8 | 0.57 |
| HSL | 123.23º | 0.73% | 0.25% | - |
| HSV(B) | 123.23º | 0.85% | 0.43% | - |
| XYZ | 5.95 | 11.33 | 2.63 | - |
| YUV | 72.16 | 99.69 | 88.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 17 | 110 | 22 | 0.85 | 0 | 0.8 | 0.57 | 123.23 | 0.73 | 0.25 |
| Hex | 11 | 6E | 16 | 55 | 0 | 50 | 39 | 7B | 49 | 19 |
| Octal | 21 | 156 | 26 | 125 | 0 | 120 | 71 | 173 | 111 | 31 |
| Binary | 10001 | 1101110 | 10110 | 1010101 | 0 | 1010000 | 111001 | 1111011 | 1001001 | 11001 |
Color Harmonies of #116E16
Complementary color
Monochromatic Colors of #116E16
Black with #116E16
Text Example
Text Example
White with #116E16
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #116E16; }
p { color: rgb(17,110,22); }
H1.HeaderClassName
{
color: #116E16;
}
.AnyTagClassName
{
color: #116E16;
}
</style>
background-color css
<style>
a { background-color: #116E16; }
a { background-color: rgb(17,110,22); }
div.DivClassName
{
background-color: #116E16;
}
.BgClassName
{
background-color: #116E16;
}
</style>
border-color css
<style>
span { border-color: #116E16; }
span { border-color: rgb(17,110,22); }
td.TdClassName
{
border-color: #116E16;
}
.TagClassName
{
border-color: #116E16;
}
</style>