Shades of Elf Green #149479
Tints of Elf Green #149479
RGB
CMYK
RGB Variations
Color information
#149479 (or 0x149479) is known color: Elf Green. HEX triplet: 14, 94 and 79. RGB value is (20,148,121). Sum of RGB (Red+Green+Blue) = 20+148+121=289 (38% of max value = 765). Red value is 20 (8.20% from 255 or 6.92% from 289); Green value is 148 (58.20% from 255 or 51.21% from 289); Blue value is 121 (47.66% from 255 or 41.87% from 289); Max value from RGB is 148 - color contains mainly: green. Hex color #149479 is not a web safe color. Web safe color analog (approx): #009966. Inversed color of #149479 is #EB6B86. Grayscale: #6A6A6A. Windows color (decimal): -15428487 or 7967764. OLE color: 7967764.
HSL color Cylindrical-coordinate representation of color #149479: hue angle of 167.34º degrees, saturation: 0.76, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #149479 is Cyan = 0.86, Magento = 0, Yellow = 0.18 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 20 | 148 | 121 | - |
| CMYK | 0.86 | 0 | 0.18 | 0.42 |
| HSL | 167.34º | 0.76% | 0.33% | - |
| HSV(B) | 167.34º | 0.86% | 0.58% | - |
| XYZ | 14.33 | 22.71 | 21.72 | - |
| YUV | 106.65 | 136.09 | 66.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 20 | 148 | 121 | 0.86 | 0 | 0.18 | 0.42 | 167.34 | 0.76 | 0.33 |
| Hex | 14 | 94 | 79 | 56 | 0 | 12 | 2A | A7 | 4C | 21 |
| Octal | 24 | 224 | 171 | 126 | 0 | 22 | 52 | 247 | 114 | 41 |
| Binary | 10100 | 10010100 | 1111001 | 1010110 | 0 | 10010 | 101010 | 10100111 | 1001100 | 100001 |
Color Harmonies of #149479
Complementary color
Monochromatic Colors of #149479
Black with #149479
Text Example
Text Example
White with #149479
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #149479; }
p { color: rgb(20,148,121); }
H1.HeaderClassName
{
color: #149479;
}
.AnyTagClassName
{
color: #149479;
}
</style>
background-color css
<style>
a { background-color: #149479; }
a { background-color: rgb(20,148,121); }
div.DivClassName
{
background-color: #149479;
}
.BgClassName
{
background-color: #149479;
}
</style>
border-color css
<style>
span { border-color: #149479; }
span { border-color: rgb(20,148,121); }
td.TdClassName
{
border-color: #149479;
}
.TagClassName
{
border-color: #149479;
}
</style>