Shades of Elf Green #14976E
Tints of Elf Green #14976E
RGB
CMYK
RGB Variations
Color information
#14976E (or 0x14976E) is known color: Elf Green. HEX triplet: 14, 97 and 6E. RGB value is (20,151,110). Sum of RGB (Red+Green+Blue) = 20+151+110=281 (37% of max value = 765). Red value is 20 (8.20% from 255 or 7.12% from 281); Green value is 151 (59.38% from 255 or 53.74% from 281); Blue value is 110 (43.36% from 255 or 39.15% from 281); Max value from RGB is 151 - color contains mainly: green. Hex color #14976E is not a web safe color. Web safe color analog (approx): #009966. Inversed color of #14976E is #EB6891. Grayscale: #6B6B6B. Windows color (decimal): -15427730 or 7247636. OLE color: 7247636.
HSL color Cylindrical-coordinate representation of color #14976E: hue angle of 161.22º degrees, saturation: 0.77, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #14976E is Cyan = 0.87, Magento = 0, Yellow = 0.27 and Black (K on CMYK) = 0.41.
Color convert
| RGB | 20 | 151 | 110 | - |
| CMYK | 0.87 | 0 | 0.27 | 0.41 |
| HSL | 161.22º | 0.77% | 0.34% | - |
| HSV(B) | 161.22º | 0.87% | 0.59% | - |
| XYZ | 14.17 | 23.41 | 18.52 | - |
| YUV | 107.16 | 129.6 | 65.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 20 | 151 | 110 | 0.87 | 0 | 0.27 | 0.41 | 161.22 | 0.77 | 0.34 |
| Hex | 14 | 97 | 6E | 57 | 0 | 1B | 29 | A1 | 4D | 22 |
| Octal | 24 | 227 | 156 | 127 | 0 | 33 | 51 | 241 | 115 | 42 |
| Binary | 10100 | 10010111 | 1101110 | 1010111 | 0 | 11011 | 101001 | 10100001 | 1001101 | 100010 |
Color Harmonies of #14976E
Complementary color
Monochromatic Colors of #14976E
Black with #14976E
Text Example
Text Example
White with #14976E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #14976E; }
p { color: rgb(20,151,110); }
H1.HeaderClassName
{
color: #14976E;
}
.AnyTagClassName
{
color: #14976E;
}
</style>
background-color css
<style>
a { background-color: #14976E; }
a { background-color: rgb(20,151,110); }
div.DivClassName
{
background-color: #14976E;
}
.BgClassName
{
background-color: #14976E;
}
</style>
border-color css
<style>
span { border-color: #14976E; }
span { border-color: rgb(20,151,110); }
td.TdClassName
{
border-color: #14976E;
}
.TagClassName
{
border-color: #14976E;
}
</style>