Shades of Elf Green #118B60
Tints of Elf Green #118B60
RGB
CMYK
RGB Variations
Color information
#118B60 (or 0x118B60) is known color: Elf Green. HEX triplet: 11, 8B and 60. RGB value is (17,139,96). Sum of RGB (Red+Green+Blue) = 17+139+96=252 (33% of max value = 765). Red value is 17 (7.03% from 255 or 6.75% from 252); Green value is 139 (54.69% from 255 or 55.16% from 252); Blue value is 96 (37.89% from 255 or 38.10% from 252); Max value from RGB is 139 - color contains mainly: green. Hex color #118B60 is not a web safe color. Web safe color analog (approx): #009966. Inversed color of #118B60 is #EE749F. Grayscale: #616161. Windows color (decimal): -15627424 or 6327057. OLE color: 6327057.
HSL color Cylindrical-coordinate representation of color #118B60: hue angle of 158.85º 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 #118B60 is Cyan = 0.88, Magento = 0, Yellow = 0.31 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 17 | 139 | 96 | - |
| CMYK | 0.88 | 0 | 0.31 | 0.45 |
| HSL | 158.85º | 0.78% | 0.31% | - |
| HSV(B) | 158.85º | 0.88% | 0.55% | - |
| XYZ | 11.58 | 19.43 | 14.21 | - |
| YUV | 97.62 | 127.08 | 70.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 17 | 139 | 96 | 0.88 | 0 | 0.31 | 0.45 | 158.85 | 0.78 | 0.31 |
| Hex | 11 | 8B | 60 | 58 | 0 | 1F | 2D | 9F | 4E | 1F |
| Octal | 21 | 213 | 140 | 130 | 0 | 37 | 55 | 237 | 116 | 37 |
| Binary | 10001 | 10001011 | 1100000 | 1011000 | 0 | 11111 | 101101 | 10011111 | 1001110 | 11111 |
Color Harmonies of #118B60
Complementary color
Monochromatic Colors of #118B60
Black with #118B60
Text Example
Text Example
White with #118B60
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #118B60; }
p { color: rgb(17,139,96); }
H1.HeaderClassName
{
color: #118B60;
}
.AnyTagClassName
{
color: #118B60;
}
</style>
background-color css
<style>
a { background-color: #118B60; }
a { background-color: rgb(17,139,96); }
div.DivClassName
{
background-color: #118B60;
}
.BgClassName
{
background-color: #118B60;
}
</style>
border-color css
<style>
span { border-color: #118B60; }
span { border-color: rgb(17,139,96); }
td.TdClassName
{
border-color: #118B60;
}
.TagClassName
{
border-color: #118B60;
}
</style>