Shades of Elf Green #118D73
Tints of Elf Green #118D73
RGB
CMYK
RGB Variations
Color information
#118D73 (or 0x118D73) is known color: Elf Green. HEX triplet: 11, 8D and 73. RGB value is (17,141,115). Sum of RGB (Red+Green+Blue) = 17+141+115=273 (36% of max value = 765). Red value is 17 (7.03% from 255 or 6.23% from 273); Green value is 141 (55.47% from 255 or 51.65% from 273); Blue value is 115 (45.31% from 255 or 42.12% from 273); Max value from RGB is 141 - color contains mainly: green. Hex color #118D73 is not a web safe color. Web safe color analog (approx): #009966. Inversed color of #118D73 is #EE728C. Grayscale: #646464. Windows color (decimal): -15626893 or 7572753. OLE color: 7572753.
HSL color Cylindrical-coordinate representation of color #118D73: hue angle of 167.42º 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 #118D73 is Cyan = 0.88, Magento = 0, Yellow = 0.18 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 17 | 141 | 115 | - |
| CMYK | 0.88 | 0 | 0.18 | 0.45 |
| HSL | 167.42º | 0.78% | 0.31% | - |
| HSV(B) | 167.42º | 0.88% | 0.55% | - |
| XYZ | 12.85 | 20.41 | 19.48 | - |
| YUV | 100.96 | 135.92 | 68.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 17 | 141 | 115 | 0.88 | 0 | 0.18 | 0.45 | 167.42 | 0.78 | 0.31 |
| Hex | 11 | 8D | 73 | 58 | 0 | 12 | 2D | A7 | 4E | 1F |
| Octal | 21 | 215 | 163 | 130 | 0 | 22 | 55 | 247 | 116 | 37 |
| Binary | 10001 | 10001101 | 1110011 | 1011000 | 0 | 10010 | 101101 | 10100111 | 1001110 | 11111 |
Color Harmonies of #118D73
Complementary color
Monochromatic Colors of #118D73
Black with #118D73
Text Example
Text Example
White with #118D73
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #118D73; }
p { color: rgb(17,141,115); }
H1.HeaderClassName
{
color: #118D73;
}
.AnyTagClassName
{
color: #118D73;
}
</style>
background-color css
<style>
a { background-color: #118D73; }
a { background-color: rgb(17,141,115); }
div.DivClassName
{
background-color: #118D73;
}
.BgClassName
{
background-color: #118D73;
}
</style>
border-color css
<style>
span { border-color: #118D73; }
span { border-color: rgb(17,141,115); }
td.TdClassName
{
border-color: #118D73;
}
.TagClassName
{
border-color: #118D73;
}
</style>