Shades of Elf Green #149374
Tints of Elf Green #149374
RGB
CMYK
RGB Variations
Color information
#149374 (or 0x149374) is known color: Elf Green. HEX triplet: 14, 93 and 74. RGB value is (20,147,116). Sum of RGB (Red+Green+Blue) = 20+147+116=283 (37% of max value = 765). Red value is 20 (8.20% from 255 or 7.07% from 283); Green value is 147 (57.81% from 255 or 51.94% from 283); Blue value is 116 (45.70% from 255 or 40.99% from 283); Max value from RGB is 147 - color contains mainly: green. Hex color #149374 is not a web safe color. Web safe color analog (approx): #009966. Inversed color of #149374 is #EB6C8B. Grayscale: #696969. Windows color (decimal): -15428748 or 7639828. OLE color: 7639828.
HSL color Cylindrical-coordinate representation of color #149374: hue angle of 165.35º 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 #149374 is Cyan = 0.86, Magento = 0, Yellow = 0.21 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 20 | 147 | 116 | - |
| CMYK | 0.86 | 0 | 0.21 | 0.42 |
| HSL | 165.35º | 0.76% | 0.33% | - |
| HSV(B) | 165.35º | 0.86% | 0.58% | - |
| XYZ | 13.87 | 22.28 | 20.09 | - |
| YUV | 105.49 | 133.92 | 67.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 20 | 147 | 116 | 0.86 | 0 | 0.21 | 0.42 | 165.35 | 0.76 | 0.33 |
| Hex | 14 | 93 | 74 | 56 | 0 | 15 | 2A | A5 | 4C | 21 |
| Octal | 24 | 223 | 164 | 126 | 0 | 25 | 52 | 245 | 114 | 41 |
| Binary | 10100 | 10010011 | 1110100 | 1010110 | 0 | 10101 | 101010 | 10100101 | 1001100 | 100001 |
Color Harmonies of #149374
Complementary color
Monochromatic Colors of #149374
Black with #149374
Text Example
Text Example
White with #149374
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #149374; }
p { color: rgb(20,147,116); }
H1.HeaderClassName
{
color: #149374;
}
.AnyTagClassName
{
color: #149374;
}
</style>
background-color css
<style>
a { background-color: #149374; }
a { background-color: rgb(20,147,116); }
div.DivClassName
{
background-color: #149374;
}
.BgClassName
{
background-color: #149374;
}
</style>
border-color css
<style>
span { border-color: #149374; }
span { border-color: rgb(20,147,116); }
td.TdClassName
{
border-color: #149374;
}
.TagClassName
{
border-color: #149374;
}
</style>