Shades of Elf Green #118B64
Tints of Elf Green #118B64
RGB
CMYK
RGB Variations
Color information
#118B64 (or 0x118B64) is known color: Elf Green. HEX triplet: 11, 8B and 64. RGB value is (17,139,100). Sum of RGB (Red+Green+Blue) = 17+139+100=256 (33% of max value = 765). Red value is 17 (7.03% from 255 or 6.64% from 256); Green value is 139 (54.69% from 255 or 54.30% from 256); Blue value is 100 (39.45% from 255 or 39.06% from 256); Max value from RGB is 139 - color contains mainly: green. Hex color #118B64 is not a web safe color. Web safe color analog (approx): #009966. Inversed color of #118B64 is #EE749B. Grayscale: #626262. Windows color (decimal): -15627420 or 6589201. OLE color: 6589201.
HSL color Cylindrical-coordinate representation of color #118B64: hue angle of 160.82º 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 #118B64 is Cyan = 0.88, Magento = 0, Yellow = 0.28 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 17 | 139 | 100 | - |
| CMYK | 0.88 | 0 | 0.28 | 0.45 |
| HSL | 160.82º | 0.78% | 0.31% | - |
| HSV(B) | 160.82º | 0.88% | 0.55% | - |
| XYZ | 11.76 | 19.5 | 15.2 | - |
| YUV | 98.08 | 129.08 | 70.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 17 | 139 | 100 | 0.88 | 0 | 0.28 | 0.45 | 160.82 | 0.78 | 0.31 |
| Hex | 11 | 8B | 64 | 58 | 0 | 1C | 2D | A1 | 4E | 1F |
| Octal | 21 | 213 | 144 | 130 | 0 | 34 | 55 | 241 | 116 | 37 |
| Binary | 10001 | 10001011 | 1100100 | 1011000 | 0 | 11100 | 101101 | 10100001 | 1001110 | 11111 |
Color Harmonies of #118B64
Complementary color
Monochromatic Colors of #118B64
Black with #118B64
Text Example
Text Example
White with #118B64
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #118B64; }
p { color: rgb(17,139,100); }
H1.HeaderClassName
{
color: #118B64;
}
.AnyTagClassName
{
color: #118B64;
}
</style>
background-color css
<style>
a { background-color: #118B64; }
a { background-color: rgb(17,139,100); }
div.DivClassName
{
background-color: #118B64;
}
.BgClassName
{
background-color: #118B64;
}
</style>
border-color css
<style>
span { border-color: #118B64; }
span { border-color: rgb(17,139,100); }
td.TdClassName
{
border-color: #118B64;
}
.TagClassName
{
border-color: #118B64;
}
</style>