Shades of Elf Green #14945D
Tints of Elf Green #14945D
RGB
CMYK
RGB Variations
Color information
#14945D (or 0x14945D) is known color: Elf Green. HEX triplet: 14, 94 and 5D. RGB value is (20,148,93). Sum of RGB (Red+Green+Blue) = 20+148+93=261 (34% of max value = 765). Red value is 20 (8.20% from 255 or 7.66% from 261); Green value is 148 (58.20% from 255 or 56.70% from 261); Blue value is 93 (36.72% from 255 or 35.63% from 261); Max value from RGB is 148 - color contains mainly: green. Hex color #14945D is not a web safe color. Web safe color analog (approx): #009966. Inversed color of #14945D is #EB6BA2. Grayscale: #676767. Windows color (decimal): -15428515 or 6132756. OLE color: 6132756.
HSL color Cylindrical-coordinate representation of color #14945D: hue angle of 154.22º degrees, saturation: 0.76, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #14945D is Cyan = 0.86, Magento = 0, Yellow = 0.37 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 20 | 148 | 93 | - |
| CMYK | 0.86 | 0 | 0.37 | 0.42 |
| HSL | 154.22º | 0.76% | 0.33% | - |
| HSV(B) | 154.22º | 0.86% | 0.58% | - |
| XYZ | 12.85 | 22.12 | 13.95 | - |
| YUV | 103.46 | 122.09 | 68.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 20 | 148 | 93 | 0.86 | 0 | 0.37 | 0.42 | 154.22 | 0.76 | 0.33 |
| Hex | 14 | 94 | 5D | 56 | 0 | 25 | 2A | 9A | 4C | 21 |
| Octal | 24 | 224 | 135 | 126 | 0 | 45 | 52 | 232 | 114 | 41 |
| Binary | 10100 | 10010100 | 1011101 | 1010110 | 0 | 100101 | 101010 | 10011010 | 1001100 | 100001 |
Color Harmonies of #14945D
Complementary color
Monochromatic Colors of #14945D
Black with #14945D
Text Example
Text Example
White with #14945D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #14945D; }
p { color: rgb(20,148,93); }
H1.HeaderClassName
{
color: #14945D;
}
.AnyTagClassName
{
color: #14945D;
}
</style>
background-color css
<style>
a { background-color: #14945D; }
a { background-color: rgb(20,148,93); }
div.DivClassName
{
background-color: #14945D;
}
.BgClassName
{
background-color: #14945D;
}
</style>
border-color css
<style>
span { border-color: #14945D; }
span { border-color: rgb(20,148,93); }
td.TdClassName
{
border-color: #14945D;
}
.TagClassName
{
border-color: #14945D;
}
</style>