Shades of Elf Green #14896F
Tints of Elf Green #14896F
RGB
CMYK
RGB Variations
Color information
#14896F (or 0x14896F) is known color: Elf Green. HEX triplet: 14, 89 and 6F. RGB value is (20,137,111). Sum of RGB (Red+Green+Blue) = 20+137+111=268 (35% of max value = 765). Red value is 20 (8.20% from 255 or 7.46% from 268); Green value is 137 (53.91% from 255 or 51.12% from 268); Blue value is 111 (43.75% from 255 or 41.42% from 268); Max value from RGB is 137 - color contains mainly: green. Hex color #14896F is not a web safe color. Web safe color analog (approx): #009966. Inversed color of #14896F is #EB7690. Grayscale: #636363. Windows color (decimal): -15431313 or 7309588. OLE color: 7309588.
HSL color Cylindrical-coordinate representation of color #14896F: hue angle of 166.67º degrees, saturation: 0.75, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #14896F is Cyan = 0.85, Magento = 0, Yellow = 0.19 and Black (K on CMYK) = 0.46.
Color convert
| RGB | 20 | 137 | 111 | - |
| CMYK | 0.85 | 0 | 0.19 | 0.46 |
| HSL | 166.67º | 0.75% | 0.31% | - |
| HSV(B) | 166.67º | 0.85% | 0.54% | - |
| XYZ | 12.1 | 19.19 | 18.1 | - |
| YUV | 99.05 | 134.74 | 71.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 20 | 137 | 111 | 0.85 | 0 | 0.19 | 0.46 | 166.67 | 0.75 | 0.31 |
| Hex | 14 | 89 | 6F | 55 | 0 | 13 | 2E | A7 | 4B | 1F |
| Octal | 24 | 211 | 157 | 125 | 0 | 23 | 56 | 247 | 113 | 37 |
| Binary | 10100 | 10001001 | 1101111 | 1010101 | 0 | 10011 | 101110 | 10100111 | 1001011 | 11111 |
Color Harmonies of #14896F
Complementary color
Monochromatic Colors of #14896F
Black with #14896F
Text Example
Text Example
White with #14896F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #14896F; }
p { color: rgb(20,137,111); }
H1.HeaderClassName
{
color: #14896F;
}
.AnyTagClassName
{
color: #14896F;
}
</style>
background-color css
<style>
a { background-color: #14896F; }
a { background-color: rgb(20,137,111); }
div.DivClassName
{
background-color: #14896F;
}
.BgClassName
{
background-color: #14896F;
}
</style>
border-color css
<style>
span { border-color: #14896F; }
span { border-color: rgb(20,137,111); }
td.TdClassName
{
border-color: #14896F;
}
.TagClassName
{
border-color: #14896F;
}
</style>