Shades of Elf Green #14856D
Tints of Elf Green #14856D
RGB
CMYK
RGB Variations
Color information
#14856D (or 0x14856D) is known color: Elf Green. HEX triplet: 14, 85 and 6D. RGB value is (20,133,109). Sum of RGB (Red+Green+Blue) = 20+133+109=262 (34% of max value = 765). Red value is 20 (8.20% from 255 or 7.63% from 262); Green value is 133 (52.34% from 255 or 50.76% from 262); Blue value is 109 (42.97% from 255 or 41.60% from 262); Max value from RGB is 133 - color contains mainly: green. Hex color #14856D is not a web safe color. Web safe color analog (approx): #009966. Inversed color of #14856D is #EB7A92. Grayscale: #606060. Windows color (decimal): -15432339 or 7177492. OLE color: 7177492.
HSL color Cylindrical-coordinate representation of color #14856D: hue angle of 167.26º degrees, saturation: 0.74, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #14856D is Cyan = 0.85, Magento = 0, Yellow = 0.18 and Black (K on CMYK) = 0.48.
Color convert
| RGB | 20 | 133 | 109 | - |
| CMYK | 0.85 | 0 | 0.18 | 0.48 |
| HSL | 167.26º | 0.74% | 0.3% | - |
| HSV(B) | 167.26º | 0.85% | 0.52% | - |
| XYZ | 11.44 | 18.03 | 17.34 | - |
| YUV | 96.48 | 135.06 | 73.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 20 | 133 | 109 | 0.85 | 0 | 0.18 | 0.48 | 167.26 | 0.74 | 0.3 |
| Hex | 14 | 85 | 6D | 55 | 0 | 12 | 30 | A7 | 4A | 1E |
| Octal | 24 | 205 | 155 | 125 | 0 | 22 | 60 | 247 | 112 | 36 |
| Binary | 10100 | 10000101 | 1101101 | 1010101 | 0 | 10010 | 110000 | 10100111 | 1001010 | 11110 |
Color Harmonies of #14856D
Complementary color
Monochromatic Colors of #14856D
Black with #14856D
Text Example
Text Example
White with #14856D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #14856D; }
p { color: rgb(20,133,109); }
H1.HeaderClassName
{
color: #14856D;
}
.AnyTagClassName
{
color: #14856D;
}
</style>
background-color css
<style>
a { background-color: #14856D; }
a { background-color: rgb(20,133,109); }
div.DivClassName
{
background-color: #14856D;
}
.BgClassName
{
background-color: #14856D;
}
</style>
border-color css
<style>
span { border-color: #14856D; }
span { border-color: rgb(20,133,109); }
td.TdClassName
{
border-color: #14856D;
}
.TagClassName
{
border-color: #14856D;
}
</style>