Shades of Elf Green #139160
Tints of Elf Green #139160
RGB
CMYK
RGB Variations
Color information
#139160 (or 0x139160) is known color: Elf Green. HEX triplet: 13, 91 and 60. RGB value is (19,145,96). Sum of RGB (Red+Green+Blue) = 19+145+96=260 (34% of max value = 765). Red value is 19 (7.81% from 255 or 7.31% from 260); Green value is 145 (57.03% from 255 or 55.77% from 260); Blue value is 96 (37.89% from 255 or 36.92% from 260); Max value from RGB is 145 - color contains mainly: green. Hex color #139160 is not a web safe color. Web safe color analog (approx): #009966. Inversed color of #139160 is #EC6E9F. Grayscale: #656565. Windows color (decimal): -15494816 or 6328595. OLE color: 6328595.
HSL color Cylindrical-coordinate representation of color #139160: hue angle of 156.67º degrees, saturation: 0.77, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #139160 is Cyan = 0.87, Magento = 0, Yellow = 0.34 and Black (K on CMYK) = 0.43.
Color convert
| RGB | 19 | 145 | 96 | - |
| CMYK | 0.87 | 0 | 0.34 | 0.43 |
| HSL | 156.67º | 0.77% | 0.32% | - |
| HSV(B) | 156.67º | 0.87% | 0.57% | - |
| XYZ | 12.51 | 21.23 | 14.51 | - |
| YUV | 101.74 | 124.76 | 68.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 19 | 145 | 96 | 0.87 | 0 | 0.34 | 0.43 | 156.67 | 0.77 | 0.32 |
| Hex | 13 | 91 | 60 | 57 | 0 | 22 | 2B | 9D | 4D | 20 |
| Octal | 23 | 221 | 140 | 127 | 0 | 42 | 53 | 235 | 115 | 40 |
| Binary | 10011 | 10010001 | 1100000 | 1010111 | 0 | 100010 | 101011 | 10011101 | 1001101 | 100000 |
Color Harmonies of #139160
Complementary color
Monochromatic Colors of #139160
Black with #139160
Text Example
Text Example
White with #139160
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #139160; }
p { color: rgb(19,145,96); }
H1.HeaderClassName
{
color: #139160;
}
.AnyTagClassName
{
color: #139160;
}
</style>
background-color css
<style>
a { background-color: #139160; }
a { background-color: rgb(19,145,96); }
div.DivClassName
{
background-color: #139160;
}
.BgClassName
{
background-color: #139160;
}
</style>
border-color css
<style>
span { border-color: #139160; }
span { border-color: rgb(19,145,96); }
td.TdClassName
{
border-color: #139160;
}
.TagClassName
{
border-color: #139160;
}
</style>