Shades of Elf Green #14877A
Tints of Elf Green #14877A
RGB
CMYK
RGB Variations
Color information
#14877A (or 0x14877A) is known color: Elf Green. HEX triplet: 14, 87 and 7A. RGB value is (20,135,122). Sum of RGB (Red+Green+Blue) = 20+135+122=277 (36% of max value = 765). Red value is 20 (8.20% from 255 or 7.22% from 277); Green value is 135 (53.12% from 255 or 48.74% from 277); Blue value is 122 (48.05% from 255 or 44.04% from 277); Max value from RGB is 135 - color contains mainly: green. Hex color #14877A is not a web safe color. Web safe color analog (approx): #009966. Inversed color of #14877A is #EB7885. Grayscale: #636363. Windows color (decimal): -15431814 or 8029972. OLE color: 8029972.
HSL color Cylindrical-coordinate representation of color #14877A: hue angle of 173.22º degrees, saturation: 0.74, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #14877A is Cyan = 0.85, Magento = 0, Yellow = 0.10 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 20 | 135 | 122 | - |
| CMYK | 0.85 | 0 | 0.10 | 0.47 |
| HSL | 173.22º | 0.74% | 0.3% | - |
| HSV(B) | 173.22º | 0.85% | 0.53% | - |
| XYZ | 12.47 | 18.88 | 21.4 | - |
| YUV | 99.13 | 140.9 | 71.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 20 | 135 | 122 | 0.85 | 0 | 0.10 | 0.47 | 173.22 | 0.74 | 0.3 |
| Hex | 14 | 87 | 7A | 55 | 0 | A | 2F | AD | 4A | 1E |
| Octal | 24 | 207 | 172 | 125 | 0 | 12 | 57 | 255 | 112 | 36 |
| Binary | 10100 | 10000111 | 1111010 | 1010101 | 0 | 1010 | 101111 | 10101101 | 1001010 | 11110 |
Color Harmonies of #14877A
Complementary color
Monochromatic Colors of #14877A
Black with #14877A
Text Example
Text Example
White with #14877A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #14877A; }
p { color: rgb(20,135,122); }
H1.HeaderClassName
{
color: #14877A;
}
.AnyTagClassName
{
color: #14877A;
}
</style>
background-color css
<style>
a { background-color: #14877A; }
a { background-color: rgb(20,135,122); }
div.DivClassName
{
background-color: #14877A;
}
.BgClassName
{
background-color: #14877A;
}
</style>
border-color css
<style>
span { border-color: #14877A; }
span { border-color: rgb(20,135,122); }
td.TdClassName
{
border-color: #14877A;
}
.TagClassName
{
border-color: #14877A;
}
</style>