Shades of Elf Green #149074
Tints of Elf Green #149074
RGB
CMYK
RGB Variations
Color information
#149074 (or 0x149074) is known color: Elf Green. HEX triplet: 14, 90 and 74. RGB value is (20,144,116). Sum of RGB (Red+Green+Blue) = 20+144+116=280 (37% of max value = 765). Red value is 20 (8.20% from 255 or 7.14% from 280); Green value is 144 (56.64% from 255 or 51.43% from 280); Blue value is 116 (45.70% from 255 or 41.43% from 280); Max value from RGB is 144 - color contains mainly: green. Hex color #149074 is not a web safe color. Web safe color analog (approx): #009966. Inversed color of #149074 is #EB6F8B. Grayscale: #676767. Windows color (decimal): -15429516 or 7639060. OLE color: 7639060.
HSL color Cylindrical-coordinate representation of color #149074: hue angle of 166.45º 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 #149074 is Cyan = 0.86, Magento = 0, Yellow = 0.19 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 20 | 144 | 116 | - |
| CMYK | 0.86 | 0 | 0.19 | 0.44 |
| HSL | 166.45º | 0.76% | 0.32% | - |
| HSV(B) | 166.45º | 0.86% | 0.56% | - |
| XYZ | 13.41 | 21.36 | 19.94 | - |
| YUV | 103.73 | 134.92 | 68.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 20 | 144 | 116 | 0.86 | 0 | 0.19 | 0.44 | 166.45 | 0.76 | 0.32 |
| Hex | 14 | 90 | 74 | 56 | 0 | 13 | 2C | A6 | 4C | 20 |
| Octal | 24 | 220 | 164 | 126 | 0 | 23 | 54 | 246 | 114 | 40 |
| Binary | 10100 | 10010000 | 1110100 | 1010110 | 0 | 10011 | 101100 | 10100110 | 1001100 | 100000 |
Color Harmonies of #149074
Complementary color
Monochromatic Colors of #149074
Black with #149074
Text Example
Text Example
White with #149074
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #149074; }
p { color: rgb(20,144,116); }
H1.HeaderClassName
{
color: #149074;
}
.AnyTagClassName
{
color: #149074;
}
</style>
background-color css
<style>
a { background-color: #149074; }
a { background-color: rgb(20,144,116); }
div.DivClassName
{
background-color: #149074;
}
.BgClassName
{
background-color: #149074;
}
</style>
border-color css
<style>
span { border-color: #149074; }
span { border-color: rgb(20,144,116); }
td.TdClassName
{
border-color: #149074;
}
.TagClassName
{
border-color: #149074;
}
</style>