Shades of Elf Green #14956F
Tints of Elf Green #14956F
RGB
CMYK
RGB Variations
Color information
#14956F (or 0x14956F) is known color: Elf Green. HEX triplet: 14, 95 and 6F. RGB value is (20,149,111). Sum of RGB (Red+Green+Blue) = 20+149+111=280 (37% of max value = 765). Red value is 20 (8.20% from 255 or 7.14% from 280); Green value is 149 (58.59% from 255 or 53.21% from 280); Blue value is 111 (43.75% from 255 or 39.64% from 280); Max value from RGB is 149 - color contains mainly: green. Hex color #14956F is not a web safe color. Web safe color analog (approx): #009966. Inversed color of #14956F is #EB6A90. Grayscale: #6A6A6A. Windows color (decimal): -15428241 or 7312660. OLE color: 7312660.
HSL color Cylindrical-coordinate representation of color #14956F: hue angle of 162.33º degrees, saturation: 0.76, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #14956F is Cyan = 0.87, Magento = 0, Yellow = 0.26 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 20 | 149 | 111 | - |
| CMYK | 0.87 | 0 | 0.26 | 0.42 |
| HSL | 162.33º | 0.76% | 0.33% | - |
| HSV(B) | 162.33º | 0.87% | 0.58% | - |
| XYZ | 13.91 | 22.79 | 18.71 | - |
| YUV | 106.1 | 130.76 | 66.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 20 | 149 | 111 | 0.87 | 0 | 0.26 | 0.42 | 162.33 | 0.76 | 0.33 |
| Hex | 14 | 95 | 6F | 57 | 0 | 1A | 2A | A2 | 4C | 21 |
| Octal | 24 | 225 | 157 | 127 | 0 | 32 | 52 | 242 | 114 | 41 |
| Binary | 10100 | 10010101 | 1101111 | 1010111 | 0 | 11010 | 101010 | 10100010 | 1001100 | 100001 |
Color Harmonies of #14956F
Complementary color
Monochromatic Colors of #14956F
Black with #14956F
Text Example
Text Example
White with #14956F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #14956F; }
p { color: rgb(20,149,111); }
H1.HeaderClassName
{
color: #14956F;
}
.AnyTagClassName
{
color: #14956F;
}
</style>
background-color css
<style>
a { background-color: #14956F; }
a { background-color: rgb(20,149,111); }
div.DivClassName
{
background-color: #14956F;
}
.BgClassName
{
background-color: #14956F;
}
</style>
border-color css
<style>
span { border-color: #14956F; }
span { border-color: rgb(20,149,111); }
td.TdClassName
{
border-color: #14956F;
}
.TagClassName
{
border-color: #14956F;
}
</style>