Shades of Elf Green #118E73
Tints of Elf Green #118E73
RGB
CMYK
RGB Variations
Color information
#118E73 (or 0x118E73) is known color: Elf Green. HEX triplet: 11, 8E and 73. RGB value is (17,142,115). Sum of RGB (Red+Green+Blue) = 17+142+115=274 (36% of max value = 765). Red value is 17 (7.03% from 255 or 6.20% from 274); Green value is 142 (55.86% from 255 or 51.82% from 274); Blue value is 115 (45.31% from 255 or 41.97% from 274); Max value from RGB is 142 - color contains mainly: green. Hex color #118E73 is not a web safe color. Web safe color analog (approx): #009966. Inversed color of #118E73 is #EE718C. Grayscale: #656565. Windows color (decimal): -15626637 or 7573009. OLE color: 7573009.
HSL color Cylindrical-coordinate representation of color #118E73: hue angle of 167.04º degrees, saturation: 0.79, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #118E73 is Cyan = 0.88, Magento = 0, Yellow = 0.19 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 17 | 142 | 115 | - |
| CMYK | 0.88 | 0 | 0.19 | 0.44 |
| HSL | 167.04º | 0.79% | 0.31% | - |
| HSV(B) | 167.04º | 0.88% | 0.56% | - |
| XYZ | 13 | 20.7 | 19.53 | - |
| YUV | 101.55 | 135.59 | 67.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 17 | 142 | 115 | 0.88 | 0 | 0.19 | 0.44 | 167.04 | 0.79 | 0.31 |
| Hex | 11 | 8E | 73 | 58 | 0 | 13 | 2C | A7 | 4F | 1F |
| Octal | 21 | 216 | 163 | 130 | 0 | 23 | 54 | 247 | 117 | 37 |
| Binary | 10001 | 10001110 | 1110011 | 1011000 | 0 | 10011 | 101100 | 10100111 | 1001111 | 11111 |
Color Harmonies of #118E73
Complementary color
Monochromatic Colors of #118E73
Black with #118E73
Text Example
Text Example
White with #118E73
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #118E73; }
p { color: rgb(17,142,115); }
H1.HeaderClassName
{
color: #118E73;
}
.AnyTagClassName
{
color: #118E73;
}
</style>
background-color css
<style>
a { background-color: #118E73; }
a { background-color: rgb(17,142,115); }
div.DivClassName
{
background-color: #118E73;
}
.BgClassName
{
background-color: #118E73;
}
</style>
border-color css
<style>
span { border-color: #118E73; }
span { border-color: rgb(17,142,115); }
td.TdClassName
{
border-color: #118E73;
}
.TagClassName
{
border-color: #118E73;
}
</style>