Shades of Elf Green #149175
Tints of Elf Green #149175
RGB
CMYK
RGB Variations
Color information
#149175 (or 0x149175) is known color: Elf Green. HEX triplet: 14, 91 and 75. RGB value is (20,145,117). Sum of RGB (Red+Green+Blue) = 20+145+117=282 (37% of max value = 765). Red value is 20 (8.20% from 255 or 7.09% from 282); Green value is 145 (57.03% from 255 or 51.42% from 282); Blue value is 117 (46.09% from 255 or 41.49% from 282); Max value from RGB is 145 - color contains mainly: green. Hex color #149175 is not a web safe color. Web safe color analog (approx): #009966. Inversed color of #149175 is #EB6E8A. Grayscale: #686868. Windows color (decimal): -15429259 or 7704852. OLE color: 7704852.
HSL color Cylindrical-coordinate representation of color #149175: hue angle of 166.56º degrees, saturation: 0.76, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #149175 is Cyan = 0.86, Magento = 0, Yellow = 0.19 and Black (K on CMYK) = 0.43.
Color convert
| RGB | 20 | 145 | 117 | - |
| CMYK | 0.86 | 0 | 0.19 | 0.43 |
| HSL | 166.56º | 0.76% | 0.32% | - |
| HSV(B) | 166.56º | 0.86% | 0.57% | - |
| XYZ | 13.62 | 21.68 | 20.3 | - |
| YUV | 104.43 | 135.09 | 67.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 20 | 145 | 117 | 0.86 | 0 | 0.19 | 0.43 | 166.56 | 0.76 | 0.32 |
| Hex | 14 | 91 | 75 | 56 | 0 | 13 | 2B | A7 | 4C | 20 |
| Octal | 24 | 221 | 165 | 126 | 0 | 23 | 53 | 247 | 114 | 40 |
| Binary | 10100 | 10010001 | 1110101 | 1010110 | 0 | 10011 | 101011 | 10100111 | 1001100 | 100000 |
Color Harmonies of #149175
Complementary color
Monochromatic Colors of #149175
Black with #149175
Text Example
Text Example
White with #149175
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #149175; }
p { color: rgb(20,145,117); }
H1.HeaderClassName
{
color: #149175;
}
.AnyTagClassName
{
color: #149175;
}
</style>
background-color css
<style>
a { background-color: #149175; }
a { background-color: rgb(20,145,117); }
div.DivClassName
{
background-color: #149175;
}
.BgClassName
{
background-color: #149175;
}
</style>
border-color css
<style>
span { border-color: #149175; }
span { border-color: rgb(20,145,117); }
td.TdClassName
{
border-color: #149175;
}
.TagClassName
{
border-color: #149175;
}
</style>