Shades of Elf Green #118A69
Tints of Elf Green #118A69
RGB
CMYK
RGB Variations
Color information
#118A69 (or 0x118A69) is known color: Elf Green. HEX triplet: 11, 8A and 69. RGB value is (17,138,105). Sum of RGB (Red+Green+Blue) = 17+138+105=260 (34% of max value = 765). Red value is 17 (7.03% from 255 or 6.54% from 260); Green value is 138 (54.30% from 255 or 53.08% from 260); Blue value is 105 (41.41% from 255 or 40.38% from 260); Max value from RGB is 138 - color contains mainly: green. Hex color #118A69 is not a web safe color. Web safe color analog (approx): #009966. Inversed color of #118A69 is #EE7596. Grayscale: #626262. Windows color (decimal): -15627671 or 6916625. OLE color: 6916625.
HSL color Cylindrical-coordinate representation of color #118A69: hue angle of 163.64º degrees, saturation: 0.78, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #118A69 is Cyan = 0.88, Magento = 0, Yellow = 0.24 and Black (K on CMYK) = 0.46.
Color convert
| RGB | 17 | 138 | 105 | - |
| CMYK | 0.88 | 0 | 0.24 | 0.46 |
| HSL | 163.64º | 0.78% | 0.3% | - |
| HSV(B) | 163.64º | 0.88% | 0.54% | - |
| XYZ | 11.87 | 19.32 | 16.47 | - |
| YUV | 98.06 | 131.91 | 70.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 17 | 138 | 105 | 0.88 | 0 | 0.24 | 0.46 | 163.64 | 0.78 | 0.3 |
| Hex | 11 | 8A | 69 | 58 | 0 | 18 | 2E | A4 | 4E | 1E |
| Octal | 21 | 212 | 151 | 130 | 0 | 30 | 56 | 244 | 116 | 36 |
| Binary | 10001 | 10001010 | 1101001 | 1011000 | 0 | 11000 | 101110 | 10100100 | 1001110 | 11110 |
Color Harmonies of #118A69
Complementary color
Monochromatic Colors of #118A69
Black with #118A69
Text Example
Text Example
White with #118A69
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #118A69; }
p { color: rgb(17,138,105); }
H1.HeaderClassName
{
color: #118A69;
}
.AnyTagClassName
{
color: #118A69;
}
</style>
background-color css
<style>
a { background-color: #118A69; }
a { background-color: rgb(17,138,105); }
div.DivClassName
{
background-color: #118A69;
}
.BgClassName
{
background-color: #118A69;
}
</style>
border-color css
<style>
span { border-color: #118A69; }
span { border-color: rgb(17,138,105); }
td.TdClassName
{
border-color: #118A69;
}
.TagClassName
{
border-color: #118A69;
}
</style>