Shades of Elf Green #118E6B
Tints of Elf Green #118E6B
RGB
CMYK
RGB Variations
Color information
#118E6B (or 0x118E6B) is known color: Elf Green. HEX triplet: 11, 8E and 6B. RGB value is (17,142,107). Sum of RGB (Red+Green+Blue) = 17+142+107=266 (35% of max value = 765). Red value is 17 (7.03% from 255 or 6.39% from 266); Green value is 142 (55.86% from 255 or 53.38% from 266); Blue value is 107 (42.19% from 255 or 40.23% from 266); Max value from RGB is 142 - color contains mainly: green. Hex color #118E6B is not a web safe color. Web safe color analog (approx): #009966. Inversed color of #118E6B is #EE7194. Grayscale: #646464. Windows color (decimal): -15626645 or 7048721. OLE color: 7048721.
HSL color Cylindrical-coordinate representation of color #118E6B: hue angle of 163.2º 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 #118E6B is Cyan = 0.88, Magento = 0, Yellow = 0.25 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 17 | 142 | 107 | - |
| CMYK | 0.88 | 0 | 0.25 | 0.44 |
| HSL | 163.2º | 0.79% | 0.31% | - |
| HSV(B) | 163.2º | 0.88% | 0.56% | - |
| XYZ | 12.56 | 20.53 | 17.21 | - |
| YUV | 100.64 | 131.59 | 68.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 17 | 142 | 107 | 0.88 | 0 | 0.25 | 0.44 | 163.2 | 0.79 | 0.31 |
| Hex | 11 | 8E | 6B | 58 | 0 | 19 | 2C | A3 | 4F | 1F |
| Octal | 21 | 216 | 153 | 130 | 0 | 31 | 54 | 243 | 117 | 37 |
| Binary | 10001 | 10001110 | 1101011 | 1011000 | 0 | 11001 | 101100 | 10100011 | 1001111 | 11111 |
Color Harmonies of #118E6B
Complementary color
Monochromatic Colors of #118E6B
Black with #118E6B
Text Example
Text Example
White with #118E6B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #118E6B; }
p { color: rgb(17,142,107); }
H1.HeaderClassName
{
color: #118E6B;
}
.AnyTagClassName
{
color: #118E6B;
}
</style>
background-color css
<style>
a { background-color: #118E6B; }
a { background-color: rgb(17,142,107); }
div.DivClassName
{
background-color: #118E6B;
}
.BgClassName
{
background-color: #118E6B;
}
</style>
border-color css
<style>
span { border-color: #118E6B; }
span { border-color: rgb(17,142,107); }
td.TdClassName
{
border-color: #118E6B;
}
.TagClassName
{
border-color: #118E6B;
}
</style>