Shades of Elf Green #149160
Tints of Elf Green #149160
RGB
CMYK
RGB Variations
Color information
#149160 (or 0x149160) is known color: Elf Green. HEX triplet: 14, 91 and 60. RGB value is (20,145,96). Sum of RGB (Red+Green+Blue) = 20+145+96=261 (34% of max value = 765). Red value is 20 (8.20% from 255 or 7.66% from 261); Green value is 145 (57.03% from 255 or 55.56% from 261); Blue value is 96 (37.89% from 255 or 36.78% from 261); Max value from RGB is 145 - color contains mainly: green. Hex color #149160 is not a web safe color. Web safe color analog (approx): #009966. Inversed color of #149160 is #EB6E9F. Grayscale: #666666. Windows color (decimal): -15429280 or 6328596. OLE color: 6328596.
HSL color Cylindrical-coordinate representation of color #149160: hue angle of 156.48º degrees, saturation: 0.76, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #149160 is Cyan = 0.86, Magento = 0, Yellow = 0.34 and Black (K on CMYK) = 0.43.
Color convert
| RGB | 20 | 145 | 96 | - |
| CMYK | 0.86 | 0 | 0.34 | 0.43 |
| HSL | 156.48º | 0.76% | 0.32% | - |
| HSV(B) | 156.48º | 0.86% | 0.57% | - |
| XYZ | 12.53 | 21.24 | 14.51 | - |
| YUV | 102.04 | 124.59 | 69.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 20 | 145 | 96 | 0.86 | 0 | 0.34 | 0.43 | 156.48 | 0.76 | 0.32 |
| Hex | 14 | 91 | 60 | 56 | 0 | 22 | 2B | 9C | 4C | 20 |
| Octal | 24 | 221 | 140 | 126 | 0 | 42 | 53 | 234 | 114 | 40 |
| Binary | 10100 | 10010001 | 1100000 | 1010110 | 0 | 100010 | 101011 | 10011100 | 1001100 | 100000 |
Color Harmonies of #149160
Complementary color
Monochromatic Colors of #149160
Black with #149160
Text Example
Text Example
White with #149160
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #149160; }
p { color: rgb(20,145,96); }
H1.HeaderClassName
{
color: #149160;
}
.AnyTagClassName
{
color: #149160;
}
</style>
background-color css
<style>
a { background-color: #149160; }
a { background-color: rgb(20,145,96); }
div.DivClassName
{
background-color: #149160;
}
.BgClassName
{
background-color: #149160;
}
</style>
border-color css
<style>
span { border-color: #149160; }
span { border-color: rgb(20,145,96); }
td.TdClassName
{
border-color: #149160;
}
.TagClassName
{
border-color: #149160;
}
</style>