Shades of Elf Green #14906D
Tints of Elf Green #14906D
RGB
CMYK
RGB Variations
Color information
#14906D (or 0x14906D) is known color: Elf Green. HEX triplet: 14, 90 and 6D. RGB value is (20,144,109). Sum of RGB (Red+Green+Blue) = 20+144+109=273 (36% of max value = 765). Red value is 20 (8.20% from 255 or 7.33% from 273); Green value is 144 (56.64% from 255 or 52.75% from 273); Blue value is 109 (42.97% from 255 or 39.93% from 273); Max value from RGB is 144 - color contains mainly: green. Hex color #14906D is not a web safe color. Web safe color analog (approx): #009966. Inversed color of #14906D is #EB6F92. Grayscale: #666666. Windows color (decimal): -15429523 or 7180308. OLE color: 7180308.
HSL color Cylindrical-coordinate representation of color #14906D: hue angle of 163.06º degrees, saturation: 0.76, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #14906D is Cyan = 0.86, Magento = 0, Yellow = 0.24 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 20 | 144 | 109 | - |
| CMYK | 0.86 | 0 | 0.24 | 0.44 |
| HSL | 163.06º | 0.76% | 0.32% | - |
| HSV(B) | 163.06º | 0.86% | 0.56% | - |
| XYZ | 13.02 | 21.2 | 17.87 | - |
| YUV | 102.93 | 131.42 | 68.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 20 | 144 | 109 | 0.86 | 0 | 0.24 | 0.44 | 163.06 | 0.76 | 0.32 |
| Hex | 14 | 90 | 6D | 56 | 0 | 18 | 2C | A3 | 4C | 20 |
| Octal | 24 | 220 | 155 | 126 | 0 | 30 | 54 | 243 | 114 | 40 |
| Binary | 10100 | 10010000 | 1101101 | 1010110 | 0 | 11000 | 101100 | 10100011 | 1001100 | 100000 |
Color Harmonies of #14906D
Complementary color
Monochromatic Colors of #14906D
Black with #14906D
Text Example
Text Example
White with #14906D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #14906D; }
p { color: rgb(20,144,109); }
H1.HeaderClassName
{
color: #14906D;
}
.AnyTagClassName
{
color: #14906D;
}
</style>
background-color css
<style>
a { background-color: #14906D; }
a { background-color: rgb(20,144,109); }
div.DivClassName
{
background-color: #14906D;
}
.BgClassName
{
background-color: #14906D;
}
</style>
border-color css
<style>
span { border-color: #14906D; }
span { border-color: rgb(20,144,109); }
td.TdClassName
{
border-color: #14906D;
}
.TagClassName
{
border-color: #14906D;
}
</style>