Shades of Elf Green #14886E
Tints of Elf Green #14886E
RGB
CMYK
RGB Variations
Color information
#14886E (or 0x14886E) is known color: Elf Green. HEX triplet: 14, 88 and 6E. RGB value is (20,136,110). Sum of RGB (Red+Green+Blue) = 20+136+110=266 (35% of max value = 765). Red value is 20 (8.20% from 255 or 7.52% from 266); Green value is 136 (53.52% from 255 or 51.13% from 266); Blue value is 110 (43.36% from 255 or 41.35% from 266); Max value from RGB is 136 - color contains mainly: green. Hex color #14886E is not a web safe color. Web safe color analog (approx): #009966. Inversed color of #14886E is #EB7791. Grayscale: #626262. Windows color (decimal): -15431570 or 7243796. OLE color: 7243796.
HSL color Cylindrical-coordinate representation of color #14886E: hue angle of 166.55º degrees, saturation: 0.74, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #14886E is Cyan = 0.85, Magento = 0, Yellow = 0.19 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 20 | 136 | 110 | - |
| CMYK | 0.85 | 0 | 0.19 | 0.47 |
| HSL | 166.55º | 0.74% | 0.31% | - |
| HSV(B) | 166.55º | 0.85% | 0.53% | - |
| XYZ | 11.91 | 18.88 | 17.77 | - |
| YUV | 98.35 | 134.57 | 72.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 20 | 136 | 110 | 0.85 | 0 | 0.19 | 0.47 | 166.55 | 0.74 | 0.31 |
| Hex | 14 | 88 | 6E | 55 | 0 | 13 | 2F | A7 | 4A | 1F |
| Octal | 24 | 210 | 156 | 125 | 0 | 23 | 57 | 247 | 112 | 37 |
| Binary | 10100 | 10001000 | 1101110 | 1010101 | 0 | 10011 | 101111 | 10100111 | 1001010 | 11111 |
Color Harmonies of #14886E
Complementary color
Monochromatic Colors of #14886E
Black with #14886E
Text Example
Text Example
White with #14886E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #14886E; }
p { color: rgb(20,136,110); }
H1.HeaderClassName
{
color: #14886E;
}
.AnyTagClassName
{
color: #14886E;
}
</style>
background-color css
<style>
a { background-color: #14886E; }
a { background-color: rgb(20,136,110); }
div.DivClassName
{
background-color: #14886E;
}
.BgClassName
{
background-color: #14886E;
}
</style>
border-color css
<style>
span { border-color: #14886E; }
span { border-color: rgb(20,136,110); }
td.TdClassName
{
border-color: #14886E;
}
.TagClassName
{
border-color: #14886E;
}
</style>