Shades of Elf Green #14907C
Tints of Elf Green #14907C
RGB
CMYK
RGB Variations
Color information
#14907C (or 0x14907C) is known color: Elf Green. HEX triplet: 14, 90 and 7C. RGB value is (20,144,124). Sum of RGB (Red+Green+Blue) = 20+144+124=288 (38% of max value = 765). Red value is 20 (8.20% from 255 or 6.94% from 288); Green value is 144 (56.64% from 255 or 50% from 288); Blue value is 124 (48.83% from 255 or 43.06% from 288); Max value from RGB is 144 - color contains mainly: green. Hex color #14907C is not a web safe color. Web safe color analog (approx): #009966. Inversed color of #14907C is #EB6F83. Grayscale: #686868. Windows color (decimal): -15429508 or 8163348. OLE color: 8163348.
HSL color Cylindrical-coordinate representation of color #14907C: hue angle of 170.32º 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 #14907C is Cyan = 0.86, Magento = 0, Yellow = 0.14 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 20 | 144 | 124 | - |
| CMYK | 0.86 | 0 | 0.14 | 0.44 |
| HSL | 170.32º | 0.76% | 0.32% | - |
| HSV(B) | 170.32º | 0.86% | 0.56% | - |
| XYZ | 13.9 | 21.55 | 22.5 | - |
| YUV | 104.64 | 138.92 | 67.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 20 | 144 | 124 | 0.86 | 0 | 0.14 | 0.44 | 170.32 | 0.76 | 0.32 |
| Hex | 14 | 90 | 7C | 56 | 0 | E | 2C | AA | 4C | 20 |
| Octal | 24 | 220 | 174 | 126 | 0 | 16 | 54 | 252 | 114 | 40 |
| Binary | 10100 | 10010000 | 1111100 | 1010110 | 0 | 1110 | 101100 | 10101010 | 1001100 | 100000 |
Color Harmonies of #14907C
Complementary color
Monochromatic Colors of #14907C
Black with #14907C
Text Example
Text Example
White with #14907C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #14907C; }
p { color: rgb(20,144,124); }
H1.HeaderClassName
{
color: #14907C;
}
.AnyTagClassName
{
color: #14907C;
}
</style>
background-color css
<style>
a { background-color: #14907C; }
a { background-color: rgb(20,144,124); }
div.DivClassName
{
background-color: #14907C;
}
.BgClassName
{
background-color: #14907C;
}
</style>
border-color css
<style>
span { border-color: #14907C; }
span { border-color: rgb(20,144,124); }
td.TdClassName
{
border-color: #14907C;
}
.TagClassName
{
border-color: #14907C;
}
</style>