Shades of Green #116E18
Tints of Green #116E18
RGB
CMYK
RGB Variations
Color information
#116E18 (or 0x116E18) is known color: Green. HEX triplet: 11, 6E and 18. RGB value is (17,110,24). Sum of RGB (Red+Green+Blue) = 17+110+24=151 (20% of max value = 765). Red value is 17 (7.03% from 255 or 11.26% from 151); Green value is 110 (43.36% from 255 or 72.85% from 151); Blue value is 24 (9.77% from 255 or 15.89% from 151); Max value from RGB is 110 - color contains mainly: green. Hex color #116E18 is not a web safe color. Web safe color analog (approx): #006600. Inversed color of #116E18 is #EE91E7. Grayscale: #484848. Windows color (decimal): -15634920 or 1601041. OLE color: 1601041.
HSL color Cylindrical-coordinate representation of color #116E18: hue angle of 124.52º 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 #116E18 is Cyan = 0.85, Magento = 0, Yellow = 0.78 and Black (K on CMYK) = 0.57.
Color convert
| RGB | 17 | 110 | 24 | - |
| CMYK | 0.85 | 0 | 0.78 | 0.57 |
| HSL | 124.52º | 0.73% | 0.25% | - |
| HSV(B) | 124.52º | 0.85% | 0.43% | - |
| XYZ | 5.97 | 11.34 | 2.74 | - |
| YUV | 72.39 | 100.69 | 88.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 17 | 110 | 24 | 0.85 | 0 | 0.78 | 0.57 | 124.52 | 0.73 | 0.25 |
| Hex | 11 | 6E | 18 | 55 | 0 | 4E | 39 | 7D | 49 | 19 |
| Octal | 21 | 156 | 30 | 125 | 0 | 116 | 71 | 175 | 111 | 31 |
| Binary | 10001 | 1101110 | 11000 | 1010101 | 0 | 1001110 | 111001 | 1111101 | 1001001 | 11001 |
Color Harmonies of #116E18
Complementary color
Monochromatic Colors of #116E18
Black with #116E18
Text Example
Text Example
White with #116E18
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #116E18; }
p { color: rgb(17,110,24); }
H1.HeaderClassName
{
color: #116E18;
}
.AnyTagClassName
{
color: #116E18;
}
</style>
background-color css
<style>
a { background-color: #116E18; }
a { background-color: rgb(17,110,24); }
div.DivClassName
{
background-color: #116E18;
}
.BgClassName
{
background-color: #116E18;
}
</style>
border-color css
<style>
span { border-color: #116E18; }
span { border-color: rgb(17,110,24); }
td.TdClassName
{
border-color: #116E18;
}
.TagClassName
{
border-color: #116E18;
}
</style>