Shades of Green #116D18
Tints of Green #116D18
RGB
CMYK
RGB Variations
Color information
#116D18 (or 0x116D18) is known color: Green. HEX triplet: 11, 6D and 18. RGB value is (17,109,24). Sum of RGB (Red+Green+Blue) = 17+109+24=150 (19% of max value = 765). Red value is 17 (7.03% from 255 or 11.33% from 150); Green value is 109 (42.97% from 255 or 72.67% from 150); Blue value is 24 (9.77% from 255 or 16% from 150); Max value from RGB is 109 - color contains mainly: green. Hex color #116D18 is not a web safe color. Web safe color analog (approx): #006600. Inversed color of #116D18 is #EE92E7. Grayscale: #484848. Windows color (decimal): -15635176 or 1600785. OLE color: 1600785.
HSL color Cylindrical-coordinate representation of color #116D18: hue angle of 124.57º degrees, saturation: 0.73, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.43% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #116D18 is Cyan = 0.84, Magento = 0, Yellow = 0.78 and Black (K on CMYK) = 0.57.
Color convert
| RGB | 17 | 109 | 24 | - |
| CMYK | 0.84 | 0 | 0.78 | 0.57 |
| HSL | 124.57º | 0.73% | 0.25% | - |
| HSV(B) | 124.57º | 0.84% | 0.43% | - |
| XYZ | 5.86 | 11.12 | 2.7 | - |
| YUV | 71.8 | 101.02 | 88.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 17 | 109 | 24 | 0.84 | 0 | 0.78 | 0.57 | 124.57 | 0.73 | 0.25 |
| Hex | 11 | 6D | 18 | 54 | 0 | 4E | 39 | 7D | 49 | 19 |
| Octal | 21 | 155 | 30 | 124 | 0 | 116 | 71 | 175 | 111 | 31 |
| Binary | 10001 | 1101101 | 11000 | 1010100 | 0 | 1001110 | 111001 | 1111101 | 1001001 | 11001 |
Color Harmonies of #116D18
Complementary color
Monochromatic Colors of #116D18
Black with #116D18
Text Example
Text Example
White with #116D18
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #116D18; }
p { color: rgb(17,109,24); }
H1.HeaderClassName
{
color: #116D18;
}
.AnyTagClassName
{
color: #116D18;
}
</style>
background-color css
<style>
a { background-color: #116D18; }
a { background-color: rgb(17,109,24); }
div.DivClassName
{
background-color: #116D18;
}
.BgClassName
{
background-color: #116D18;
}
</style>
border-color css
<style>
span { border-color: #116D18; }
span { border-color: rgb(17,109,24); }
td.TdClassName
{
border-color: #116D18;
}
.TagClassName
{
border-color: #116D18;
}
</style>