Shades of Elf Green #14966F
Tints of Elf Green #14966F
RGB
CMYK
RGB Variations
Color information
#14966F (or 0x14966F) is known color: Elf Green. HEX triplet: 14, 96 and 6F. RGB value is (20,150,111). Sum of RGB (Red+Green+Blue) = 20+150+111=281 (37% of max value = 765). Red value is 20 (8.20% from 255 or 7.12% from 281); Green value is 150 (58.98% from 255 or 53.38% from 281); Blue value is 111 (43.75% from 255 or 39.50% from 281); Max value from RGB is 150 - color contains mainly: green. Hex color #14966F is not a web safe color. Web safe color analog (approx): #009966. Inversed color of #14966F is #EB6990. Grayscale: #6A6A6A. Windows color (decimal): -15427985 or 7312916. OLE color: 7312916.
HSL color Cylindrical-coordinate representation of color #14966F: hue angle of 162º degrees, saturation: 0.76, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #14966F is Cyan = 0.87, Magento = 0, Yellow = 0.26 and Black (K on CMYK) = 0.41.
Color convert
| RGB | 20 | 150 | 111 | - |
| CMYK | 0.87 | 0 | 0.26 | 0.41 |
| HSL | 162º | 0.76% | 0.33% | - |
| HSV(B) | 162º | 0.87% | 0.59% | - |
| XYZ | 14.06 | 23.11 | 18.76 | - |
| YUV | 106.68 | 130.43 | 66.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 20 | 150 | 111 | 0.87 | 0 | 0.26 | 0.41 | 162 | 0.76 | 0.33 |
| Hex | 14 | 96 | 6F | 57 | 0 | 1A | 29 | A2 | 4C | 21 |
| Octal | 24 | 226 | 157 | 127 | 0 | 32 | 51 | 242 | 114 | 41 |
| Binary | 10100 | 10010110 | 1101111 | 1010111 | 0 | 11010 | 101001 | 10100010 | 1001100 | 100001 |
Color Harmonies of #14966F
Complementary color
Monochromatic Colors of #14966F
Black with #14966F
Text Example
Text Example
White with #14966F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #14966F; }
p { color: rgb(20,150,111); }
H1.HeaderClassName
{
color: #14966F;
}
.AnyTagClassName
{
color: #14966F;
}
</style>
background-color css
<style>
a { background-color: #14966F; }
a { background-color: rgb(20,150,111); }
div.DivClassName
{
background-color: #14966F;
}
.BgClassName
{
background-color: #14966F;
}
</style>
border-color css
<style>
span { border-color: #14966F; }
span { border-color: rgb(20,150,111); }
td.TdClassName
{
border-color: #14966F;
}
.TagClassName
{
border-color: #14966F;
}
</style>