Shades of Green #116E11
Tints of Green #116E11
RGB
CMYK
RGB Variations
Color information
#116E11 (or 0x116E11) is known color: Green. HEX triplet: 11, 6E and 11. RGB value is (17,110,17). Sum of RGB (Red+Green+Blue) = 17+110+17=144 (19% of max value = 765). Red value is 17 (7.03% from 255 or 11.81% from 144); Green value is 110 (43.36% from 255 or 76.39% from 144); Blue value is 17 (7.03% from 255 or 11.81% from 144); Max value from RGB is 110 - color contains mainly: green. Hex color #116E11 is not a web safe color. Web safe color analog (approx): #006600. Inversed color of #116E11 is #EE91EE. Grayscale: #474747. Windows color (decimal): -15634927 or 1142289. OLE color: 1142289.
HSL color Cylindrical-coordinate representation of color #116E11: hue angle of 120º 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 #116E11 is Cyan = 0.85, Magento = 0, Yellow = 0.85 and Black (K on CMYK) = 0.57.
Color convert
| RGB | 17 | 110 | 17 | - |
| CMYK | 0.85 | 0 | 0.85 | 0.57 |
| HSL | 120º | 0.73% | 0.25% | - |
| HSV(B) | 120º | 0.85% | 0.43% | - |
| XYZ | 5.91 | 11.31 | 2.4 | - |
| YUV | 71.59 | 97.19 | 89.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 17 | 110 | 17 | 0.85 | 0 | 0.85 | 0.57 | 120 | 0.73 | 0.25 |
| Hex | 11 | 6E | 11 | 55 | 0 | 55 | 39 | 78 | 49 | 19 |
| Octal | 21 | 156 | 21 | 125 | 0 | 125 | 71 | 170 | 111 | 31 |
| Binary | 10001 | 1101110 | 10001 | 1010101 | 0 | 1010101 | 111001 | 1111000 | 1001001 | 11001 |
Color Harmonies of #116E11
Complementary color
Monochromatic Colors of #116E11
Black with #116E11
Text Example
Text Example
White with #116E11
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #116E11; }
p { color: rgb(17,110,17); }
H1.HeaderClassName
{
color: #116E11;
}
.AnyTagClassName
{
color: #116E11;
}
</style>
background-color css
<style>
a { background-color: #116E11; }
a { background-color: rgb(17,110,17); }
div.DivClassName
{
background-color: #116E11;
}
.BgClassName
{
background-color: #116E11;
}
</style>
border-color css
<style>
span { border-color: #116E11; }
span { border-color: rgb(17,110,17); }
td.TdClassName
{
border-color: #116E11;
}
.TagClassName
{
border-color: #116E11;
}
</style>