Shades of Elf Green #118D5E
Tints of Elf Green #118D5E
RGB
CMYK
RGB Variations
Color information
#118D5E (or 0x118D5E) is known color: Elf Green. HEX triplet: 11, 8D and 5E. RGB value is (17,141,94). Sum of RGB (Red+Green+Blue) = 17+141+94=252 (33% of max value = 765). Red value is 17 (7.03% from 255 or 6.75% from 252); Green value is 141 (55.47% from 255 or 55.95% from 252); Blue value is 94 (37.11% from 255 or 37.30% from 252); Max value from RGB is 141 - color contains mainly: green. Hex color #118D5E is not a web safe color. Web safe color analog (approx): #009966. Inversed color of #118D5E is #EE72A1. Grayscale: #626262. Windows color (decimal): -15626914 or 6196497. OLE color: 6196497.
HSL color Cylindrical-coordinate representation of color #118D5E: hue angle of 157.26º degrees, saturation: 0.78, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #118D5E is Cyan = 0.88, Magento = 0, Yellow = 0.33 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 17 | 141 | 94 | - |
| CMYK | 0.88 | 0 | 0.33 | 0.45 |
| HSL | 157.26º | 0.78% | 0.31% | - |
| HSV(B) | 157.26º | 0.88% | 0.55% | - |
| XYZ | 11.78 | 19.98 | 13.82 | - |
| YUV | 98.57 | 125.42 | 69.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 17 | 141 | 94 | 0.88 | 0 | 0.33 | 0.45 | 157.26 | 0.78 | 0.31 |
| Hex | 11 | 8D | 5E | 58 | 0 | 21 | 2D | 9D | 4E | 1F |
| Octal | 21 | 215 | 136 | 130 | 0 | 41 | 55 | 235 | 116 | 37 |
| Binary | 10001 | 10001101 | 1011110 | 1011000 | 0 | 100001 | 101101 | 10011101 | 1001110 | 11111 |
Color Harmonies of #118D5E
Complementary color
Monochromatic Colors of #118D5E
Black with #118D5E
Text Example
Text Example
White with #118D5E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #118D5E; }
p { color: rgb(17,141,94); }
H1.HeaderClassName
{
color: #118D5E;
}
.AnyTagClassName
{
color: #118D5E;
}
</style>
background-color css
<style>
a { background-color: #118D5E; }
a { background-color: rgb(17,141,94); }
div.DivClassName
{
background-color: #118D5E;
}
.BgClassName
{
background-color: #118D5E;
}
</style>
border-color css
<style>
span { border-color: #118D5E; }
span { border-color: rgb(17,141,94); }
td.TdClassName
{
border-color: #118D5E;
}
.TagClassName
{
border-color: #118D5E;
}
</style>