Shades of Elf Green #149373
Tints of Elf Green #149373
RGB
CMYK
RGB Variations
Color information
#149373 (or 0x149373) is known color: Elf Green. HEX triplet: 14, 93 and 73. RGB value is (20,147,115). Sum of RGB (Red+Green+Blue) = 20+147+115=282 (37% of max value = 765). Red value is 20 (8.20% from 255 or 7.09% from 282); Green value is 147 (57.81% from 255 or 52.13% from 282); Blue value is 115 (45.31% from 255 or 40.78% from 282); Max value from RGB is 147 - color contains mainly: green. Hex color #149373 is not a web safe color. Web safe color analog (approx): #009966. Inversed color of #149373 is #EB6C8C. Grayscale: #696969. Windows color (decimal): -15428749 or 7574292. OLE color: 7574292.
HSL color Cylindrical-coordinate representation of color #149373: hue angle of 164.88º 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 #149373 is Cyan = 0.86, Magento = 0, Yellow = 0.22 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 20 | 147 | 115 | - |
| CMYK | 0.86 | 0 | 0.22 | 0.42 |
| HSL | 164.88º | 0.76% | 0.33% | - |
| HSV(B) | 164.88º | 0.86% | 0.58% | - |
| XYZ | 13.82 | 22.25 | 19.79 | - |
| YUV | 105.38 | 133.42 | 67.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 20 | 147 | 115 | 0.86 | 0 | 0.22 | 0.42 | 164.88 | 0.76 | 0.33 |
| Hex | 14 | 93 | 73 | 56 | 0 | 16 | 2A | A5 | 4C | 21 |
| Octal | 24 | 223 | 163 | 126 | 0 | 26 | 52 | 245 | 114 | 41 |
| Binary | 10100 | 10010011 | 1110011 | 1010110 | 0 | 10110 | 101010 | 10100101 | 1001100 | 100001 |
Color Harmonies of #149373
Complementary color
Monochromatic Colors of #149373
Black with #149373
Text Example
Text Example
White with #149373
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #149373; }
p { color: rgb(20,147,115); }
H1.HeaderClassName
{
color: #149373;
}
.AnyTagClassName
{
color: #149373;
}
</style>
background-color css
<style>
a { background-color: #149373; }
a { background-color: rgb(20,147,115); }
div.DivClassName
{
background-color: #149373;
}
.BgClassName
{
background-color: #149373;
}
</style>
border-color css
<style>
span { border-color: #149373; }
span { border-color: rgb(20,147,115); }
td.TdClassName
{
border-color: #149373;
}
.TagClassName
{
border-color: #149373;
}
</style>