Shades of Elf Green #149873
Tints of Elf Green #149873
RGB
CMYK
RGB Variations
Color information
#149873 (or 0x149873) is known color: Elf Green. HEX triplet: 14, 98 and 73. RGB value is (20,152,115). Sum of RGB (Red+Green+Blue) = 20+152+115=287 (38% of max value = 765). Red value is 20 (8.20% from 255 or 6.97% from 287); Green value is 152 (59.77% from 255 or 52.96% from 287); Blue value is 115 (45.31% from 255 or 40.07% from 287); Max value from RGB is 152 - color contains mainly: green. Hex color #149873 is not a web safe color. Web safe color analog (approx): #009966. Inversed color of #149873 is #EB678C. Grayscale: #6C6C6C. Windows color (decimal): -15427469 or 7575572. OLE color: 7575572.
HSL color Cylindrical-coordinate representation of color #149873: hue angle of 163.18º degrees, saturation: 0.77, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #149873 is Cyan = 0.87, Magento = 0, Yellow = 0.24 and Black (K on CMYK) = 0.40.
Color convert
| RGB | 20 | 152 | 115 | - |
| CMYK | 0.87 | 0 | 0.24 | 0.40 |
| HSL | 163.18º | 0.77% | 0.34% | - |
| HSV(B) | 163.18º | 0.87% | 0.6% | - |
| XYZ | 14.61 | 23.84 | 20.05 | - |
| YUV | 108.31 | 131.77 | 65.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 20 | 152 | 115 | 0.87 | 0 | 0.24 | 0.40 | 163.18 | 0.77 | 0.34 |
| Hex | 14 | 98 | 73 | 57 | 0 | 18 | 28 | A3 | 4D | 22 |
| Octal | 24 | 230 | 163 | 127 | 0 | 30 | 50 | 243 | 115 | 42 |
| Binary | 10100 | 10011000 | 1110011 | 1010111 | 0 | 11000 | 101000 | 10100011 | 1001101 | 100010 |
Color Harmonies of #149873
Complementary color
Monochromatic Colors of #149873
Black with #149873
Text Example
Text Example
White with #149873
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #149873; }
p { color: rgb(20,152,115); }
H1.HeaderClassName
{
color: #149873;
}
.AnyTagClassName
{
color: #149873;
}
</style>
background-color css
<style>
a { background-color: #149873; }
a { background-color: rgb(20,152,115); }
div.DivClassName
{
background-color: #149873;
}
.BgClassName
{
background-color: #149873;
}
</style>
border-color css
<style>
span { border-color: #149873; }
span { border-color: rgb(20,152,115); }
td.TdClassName
{
border-color: #149873;
}
.TagClassName
{
border-color: #149873;
}
</style>