Shades of Elf Green #149579
Tints of Elf Green #149579
RGB
CMYK
RGB Variations
Color information
#149579 (or 0x149579) is known color: Elf Green. HEX triplet: 14, 95 and 79. RGB value is (20,149,121). Sum of RGB (Red+Green+Blue) = 20+149+121=290 (38% of max value = 765). Red value is 20 (8.20% from 255 or 6.90% from 290); Green value is 149 (58.59% from 255 or 51.38% from 290); Blue value is 121 (47.66% from 255 or 41.72% from 290); Max value from RGB is 149 - color contains mainly: green. Hex color #149579 is not a web safe color. Web safe color analog (approx): #009966. Inversed color of #149579 is #EB6A86. Grayscale: #6B6B6B. Windows color (decimal): -15428231 or 7968020. OLE color: 7968020.
HSL color Cylindrical-coordinate representation of color #149579: hue angle of 166.98º degrees, saturation: 0.76, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #149579 is Cyan = 0.87, Magento = 0, Yellow = 0.19 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 20 | 149 | 121 | - |
| CMYK | 0.87 | 0 | 0.19 | 0.42 |
| HSL | 166.98º | 0.76% | 0.33% | - |
| HSV(B) | 166.98º | 0.87% | 0.58% | - |
| XYZ | 14.49 | 23.02 | 21.77 | - |
| YUV | 107.24 | 135.76 | 65.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 20 | 149 | 121 | 0.87 | 0 | 0.19 | 0.42 | 166.98 | 0.76 | 0.33 |
| Hex | 14 | 95 | 79 | 57 | 0 | 13 | 2A | A7 | 4C | 21 |
| Octal | 24 | 225 | 171 | 127 | 0 | 23 | 52 | 247 | 114 | 41 |
| Binary | 10100 | 10010101 | 1111001 | 1010111 | 0 | 10011 | 101010 | 10100111 | 1001100 | 100001 |
Color Harmonies of #149579
Complementary color
Monochromatic Colors of #149579
Black with #149579
Text Example
Text Example
White with #149579
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #149579; }
p { color: rgb(20,149,121); }
H1.HeaderClassName
{
color: #149579;
}
.AnyTagClassName
{
color: #149579;
}
</style>
background-color css
<style>
a { background-color: #149579; }
a { background-color: rgb(20,149,121); }
div.DivClassName
{
background-color: #149579;
}
.BgClassName
{
background-color: #149579;
}
</style>
border-color css
<style>
span { border-color: #149579; }
span { border-color: rgb(20,149,121); }
td.TdClassName
{
border-color: #149579;
}
.TagClassName
{
border-color: #149579;
}
</style>