Shades of Elf Green #148D74
Tints of Elf Green #148D74
RGB
CMYK
RGB Variations
Color information
#148D74 (or 0x148D74) is known color: Elf Green. HEX triplet: 14, 8D and 74. RGB value is (20,141,116). Sum of RGB (Red+Green+Blue) = 20+141+116=277 (36% of max value = 765). Red value is 20 (8.20% from 255 or 7.22% from 277); Green value is 141 (55.47% from 255 or 50.90% from 277); Blue value is 116 (45.70% from 255 or 41.88% from 277); Max value from RGB is 141 - color contains mainly: green. Hex color #148D74 is not a web safe color. Web safe color analog (approx): #009966. Inversed color of #148D74 is #EB728B. Grayscale: #656565. Windows color (decimal): -15430284 or 7638292. OLE color: 7638292.
HSL color Cylindrical-coordinate representation of color #148D74: hue angle of 167.6º degrees, saturation: 0.75, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #148D74 is Cyan = 0.86, Magento = 0, Yellow = 0.18 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 20 | 141 | 116 | - |
| CMYK | 0.86 | 0 | 0.18 | 0.45 |
| HSL | 167.6º | 0.75% | 0.32% | - |
| HSV(B) | 167.6º | 0.86% | 0.55% | - |
| XYZ | 12.97 | 20.46 | 19.79 | - |
| YUV | 101.97 | 135.91 | 69.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 20 | 141 | 116 | 0.86 | 0 | 0.18 | 0.45 | 167.6 | 0.75 | 0.32 |
| Hex | 14 | 8D | 74 | 56 | 0 | 12 | 2D | A8 | 4B | 20 |
| Octal | 24 | 215 | 164 | 126 | 0 | 22 | 55 | 250 | 113 | 40 |
| Binary | 10100 | 10001101 | 1110100 | 1010110 | 0 | 10010 | 101101 | 10101000 | 1001011 | 100000 |
Color Harmonies of #148D74
Complementary color
Monochromatic Colors of #148D74
Black with #148D74
Text Example
Text Example
White with #148D74
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #148D74; }
p { color: rgb(20,141,116); }
H1.HeaderClassName
{
color: #148D74;
}
.AnyTagClassName
{
color: #148D74;
}
</style>
background-color css
<style>
a { background-color: #148D74; }
a { background-color: rgb(20,141,116); }
div.DivClassName
{
background-color: #148D74;
}
.BgClassName
{
background-color: #148D74;
}
</style>
border-color css
<style>
span { border-color: #148D74; }
span { border-color: rgb(20,141,116); }
td.TdClassName
{
border-color: #148D74;
}
.TagClassName
{
border-color: #148D74;
}
</style>