Shades of Elf Green #149578
Tints of Elf Green #149578
RGB
CMYK
RGB Variations
Color information
#149578 (or 0x149578) is known color: Elf Green. HEX triplet: 14, 95 and 78. RGB value is (20,149,120). Sum of RGB (Red+Green+Blue) = 20+149+120=289 (38% of max value = 765). Red value is 20 (8.20% from 255 or 6.92% from 289); Green value is 149 (58.59% from 255 or 51.56% from 289); Blue value is 120 (47.27% from 255 or 41.52% from 289); Max value from RGB is 149 - color contains mainly: green. Hex color #149578 is not a web safe color. Web safe color analog (approx): #009966. Inversed color of #149578 is #EB6A87. Grayscale: #6B6B6B. Windows color (decimal): -15428232 or 7902484. OLE color: 7902484.
HSL color Cylindrical-coordinate representation of color #149578: hue angle of 166.51º 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 #149578 is Cyan = 0.87, Magento = 0, Yellow = 0.19 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 20 | 149 | 120 | - |
| CMYK | 0.87 | 0 | 0.19 | 0.42 |
| HSL | 166.51º | 0.76% | 0.33% | - |
| HSV(B) | 166.51º | 0.87% | 0.58% | - |
| XYZ | 14.43 | 23 | 21.45 | - |
| YUV | 107.12 | 135.26 | 65.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 20 | 149 | 120 | 0.87 | 0 | 0.19 | 0.42 | 166.51 | 0.76 | 0.33 |
| Hex | 14 | 95 | 78 | 57 | 0 | 13 | 2A | A7 | 4C | 21 |
| Octal | 24 | 225 | 170 | 127 | 0 | 23 | 52 | 247 | 114 | 41 |
| Binary | 10100 | 10010101 | 1111000 | 1010111 | 0 | 10011 | 101010 | 10100111 | 1001100 | 100001 |
Color Harmonies of #149578
Complementary color
Monochromatic Colors of #149578
Black with #149578
Text Example
Text Example
White with #149578
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #149578; }
p { color: rgb(20,149,120); }
H1.HeaderClassName
{
color: #149578;
}
.AnyTagClassName
{
color: #149578;
}
</style>
background-color css
<style>
a { background-color: #149578; }
a { background-color: rgb(20,149,120); }
div.DivClassName
{
background-color: #149578;
}
.BgClassName
{
background-color: #149578;
}
</style>
border-color css
<style>
span { border-color: #149578; }
span { border-color: rgb(20,149,120); }
td.TdClassName
{
border-color: #149578;
}
.TagClassName
{
border-color: #149578;
}
</style>