Shades of Elf Green #119172
Tints of Elf Green #119172
RGB
CMYK
RGB Variations
Color information
#119172 (or 0x119172) is known color: Elf Green. HEX triplet: 11, 91 and 72. RGB value is (17,145,114). Sum of RGB (Red+Green+Blue) = 17+145+114=276 (36% of max value = 765). Red value is 17 (7.03% from 255 or 6.16% from 276); Green value is 145 (57.03% from 255 or 52.54% from 276); Blue value is 114 (44.92% from 255 or 41.30% from 276); Max value from RGB is 145 - color contains mainly: green. Hex color #119172 is not a web safe color. Web safe color analog (approx): #009966. Inversed color of #119172 is #EE6E8D. Grayscale: #676767. Windows color (decimal): -15625870 or 7508241. OLE color: 7508241.
HSL color Cylindrical-coordinate representation of color #119172: hue angle of 165.47º degrees, saturation: 0.79, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #119172 is Cyan = 0.88, Magento = 0, Yellow = 0.21 and Black (K on CMYK) = 0.43.
Color convert
| RGB | 17 | 145 | 114 | - |
| CMYK | 0.88 | 0 | 0.21 | 0.43 |
| HSL | 165.47º | 0.79% | 0.32% | - |
| HSV(B) | 165.47º | 0.88% | 0.57% | - |
| XYZ | 13.39 | 21.58 | 19.38 | - |
| YUV | 103.19 | 134.09 | 66.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 17 | 145 | 114 | 0.88 | 0 | 0.21 | 0.43 | 165.47 | 0.79 | 0.32 |
| Hex | 11 | 91 | 72 | 58 | 0 | 15 | 2B | A5 | 4F | 20 |
| Octal | 21 | 221 | 162 | 130 | 0 | 25 | 53 | 245 | 117 | 40 |
| Binary | 10001 | 10010001 | 1110010 | 1011000 | 0 | 10101 | 101011 | 10100101 | 1001111 | 100000 |
Color Harmonies of #119172
Complementary color
Monochromatic Colors of #119172
Black with #119172
Text Example
Text Example
White with #119172
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #119172; }
p { color: rgb(17,145,114); }
H1.HeaderClassName
{
color: #119172;
}
.AnyTagClassName
{
color: #119172;
}
</style>
background-color css
<style>
a { background-color: #119172; }
a { background-color: rgb(17,145,114); }
div.DivClassName
{
background-color: #119172;
}
.BgClassName
{
background-color: #119172;
}
</style>
border-color css
<style>
span { border-color: #119172; }
span { border-color: rgb(17,145,114); }
td.TdClassName
{
border-color: #119172;
}
.TagClassName
{
border-color: #119172;
}
</style>