Shades of Elf Green #149078
Tints of Elf Green #149078
RGB
CMYK
RGB Variations
Color information
#149078 (or 0x149078) is known color: Elf Green. HEX triplet: 14, 90 and 78. RGB value is (20,144,120). Sum of RGB (Red+Green+Blue) = 20+144+120=284 (37% of max value = 765). Red value is 20 (8.20% from 255 or 7.04% from 284); Green value is 144 (56.64% from 255 or 50.70% from 284); Blue value is 120 (47.27% from 255 or 42.25% from 284); Max value from RGB is 144 - color contains mainly: green. Hex color #149078 is not a web safe color. Web safe color analog (approx): #009966. Inversed color of #149078 is #EB6F87. Grayscale: #686868. Windows color (decimal): -15429512 or 7901204. OLE color: 7901204.
HSL color Cylindrical-coordinate representation of color #149078: hue angle of 168.39º degrees, saturation: 0.76, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #149078 is Cyan = 0.86, Magento = 0, Yellow = 0.17 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 20 | 144 | 120 | - |
| CMYK | 0.86 | 0 | 0.17 | 0.44 |
| HSL | 168.39º | 0.76% | 0.32% | - |
| HSV(B) | 168.39º | 0.86% | 0.56% | - |
| XYZ | 13.65 | 21.45 | 21.19 | - |
| YUV | 104.19 | 136.92 | 67.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 20 | 144 | 120 | 0.86 | 0 | 0.17 | 0.44 | 168.39 | 0.76 | 0.32 |
| Hex | 14 | 90 | 78 | 56 | 0 | 11 | 2C | A8 | 4C | 20 |
| Octal | 24 | 220 | 170 | 126 | 0 | 21 | 54 | 250 | 114 | 40 |
| Binary | 10100 | 10010000 | 1111000 | 1010110 | 0 | 10001 | 101100 | 10101000 | 1001100 | 100000 |
Color Harmonies of #149078
Complementary color
Monochromatic Colors of #149078
Black with #149078
Text Example
Text Example
White with #149078
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #149078; }
p { color: rgb(20,144,120); }
H1.HeaderClassName
{
color: #149078;
}
.AnyTagClassName
{
color: #149078;
}
</style>
background-color css
<style>
a { background-color: #149078; }
a { background-color: rgb(20,144,120); }
div.DivClassName
{
background-color: #149078;
}
.BgClassName
{
background-color: #149078;
}
</style>
border-color css
<style>
span { border-color: #149078; }
span { border-color: rgb(20,144,120); }
td.TdClassName
{
border-color: #149078;
}
.TagClassName
{
border-color: #149078;
}
</style>