Shades of Elf Green #148873
Tints of Elf Green #148873
RGB
CMYK
RGB Variations
Color information
#148873 (or 0x148873) is known color: Elf Green. HEX triplet: 14, 88 and 73. RGB value is (20,136,115). Sum of RGB (Red+Green+Blue) = 20+136+115=271 (35% of max value = 765). Red value is 20 (8.20% from 255 or 7.38% from 271); Green value is 136 (53.52% from 255 or 50.18% from 271); Blue value is 115 (45.31% from 255 or 42.44% from 271); Max value from RGB is 136 - color contains mainly: green. Hex color #148873 is not a web safe color. Web safe color analog (approx): #009966. Inversed color of #148873 is #EB778C. Grayscale: #626262. Windows color (decimal): -15431565 or 7571476. OLE color: 7571476.
HSL color Cylindrical-coordinate representation of color #148873: hue angle of 169.14º 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 #148873 is Cyan = 0.85, Magento = 0, Yellow = 0.15 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 20 | 136 | 115 | - |
| CMYK | 0.85 | 0 | 0.15 | 0.47 |
| HSL | 169.14º | 0.74% | 0.31% | - |
| HSV(B) | 169.14º | 0.85% | 0.53% | - |
| XYZ | 12.19 | 18.99 | 19.24 | - |
| YUV | 98.92 | 137.07 | 71.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 20 | 136 | 115 | 0.85 | 0 | 0.15 | 0.47 | 169.14 | 0.74 | 0.31 |
| Hex | 14 | 88 | 73 | 55 | 0 | F | 2F | A9 | 4A | 1F |
| Octal | 24 | 210 | 163 | 125 | 0 | 17 | 57 | 251 | 112 | 37 |
| Binary | 10100 | 10001000 | 1110011 | 1010101 | 0 | 1111 | 101111 | 10101001 | 1001010 | 11111 |
Color Harmonies of #148873
Complementary color
Monochromatic Colors of #148873
Black with #148873
Text Example
Text Example
White with #148873
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #148873; }
p { color: rgb(20,136,115); }
H1.HeaderClassName
{
color: #148873;
}
.AnyTagClassName
{
color: #148873;
}
</style>
background-color css
<style>
a { background-color: #148873; }
a { background-color: rgb(20,136,115); }
div.DivClassName
{
background-color: #148873;
}
.BgClassName
{
background-color: #148873;
}
</style>
border-color css
<style>
span { border-color: #148873; }
span { border-color: rgb(20,136,115); }
td.TdClassName
{
border-color: #148873;
}
.TagClassName
{
border-color: #148873;
}
</style>