Shades of Elf Green #149771
Tints of Elf Green #149771
RGB
CMYK
RGB Variations
Color information
#149771 (or 0x149771) is known color: Elf Green. HEX triplet: 14, 97 and 71. RGB value is (20,151,113). Sum of RGB (Red+Green+Blue) = 20+151+113=284 (37% of max value = 765). Red value is 20 (8.20% from 255 or 7.04% from 284); Green value is 151 (59.38% from 255 or 53.17% from 284); Blue value is 113 (44.53% from 255 or 39.79% from 284); Max value from RGB is 151 - color contains mainly: green. Hex color #149771 is not a web safe color. Web safe color analog (approx): #009966. Inversed color of #149771 is #EB688E. Grayscale: #6B6B6B. Windows color (decimal): -15427727 or 7444244. OLE color: 7444244.
HSL color Cylindrical-coordinate representation of color #149771: hue angle of 162.6º degrees, saturation: 0.77, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #149771 is Cyan = 0.87, Magento = 0, Yellow = 0.25 and Black (K on CMYK) = 0.41.
Color convert
| RGB | 20 | 151 | 113 | - |
| CMYK | 0.87 | 0 | 0.25 | 0.41 |
| HSL | 162.6º | 0.77% | 0.34% | - |
| HSV(B) | 162.6º | 0.87% | 0.59% | - |
| XYZ | 14.34 | 23.47 | 19.4 | - |
| YUV | 107.5 | 131.1 | 65.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 20 | 151 | 113 | 0.87 | 0 | 0.25 | 0.41 | 162.6 | 0.77 | 0.34 |
| Hex | 14 | 97 | 71 | 57 | 0 | 19 | 29 | A3 | 4D | 22 |
| Octal | 24 | 227 | 161 | 127 | 0 | 31 | 51 | 243 | 115 | 42 |
| Binary | 10100 | 10010111 | 1110001 | 1010111 | 0 | 11001 | 101001 | 10100011 | 1001101 | 100010 |
Color Harmonies of #149771
Complementary color
Monochromatic Colors of #149771
Black with #149771
Text Example
Text Example
White with #149771
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #149771; }
p { color: rgb(20,151,113); }
H1.HeaderClassName
{
color: #149771;
}
.AnyTagClassName
{
color: #149771;
}
</style>
background-color css
<style>
a { background-color: #149771; }
a { background-color: rgb(20,151,113); }
div.DivClassName
{
background-color: #149771;
}
.BgClassName
{
background-color: #149771;
}
</style>
border-color css
<style>
span { border-color: #149771; }
span { border-color: rgb(20,151,113); }
td.TdClassName
{
border-color: #149771;
}
.TagClassName
{
border-color: #149771;
}
</style>