Shades of Elf Green #14917D
Tints of Elf Green #14917D
RGB
CMYK
RGB Variations
Color information
#14917D (or 0x14917D) is known color: Elf Green. HEX triplet: 14, 91 and 7D. RGB value is (20,145,125). Sum of RGB (Red+Green+Blue) = 20+145+125=290 (38% of max value = 765). Red value is 20 (8.20% from 255 or 6.90% from 290); Green value is 145 (57.03% from 255 or 50% from 290); Blue value is 125 (49.22% from 255 or 43.10% from 290); Max value from RGB is 145 - color contains mainly: green. Hex color #14917D is not a web safe color. Web safe color analog (approx): #009966. Inversed color of #14917D is #EB6E82. Grayscale: #696969. Windows color (decimal): -15429251 or 8229140. OLE color: 8229140.
HSL color Cylindrical-coordinate representation of color #14917D: hue angle of 170.4º degrees, saturation: 0.76, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #14917D is Cyan = 0.86, Magento = 0, Yellow = 0.14 and Black (K on CMYK) = 0.43.
Color convert
| RGB | 20 | 145 | 125 | - |
| CMYK | 0.86 | 0 | 0.14 | 0.43 |
| HSL | 170.4º | 0.76% | 0.32% | - |
| HSV(B) | 170.4º | 0.86% | 0.57% | - |
| XYZ | 14.12 | 21.88 | 22.88 | - |
| YUV | 105.35 | 139.09 | 67.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 20 | 145 | 125 | 0.86 | 0 | 0.14 | 0.43 | 170.4 | 0.76 | 0.32 |
| Hex | 14 | 91 | 7D | 56 | 0 | E | 2B | AA | 4C | 20 |
| Octal | 24 | 221 | 175 | 126 | 0 | 16 | 53 | 252 | 114 | 40 |
| Binary | 10100 | 10010001 | 1111101 | 1010110 | 0 | 1110 | 101011 | 10101010 | 1001100 | 100000 |
Color Harmonies of #14917D
Complementary color
Monochromatic Colors of #14917D
Black with #14917D
Text Example
Text Example
White with #14917D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #14917D; }
p { color: rgb(20,145,125); }
H1.HeaderClassName
{
color: #14917D;
}
.AnyTagClassName
{
color: #14917D;
}
</style>
background-color css
<style>
a { background-color: #14917D; }
a { background-color: rgb(20,145,125); }
div.DivClassName
{
background-color: #14917D;
}
.BgClassName
{
background-color: #14917D;
}
</style>
border-color css
<style>
span { border-color: #14917D; }
span { border-color: rgb(20,145,125); }
td.TdClassName
{
border-color: #14917D;
}
.TagClassName
{
border-color: #14917D;
}
</style>