Shades of Elf Green #119573
Tints of Elf Green #119573
RGB
CMYK
RGB Variations
Color information
#119573 (or 0x119573) is known color: Elf Green. HEX triplet: 11, 95 and 73. RGB value is (17,149,115). Sum of RGB (Red+Green+Blue) = 17+149+115=281 (37% of max value = 765). Red value is 17 (7.03% from 255 or 6.05% from 281); Green value is 149 (58.59% from 255 or 53.02% from 281); Blue value is 115 (45.31% from 255 or 40.93% from 281); Max value from RGB is 149 - color contains mainly: green. Hex color #119573 is not a web safe color. Web safe color analog (approx): #009966. Inversed color of #119573 is #EE6A8C. Grayscale: #696969. Windows color (decimal): -15624845 or 7574801. OLE color: 7574801.
HSL color Cylindrical-coordinate representation of color #119573: hue angle of 164.55º degrees, saturation: 0.8, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #119573 is Cyan = 0.89, Magento = 0, Yellow = 0.23 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 17 | 149 | 115 | - |
| CMYK | 0.89 | 0 | 0.23 | 0.42 |
| HSL | 164.55º | 0.8% | 0.33% | - |
| HSV(B) | 164.55º | 0.89% | 0.58% | - |
| XYZ | 14.07 | 22.85 | 19.89 | - |
| YUV | 105.66 | 133.27 | 64.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 17 | 149 | 115 | 0.89 | 0 | 0.23 | 0.42 | 164.55 | 0.8 | 0.33 |
| Hex | 11 | 95 | 73 | 59 | 0 | 17 | 2A | A5 | 50 | 21 |
| Octal | 21 | 225 | 163 | 131 | 0 | 27 | 52 | 245 | 120 | 41 |
| Binary | 10001 | 10010101 | 1110011 | 1011001 | 0 | 10111 | 101010 | 10100101 | 1010000 | 100001 |
Color Harmonies of #119573
Complementary color
Monochromatic Colors of #119573
Black with #119573
Text Example
Text Example
White with #119573
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #119573; }
p { color: rgb(17,149,115); }
H1.HeaderClassName
{
color: #119573;
}
.AnyTagClassName
{
color: #119573;
}
</style>
background-color css
<style>
a { background-color: #119573; }
a { background-color: rgb(17,149,115); }
div.DivClassName
{
background-color: #119573;
}
.BgClassName
{
background-color: #119573;
}
</style>
border-color css
<style>
span { border-color: #119573; }
span { border-color: rgb(17,149,115); }
td.TdClassName
{
border-color: #119573;
}
.TagClassName
{
border-color: #119573;
}
</style>