Shades of Elf Green #14905B
Tints of Elf Green #14905B
RGB
CMYK
RGB Variations
Color information
#14905B (or 0x14905B) is known color: Elf Green. HEX triplet: 14, 90 and 5B. RGB value is (20,144,91). Sum of RGB (Red+Green+Blue) = 20+144+91=255 (33% of max value = 765). Red value is 20 (8.20% from 255 or 7.84% from 255); Green value is 144 (56.64% from 255 or 56.47% from 255); Blue value is 91 (35.94% from 255 or 35.69% from 255); Max value from RGB is 144 - color contains mainly: green. Hex color #14905B is not a web safe color. Web safe color analog (approx): #009966. Inversed color of #14905B is #EB6FA4. Grayscale: #646464. Windows color (decimal): -15429541 or 6000660. OLE color: 6000660.
HSL color Cylindrical-coordinate representation of color #14905B: hue angle of 154.35º 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 #14905B is Cyan = 0.86, Magento = 0, Yellow = 0.37 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 20 | 144 | 91 | - |
| CMYK | 0.86 | 0 | 0.37 | 0.44 |
| HSL | 154.35º | 0.76% | 0.32% | - |
| HSV(B) | 154.35º | 0.86% | 0.56% | - |
| XYZ | 12.15 | 20.85 | 13.28 | - |
| YUV | 100.88 | 122.42 | 70.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 20 | 144 | 91 | 0.86 | 0 | 0.37 | 0.44 | 154.35 | 0.76 | 0.32 |
| Hex | 14 | 90 | 5B | 56 | 0 | 25 | 2C | 9A | 4C | 20 |
| Octal | 24 | 220 | 133 | 126 | 0 | 45 | 54 | 232 | 114 | 40 |
| Binary | 10100 | 10010000 | 1011011 | 1010110 | 0 | 100101 | 101100 | 10011010 | 1001100 | 100000 |
Color Harmonies of #14905B
Complementary color
Monochromatic Colors of #14905B
Black with #14905B
Text Example
Text Example
White with #14905B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #14905B; }
p { color: rgb(20,144,91); }
H1.HeaderClassName
{
color: #14905B;
}
.AnyTagClassName
{
color: #14905B;
}
</style>
background-color css
<style>
a { background-color: #14905B; }
a { background-color: rgb(20,144,91); }
div.DivClassName
{
background-color: #14905B;
}
.BgClassName
{
background-color: #14905B;
}
</style>
border-color css
<style>
span { border-color: #14905B; }
span { border-color: rgb(20,144,91); }
td.TdClassName
{
border-color: #14905B;
}
.TagClassName
{
border-color: #14905B;
}
</style>