Shades of Elf Green #149370
Tints of Elf Green #149370
RGB
CMYK
RGB Variations
Color information
#149370 (or 0x149370) is known color: Elf Green. HEX triplet: 14, 93 and 70. RGB value is (20,147,112). Sum of RGB (Red+Green+Blue) = 20+147+112=279 (36% of max value = 765). Red value is 20 (8.20% from 255 or 7.17% from 279); Green value is 147 (57.81% from 255 or 52.69% from 279); Blue value is 112 (44.14% from 255 or 40.14% from 279); Max value from RGB is 147 - color contains mainly: green. Hex color #149370 is not a web safe color. Web safe color analog (approx): #009966. Inversed color of #149370 is #EB6C8F. Grayscale: #696969. Windows color (decimal): -15428752 or 7377684. OLE color: 7377684.
HSL color Cylindrical-coordinate representation of color #149370: hue angle of 163.46º degrees, saturation: 0.76, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #149370 is Cyan = 0.86, Magento = 0, Yellow = 0.24 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 20 | 147 | 112 | - |
| CMYK | 0.86 | 0 | 0.24 | 0.42 |
| HSL | 163.46º | 0.76% | 0.33% | - |
| HSV(B) | 163.46º | 0.86% | 0.58% | - |
| XYZ | 13.65 | 22.19 | 18.89 | - |
| YUV | 105.04 | 131.92 | 67.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 20 | 147 | 112 | 0.86 | 0 | 0.24 | 0.42 | 163.46 | 0.76 | 0.33 |
| Hex | 14 | 93 | 70 | 56 | 0 | 18 | 2A | A3 | 4C | 21 |
| Octal | 24 | 223 | 160 | 126 | 0 | 30 | 52 | 243 | 114 | 41 |
| Binary | 10100 | 10010011 | 1110000 | 1010110 | 0 | 11000 | 101010 | 10100011 | 1001100 | 100001 |
Color Harmonies of #149370
Complementary color
Monochromatic Colors of #149370
Black with #149370
Text Example
Text Example
White with #149370
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #149370; }
p { color: rgb(20,147,112); }
H1.HeaderClassName
{
color: #149370;
}
.AnyTagClassName
{
color: #149370;
}
</style>
background-color css
<style>
a { background-color: #149370; }
a { background-color: rgb(20,147,112); }
div.DivClassName
{
background-color: #149370;
}
.BgClassName
{
background-color: #149370;
}
</style>
border-color css
<style>
span { border-color: #149370; }
span { border-color: rgb(20,147,112); }
td.TdClassName
{
border-color: #149370;
}
.TagClassName
{
border-color: #149370;
}
</style>