Shades of Elf Green #118E67
Tints of Elf Green #118E67
RGB
CMYK
RGB Variations
Color information
#118E67 (or 0x118E67) is known color: Elf Green. HEX triplet: 11, 8E and 67. RGB value is (17,142,103). Sum of RGB (Red+Green+Blue) = 17+142+103=262 (34% of max value = 765). Red value is 17 (7.03% from 255 or 6.49% from 262); Green value is 142 (55.86% from 255 or 54.20% from 262); Blue value is 103 (40.62% from 255 or 39.31% from 262); Max value from RGB is 142 - color contains mainly: green. Hex color #118E67 is not a web safe color. Web safe color analog (approx): #009966. Inversed color of #118E67 is #EE7198. Grayscale: #646464. Windows color (decimal): -15626649 or 6786577. OLE color: 6786577.
HSL color Cylindrical-coordinate representation of color #118E67: hue angle of 161.28º 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 #118E67 is Cyan = 0.88, Magento = 0, Yellow = 0.27 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 17 | 142 | 103 | - |
| CMYK | 0.88 | 0 | 0.27 | 0.44 |
| HSL | 161.28º | 0.79% | 0.31% | - |
| HSV(B) | 161.28º | 0.88% | 0.56% | - |
| XYZ | 12.35 | 20.44 | 16.13 | - |
| YUV | 100.18 | 129.59 | 68.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 17 | 142 | 103 | 0.88 | 0 | 0.27 | 0.44 | 161.28 | 0.79 | 0.31 |
| Hex | 11 | 8E | 67 | 58 | 0 | 1B | 2C | A1 | 4F | 1F |
| Octal | 21 | 216 | 147 | 130 | 0 | 33 | 54 | 241 | 117 | 37 |
| Binary | 10001 | 10001110 | 1100111 | 1011000 | 0 | 11011 | 101100 | 10100001 | 1001111 | 11111 |
Color Harmonies of #118E67
Complementary color
Monochromatic Colors of #118E67
Black with #118E67
Text Example
Text Example
White with #118E67
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #118E67; }
p { color: rgb(17,142,103); }
H1.HeaderClassName
{
color: #118E67;
}
.AnyTagClassName
{
color: #118E67;
}
</style>
background-color css
<style>
a { background-color: #118E67; }
a { background-color: rgb(17,142,103); }
div.DivClassName
{
background-color: #118E67;
}
.BgClassName
{
background-color: #118E67;
}
</style>
border-color css
<style>
span { border-color: #118E67; }
span { border-color: rgb(17,142,103); }
td.TdClassName
{
border-color: #118E67;
}
.TagClassName
{
border-color: #118E67;
}
</style>