Shades of Elf Green #148876
Tints of Elf Green #148876
RGB
CMYK
RGB Variations
Color information
#148876 (or 0x148876) is known color: Elf Green. HEX triplet: 14, 88 and 76. RGB value is (20,136,118). Sum of RGB (Red+Green+Blue) = 20+136+118=274 (36% of max value = 765). Red value is 20 (8.20% from 255 or 7.30% from 274); Green value is 136 (53.52% from 255 or 49.64% from 274); Blue value is 118 (46.48% from 255 or 43.07% from 274); Max value from RGB is 136 - color contains mainly: green. Hex color #148876 is not a web safe color. Web safe color analog (approx): #009966. Inversed color of #148876 is #EB7789. Grayscale: #636363. Windows color (decimal): -15431562 or 7768084. OLE color: 7768084.
HSL color Cylindrical-coordinate representation of color #148876: hue angle of 170.69º 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 #148876 is Cyan = 0.85, Magento = 0, Yellow = 0.13 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 20 | 136 | 118 | - |
| CMYK | 0.85 | 0 | 0.13 | 0.47 |
| HSL | 170.69º | 0.74% | 0.31% | - |
| HSV(B) | 170.69º | 0.85% | 0.53% | - |
| XYZ | 12.36 | 19.07 | 20.17 | - |
| YUV | 99.26 | 138.57 | 71.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 20 | 136 | 118 | 0.85 | 0 | 0.13 | 0.47 | 170.69 | 0.74 | 0.31 |
| Hex | 14 | 88 | 76 | 55 | 0 | D | 2F | AB | 4A | 1F |
| Octal | 24 | 210 | 166 | 125 | 0 | 15 | 57 | 253 | 112 | 37 |
| Binary | 10100 | 10001000 | 1110110 | 1010101 | 0 | 1101 | 101111 | 10101011 | 1001010 | 11111 |
Color Harmonies of #148876
Complementary color
Monochromatic Colors of #148876
Black with #148876
Text Example
Text Example
White with #148876
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #148876; }
p { color: rgb(20,136,118); }
H1.HeaderClassName
{
color: #148876;
}
.AnyTagClassName
{
color: #148876;
}
</style>
background-color css
<style>
a { background-color: #148876; }
a { background-color: rgb(20,136,118); }
div.DivClassName
{
background-color: #148876;
}
.BgClassName
{
background-color: #148876;
}
</style>
border-color css
<style>
span { border-color: #148876; }
span { border-color: rgb(20,136,118); }
td.TdClassName
{
border-color: #148876;
}
.TagClassName
{
border-color: #148876;
}
</style>