Shades of Elf Green #14916D
Tints of Elf Green #14916D
RGB
CMYK
RGB Variations
Color information
#14916D (or 0x14916D) is known color: Elf Green. HEX triplet: 14, 91 and 6D. RGB value is (20,145,109). Sum of RGB (Red+Green+Blue) = 20+145+109=274 (36% of max value = 765). Red value is 20 (8.20% from 255 or 7.30% from 274); Green value is 145 (57.03% from 255 or 52.92% from 274); Blue value is 109 (42.97% from 255 or 39.78% from 274); Max value from RGB is 145 - color contains mainly: green. Hex color #14916D is not a web safe color. Web safe color analog (approx): #009966. Inversed color of #14916D is #EB6E92. Grayscale: #676767. Windows color (decimal): -15429267 or 7180564. OLE color: 7180564.
HSL color Cylindrical-coordinate representation of color #14916D: hue angle of 162.72º 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 #14916D is Cyan = 0.86, Magento = 0, Yellow = 0.25 and Black (K on CMYK) = 0.43.
Color convert
| RGB | 20 | 145 | 109 | - |
| CMYK | 0.86 | 0 | 0.25 | 0.43 |
| HSL | 162.72º | 0.76% | 0.32% | - |
| HSV(B) | 162.72º | 0.86% | 0.57% | - |
| XYZ | 13.17 | 21.5 | 17.92 | - |
| YUV | 103.52 | 131.09 | 68.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 20 | 145 | 109 | 0.86 | 0 | 0.25 | 0.43 | 162.72 | 0.76 | 0.32 |
| Hex | 14 | 91 | 6D | 56 | 0 | 19 | 2B | A3 | 4C | 20 |
| Octal | 24 | 221 | 155 | 126 | 0 | 31 | 53 | 243 | 114 | 40 |
| Binary | 10100 | 10010001 | 1101101 | 1010110 | 0 | 11001 | 101011 | 10100011 | 1001100 | 100000 |
Color Harmonies of #14916D
Complementary color
Monochromatic Colors of #14916D
Black with #14916D
Text Example
Text Example
White with #14916D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #14916D; }
p { color: rgb(20,145,109); }
H1.HeaderClassName
{
color: #14916D;
}
.AnyTagClassName
{
color: #14916D;
}
</style>
background-color css
<style>
a { background-color: #14916D; }
a { background-color: rgb(20,145,109); }
div.DivClassName
{
background-color: #14916D;
}
.BgClassName
{
background-color: #14916D;
}
</style>
border-color css
<style>
span { border-color: #14916D; }
span { border-color: rgb(20,145,109); }
td.TdClassName
{
border-color: #14916D;
}
.TagClassName
{
border-color: #14916D;
}
</style>