Shades of Elf Green #14877B
Tints of Elf Green #14877B
RGB
CMYK
RGB Variations
Color information
#14877B (or 0x14877B) is known color: Elf Green. HEX triplet: 14, 87 and 7B. RGB value is (20,135,123). Sum of RGB (Red+Green+Blue) = 20+135+123=278 (36% of max value = 765). Red value is 20 (8.20% from 255 or 7.19% from 278); Green value is 135 (53.12% from 255 or 48.56% from 278); Blue value is 123 (48.44% from 255 or 44.24% from 278); Max value from RGB is 135 - color contains mainly: green. Hex color #14877B is not a web safe color. Web safe color analog (approx): #009966. Inversed color of #14877B is #EB7884. Grayscale: #636363. Windows color (decimal): -15431813 or 8095508. OLE color: 8095508.
HSL color Cylindrical-coordinate representation of color #14877B: hue angle of 173.74º 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 #14877B is Cyan = 0.85, Magento = 0, Yellow = 0.09 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 20 | 135 | 123 | - |
| CMYK | 0.85 | 0 | 0.09 | 0.47 |
| HSL | 173.74º | 0.74% | 0.3% | - |
| HSV(B) | 173.74º | 0.85% | 0.53% | - |
| XYZ | 12.53 | 18.91 | 21.73 | - |
| YUV | 99.25 | 141.4 | 71.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 20 | 135 | 123 | 0.85 | 0 | 0.09 | 0.47 | 173.74 | 0.74 | 0.3 |
| Hex | 14 | 87 | 7B | 55 | 0 | 9 | 2F | AE | 4A | 1E |
| Octal | 24 | 207 | 173 | 125 | 0 | 11 | 57 | 256 | 112 | 36 |
| Binary | 10100 | 10000111 | 1111011 | 1010101 | 0 | 1001 | 101111 | 10101110 | 1001010 | 11110 |
Color Harmonies of #14877B
Complementary color
Monochromatic Colors of #14877B
Black with #14877B
Text Example
Text Example
White with #14877B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #14877B; }
p { color: rgb(20,135,123); }
H1.HeaderClassName
{
color: #14877B;
}
.AnyTagClassName
{
color: #14877B;
}
</style>
background-color css
<style>
a { background-color: #14877B; }
a { background-color: rgb(20,135,123); }
div.DivClassName
{
background-color: #14877B;
}
.BgClassName
{
background-color: #14877B;
}
</style>
border-color css
<style>
span { border-color: #14877B; }
span { border-color: rgb(20,135,123); }
td.TdClassName
{
border-color: #14877B;
}
.TagClassName
{
border-color: #14877B;
}
</style>