Shades of Green #116E13
Tints of Green #116E13
RGB
CMYK
RGB Variations
Color information
#116E13 (or 0x116E13) is known color: Green. HEX triplet: 11, 6E and 13. RGB value is (17,110,19). Sum of RGB (Red+Green+Blue) = 17+110+19=146 (19% of max value = 765). Red value is 17 (7.03% from 255 or 11.64% from 146); Green value is 110 (43.36% from 255 or 75.34% from 146); Blue value is 19 (7.81% from 255 or 13.01% from 146); Max value from RGB is 110 - color contains mainly: green. Hex color #116E13 is not a web safe color. Web safe color analog (approx): #006600. Inversed color of #116E13 is #EE91EC. Grayscale: #484848. Windows color (decimal): -15634925 or 1273361. OLE color: 1273361.
HSL color Cylindrical-coordinate representation of color #116E13: hue angle of 121.29º 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 #116E13 is Cyan = 0.85, Magento = 0, Yellow = 0.83 and Black (K on CMYK) = 0.57.
Color convert
| RGB | 17 | 110 | 19 | - |
| CMYK | 0.85 | 0 | 0.83 | 0.57 |
| HSL | 121.29º | 0.73% | 0.25% | - |
| HSV(B) | 121.29º | 0.85% | 0.43% | - |
| XYZ | 5.92 | 11.32 | 2.49 | - |
| YUV | 71.82 | 98.19 | 88.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 17 | 110 | 19 | 0.85 | 0 | 0.83 | 0.57 | 121.29 | 0.73 | 0.25 |
| Hex | 11 | 6E | 13 | 55 | 0 | 53 | 39 | 79 | 49 | 19 |
| Octal | 21 | 156 | 23 | 125 | 0 | 123 | 71 | 171 | 111 | 31 |
| Binary | 10001 | 1101110 | 10011 | 1010101 | 0 | 1010011 | 111001 | 1111001 | 1001001 | 11001 |
Color Harmonies of #116E13
Complementary color
Monochromatic Colors of #116E13
Black with #116E13
Text Example
Text Example
White with #116E13
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #116E13; }
p { color: rgb(17,110,19); }
H1.HeaderClassName
{
color: #116E13;
}
.AnyTagClassName
{
color: #116E13;
}
</style>
background-color css
<style>
a { background-color: #116E13; }
a { background-color: rgb(17,110,19); }
div.DivClassName
{
background-color: #116E13;
}
.BgClassName
{
background-color: #116E13;
}
</style>
border-color css
<style>
span { border-color: #116E13; }
span { border-color: rgb(17,110,19); }
td.TdClassName
{
border-color: #116E13;
}
.TagClassName
{
border-color: #116E13;
}
</style>