Shades of Elf Green #118F72
Tints of Elf Green #118F72
RGB
CMYK
RGB Variations
Color information
#118F72 (or 0x118F72) is known color: Elf Green. HEX triplet: 11, 8F and 72. RGB value is (17,143,114). Sum of RGB (Red+Green+Blue) = 17+143+114=274 (36% of max value = 765). Red value is 17 (7.03% from 255 or 6.20% from 274); Green value is 143 (56.25% from 255 or 52.19% from 274); Blue value is 114 (44.92% from 255 or 41.61% from 274); Max value from RGB is 143 - color contains mainly: green. Hex color #118F72 is not a web safe color. Web safe color analog (approx): #009966. Inversed color of #118F72 is #EE708D. Grayscale: #666666. Windows color (decimal): -15626382 or 7507729. OLE color: 7507729.
HSL color Cylindrical-coordinate representation of color #118F72: hue angle of 166.19º 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 #118F72 is Cyan = 0.88, Magento = 0, Yellow = 0.20 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 17 | 143 | 114 | - |
| CMYK | 0.88 | 0 | 0.20 | 0.44 |
| HSL | 166.19º | 0.79% | 0.31% | - |
| HSV(B) | 166.19º | 0.88% | 0.56% | - |
| XYZ | 13.09 | 20.98 | 19.28 | - |
| YUV | 102.02 | 134.76 | 67.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 17 | 143 | 114 | 0.88 | 0 | 0.20 | 0.44 | 166.19 | 0.79 | 0.31 |
| Hex | 11 | 8F | 72 | 58 | 0 | 14 | 2C | A6 | 4F | 1F |
| Octal | 21 | 217 | 162 | 130 | 0 | 24 | 54 | 246 | 117 | 37 |
| Binary | 10001 | 10001111 | 1110010 | 1011000 | 0 | 10100 | 101100 | 10100110 | 1001111 | 11111 |
Color Harmonies of #118F72
Complementary color
Monochromatic Colors of #118F72
Black with #118F72
Text Example
Text Example
White with #118F72
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #118F72; }
p { color: rgb(17,143,114); }
H1.HeaderClassName
{
color: #118F72;
}
.AnyTagClassName
{
color: #118F72;
}
</style>
background-color css
<style>
a { background-color: #118F72; }
a { background-color: rgb(17,143,114); }
div.DivClassName
{
background-color: #118F72;
}
.BgClassName
{
background-color: #118F72;
}
</style>
border-color css
<style>
span { border-color: #118F72; }
span { border-color: rgb(17,143,114); }
td.TdClassName
{
border-color: #118F72;
}
.TagClassName
{
border-color: #118F72;
}
</style>