Shades of Elf Green #149674
Tints of Elf Green #149674
RGB
CMYK
RGB Variations
Color information
#149674 (or 0x149674) is known color: Elf Green. HEX triplet: 14, 96 and 74. RGB value is (20,150,116). Sum of RGB (Red+Green+Blue) = 20+150+116=286 (37% of max value = 765). Red value is 20 (8.20% from 255 or 6.99% from 286); Green value is 150 (58.98% from 255 or 52.45% from 286); Blue value is 116 (45.70% from 255 or 40.56% from 286); Max value from RGB is 150 - color contains mainly: green. Hex color #149674 is not a web safe color. Web safe color analog (approx): #009966. Inversed color of #149674 is #EB698B. Grayscale: #6B6B6B. Windows color (decimal): -15427980 or 7640596. OLE color: 7640596.
HSL color Cylindrical-coordinate representation of color #149674: hue angle of 164.31º degrees, saturation: 0.76, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #149674 is Cyan = 0.87, Magento = 0, Yellow = 0.23 and Black (K on CMYK) = 0.41.
Color convert
| RGB | 20 | 150 | 116 | - |
| CMYK | 0.87 | 0 | 0.23 | 0.41 |
| HSL | 164.31º | 0.76% | 0.33% | - |
| HSV(B) | 164.31º | 0.87% | 0.59% | - |
| XYZ | 14.35 | 23.22 | 20.25 | - |
| YUV | 107.25 | 132.93 | 65.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 20 | 150 | 116 | 0.87 | 0 | 0.23 | 0.41 | 164.31 | 0.76 | 0.33 |
| Hex | 14 | 96 | 74 | 57 | 0 | 17 | 29 | A4 | 4C | 21 |
| Octal | 24 | 226 | 164 | 127 | 0 | 27 | 51 | 244 | 114 | 41 |
| Binary | 10100 | 10010110 | 1110100 | 1010111 | 0 | 10111 | 101001 | 10100100 | 1001100 | 100001 |
Color Harmonies of #149674
Complementary color
Monochromatic Colors of #149674
Black with #149674
Text Example
Text Example
White with #149674
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #149674; }
p { color: rgb(20,150,116); }
H1.HeaderClassName
{
color: #149674;
}
.AnyTagClassName
{
color: #149674;
}
</style>
background-color css
<style>
a { background-color: #149674; }
a { background-color: rgb(20,150,116); }
div.DivClassName
{
background-color: #149674;
}
.BgClassName
{
background-color: #149674;
}
</style>
border-color css
<style>
span { border-color: #149674; }
span { border-color: rgb(20,150,116); }
td.TdClassName
{
border-color: #149674;
}
.TagClassName
{
border-color: #149674;
}
</style>