Shades of Elf Green #118B5D
Tints of Elf Green #118B5D
RGB
CMYK
RGB Variations
Color information
#118B5D (or 0x118B5D) is known color: Elf Green. HEX triplet: 11, 8B and 5D. RGB value is (17,139,93). Sum of RGB (Red+Green+Blue) = 17+139+93=249 (32% of max value = 765). Red value is 17 (7.03% from 255 or 6.83% from 249); Green value is 139 (54.69% from 255 or 55.82% from 249); Blue value is 93 (36.72% from 255 or 37.35% from 249); Max value from RGB is 139 - color contains mainly: green. Hex color #118B5D is not a web safe color. Web safe color analog (approx): #009966. Inversed color of #118B5D is #EE74A2. Grayscale: #616161. Windows color (decimal): -15627427 or 6130449. OLE color: 6130449.
HSL color Cylindrical-coordinate representation of color #118B5D: hue angle of 157.38º 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 #118B5D is Cyan = 0.88, Magento = 0, Yellow = 0.33 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 17 | 139 | 93 | - |
| CMYK | 0.88 | 0 | 0.33 | 0.45 |
| HSL | 157.38º | 0.78% | 0.31% | - |
| HSV(B) | 157.38º | 0.88% | 0.55% | - |
| XYZ | 11.44 | 19.37 | 13.49 | - |
| YUV | 97.28 | 125.58 | 70.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 17 | 139 | 93 | 0.88 | 0 | 0.33 | 0.45 | 157.38 | 0.78 | 0.31 |
| Hex | 11 | 8B | 5D | 58 | 0 | 21 | 2D | 9D | 4E | 1F |
| Octal | 21 | 213 | 135 | 130 | 0 | 41 | 55 | 235 | 116 | 37 |
| Binary | 10001 | 10001011 | 1011101 | 1011000 | 0 | 100001 | 101101 | 10011101 | 1001110 | 11111 |
Color Harmonies of #118B5D
Complementary color
Monochromatic Colors of #118B5D
Black with #118B5D
Text Example
Text Example
White with #118B5D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #118B5D; }
p { color: rgb(17,139,93); }
H1.HeaderClassName
{
color: #118B5D;
}
.AnyTagClassName
{
color: #118B5D;
}
</style>
background-color css
<style>
a { background-color: #118B5D; }
a { background-color: rgb(17,139,93); }
div.DivClassName
{
background-color: #118B5D;
}
.BgClassName
{
background-color: #118B5D;
}
</style>
border-color css
<style>
span { border-color: #118B5D; }
span { border-color: rgb(17,139,93); }
td.TdClassName
{
border-color: #118B5D;
}
.TagClassName
{
border-color: #118B5D;
}
</style>