Shades of Elf Green #149770
Tints of Elf Green #149770
RGB
CMYK
RGB Variations
Color information
#149770 (or 0x149770) is known color: Elf Green. HEX triplet: 14, 97 and 70. RGB value is (20,151,112). Sum of RGB (Red+Green+Blue) = 20+151+112=283 (37% of max value = 765). Red value is 20 (8.20% from 255 or 7.07% from 283); Green value is 151 (59.38% from 255 or 53.36% from 283); Blue value is 112 (44.14% from 255 or 39.58% from 283); Max value from RGB is 151 - color contains mainly: green. Hex color #149770 is not a web safe color. Web safe color analog (approx): #009966. Inversed color of #149770 is #EB688F. Grayscale: #6B6B6B. Windows color (decimal): -15427728 or 7378708. OLE color: 7378708.
HSL color Cylindrical-coordinate representation of color #149770: hue angle of 162.14º 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 #149770 is Cyan = 0.87, Magento = 0, Yellow = 0.26 and Black (K on CMYK) = 0.41.
Color convert
| RGB | 20 | 151 | 112 | - |
| CMYK | 0.87 | 0 | 0.26 | 0.41 |
| HSL | 162.14º | 0.77% | 0.34% | - |
| HSV(B) | 162.14º | 0.87% | 0.59% | - |
| XYZ | 14.28 | 23.45 | 19.1 | - |
| YUV | 107.39 | 130.6 | 65.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 20 | 151 | 112 | 0.87 | 0 | 0.26 | 0.41 | 162.14 | 0.77 | 0.34 |
| Hex | 14 | 97 | 70 | 57 | 0 | 1A | 29 | A2 | 4D | 22 |
| Octal | 24 | 227 | 160 | 127 | 0 | 32 | 51 | 242 | 115 | 42 |
| Binary | 10100 | 10010111 | 1110000 | 1010111 | 0 | 11010 | 101001 | 10100010 | 1001101 | 100010 |
Color Harmonies of #149770
Complementary color
Monochromatic Colors of #149770
Black with #149770
Text Example
Text Example
White with #149770
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #149770; }
p { color: rgb(20,151,112); }
H1.HeaderClassName
{
color: #149770;
}
.AnyTagClassName
{
color: #149770;
}
</style>
background-color css
<style>
a { background-color: #149770; }
a { background-color: rgb(20,151,112); }
div.DivClassName
{
background-color: #149770;
}
.BgClassName
{
background-color: #149770;
}
</style>
border-color css
<style>
span { border-color: #149770; }
span { border-color: rgb(20,151,112); }
td.TdClassName
{
border-color: #149770;
}
.TagClassName
{
border-color: #149770;
}
</style>