Shades of Elf Green #14937D
Tints of Elf Green #14937D
RGB
CMYK
RGB Variations
Color information
#14937D (or 0x14937D) is known color: Elf Green. HEX triplet: 14, 93 and 7D. RGB value is (20,147,125). Sum of RGB (Red+Green+Blue) = 20+147+125=292 (38% of max value = 765). Red value is 20 (8.20% from 255 or 6.85% from 292); Green value is 147 (57.81% from 255 or 50.34% from 292); Blue value is 125 (49.22% from 255 or 42.81% from 292); Max value from RGB is 147 - color contains mainly: green. Hex color #14937D is not a web safe color. Web safe color analog (approx): #009966. Inversed color of #14937D is #EB6C82. Grayscale: #6A6A6A. Windows color (decimal): -15428739 or 8229652. OLE color: 8229652.
HSL color Cylindrical-coordinate representation of color #14937D: hue angle of 169.61º 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 #14937D is Cyan = 0.86, Magento = 0, Yellow = 0.15 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 20 | 147 | 125 | - |
| CMYK | 0.86 | 0 | 0.15 | 0.42 |
| HSL | 169.61º | 0.76% | 0.33% | - |
| HSV(B) | 169.61º | 0.86% | 0.58% | - |
| XYZ | 14.42 | 22.5 | 22.98 | - |
| YUV | 106.52 | 138.42 | 66.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 20 | 147 | 125 | 0.86 | 0 | 0.15 | 0.42 | 169.61 | 0.76 | 0.33 |
| Hex | 14 | 93 | 7D | 56 | 0 | F | 2A | AA | 4C | 21 |
| Octal | 24 | 223 | 175 | 126 | 0 | 17 | 52 | 252 | 114 | 41 |
| Binary | 10100 | 10010011 | 1111101 | 1010110 | 0 | 1111 | 101010 | 10101010 | 1001100 | 100001 |
Color Harmonies of #14937D
Complementary color
Monochromatic Colors of #14937D
Black with #14937D
Text Example
Text Example
White with #14937D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #14937D; }
p { color: rgb(20,147,125); }
H1.HeaderClassName
{
color: #14937D;
}
.AnyTagClassName
{
color: #14937D;
}
</style>
background-color css
<style>
a { background-color: #14937D; }
a { background-color: rgb(20,147,125); }
div.DivClassName
{
background-color: #14937D;
}
.BgClassName
{
background-color: #14937D;
}
</style>
border-color css
<style>
span { border-color: #14937D; }
span { border-color: rgb(20,147,125); }
td.TdClassName
{
border-color: #14937D;
}
.TagClassName
{
border-color: #14937D;
}
</style>