Shades of Elf Green #149178
Tints of Elf Green #149178
RGB
CMYK
RGB Variations
Color information
#149178 (or 0x149178) is known color: Elf Green. HEX triplet: 14, 91 and 78. RGB value is (20,145,120). Sum of RGB (Red+Green+Blue) = 20+145+120=285 (37% of max value = 765). Red value is 20 (8.20% from 255 or 7.02% from 285); Green value is 145 (57.03% from 255 or 50.88% from 285); Blue value is 120 (47.27% from 255 or 42.11% from 285); Max value from RGB is 145 - color contains mainly: green. Hex color #149178 is not a web safe color. Web safe color analog (approx): #009966. Inversed color of #149178 is #EB6E87. Grayscale: #686868. Windows color (decimal): -15429256 or 7901460. OLE color: 7901460.
HSL color Cylindrical-coordinate representation of color #149178: hue angle of 168º 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 #149178 is Cyan = 0.86, Magento = 0, Yellow = 0.17 and Black (K on CMYK) = 0.43.
Color convert
| RGB | 20 | 145 | 120 | - |
| CMYK | 0.86 | 0 | 0.17 | 0.43 |
| HSL | 168º | 0.76% | 0.32% | - |
| HSV(B) | 168º | 0.86% | 0.57% | - |
| XYZ | 13.8 | 21.76 | 21.24 | - |
| YUV | 104.78 | 136.59 | 67.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 20 | 145 | 120 | 0.86 | 0 | 0.17 | 0.43 | 168 | 0.76 | 0.32 |
| Hex | 14 | 91 | 78 | 56 | 0 | 11 | 2B | A8 | 4C | 20 |
| Octal | 24 | 221 | 170 | 126 | 0 | 21 | 53 | 250 | 114 | 40 |
| Binary | 10100 | 10010001 | 1111000 | 1010110 | 0 | 10001 | 101011 | 10101000 | 1001100 | 100000 |
Color Harmonies of #149178
Complementary color
Monochromatic Colors of #149178
Black with #149178
Text Example
Text Example
White with #149178
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #149178; }
p { color: rgb(20,145,120); }
H1.HeaderClassName
{
color: #149178;
}
.AnyTagClassName
{
color: #149178;
}
</style>
background-color css
<style>
a { background-color: #149178; }
a { background-color: rgb(20,145,120); }
div.DivClassName
{
background-color: #149178;
}
.BgClassName
{
background-color: #149178;
}
</style>
border-color css
<style>
span { border-color: #149178; }
span { border-color: rgb(20,145,120); }
td.TdClassName
{
border-color: #149178;
}
.TagClassName
{
border-color: #149178;
}
</style>