Shades of Elf Green #148F72
Tints of Elf Green #148F72
RGB
CMYK
RGB Variations
Color information
#148F72 (or 0x148F72) is known color: Elf Green. HEX triplet: 14, 8F and 72. RGB value is (20,143,114). Sum of RGB (Red+Green+Blue) = 20+143+114=277 (36% of max value = 765). Red value is 20 (8.20% from 255 or 7.22% from 277); Green value is 143 (56.25% from 255 or 51.62% from 277); Blue value is 114 (44.92% from 255 or 41.16% from 277); Max value from RGB is 143 - color contains mainly: green. Hex color #148F72 is not a web safe color. Web safe color analog (approx): #009966. Inversed color of #148F72 is #EB708D. Grayscale: #666666. Windows color (decimal): -15429774 or 7507732. OLE color: 7507732.
HSL color Cylindrical-coordinate representation of color #148F72: hue angle of 165.85º degrees, saturation: 0.75, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #148F72 is Cyan = 0.86, Magento = 0, Yellow = 0.20 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 20 | 143 | 114 | - |
| CMYK | 0.86 | 0 | 0.20 | 0.44 |
| HSL | 165.85º | 0.75% | 0.32% | - |
| HSV(B) | 165.85º | 0.86% | 0.56% | - |
| XYZ | 13.15 | 21.01 | 19.28 | - |
| YUV | 102.92 | 134.25 | 68.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 20 | 143 | 114 | 0.86 | 0 | 0.20 | 0.44 | 165.85 | 0.75 | 0.32 |
| Hex | 14 | 8F | 72 | 56 | 0 | 14 | 2C | A6 | 4B | 20 |
| Octal | 24 | 217 | 162 | 126 | 0 | 24 | 54 | 246 | 113 | 40 |
| Binary | 10100 | 10001111 | 1110010 | 1010110 | 0 | 10100 | 101100 | 10100110 | 1001011 | 100000 |
Color Harmonies of #148F72
Complementary color
Monochromatic Colors of #148F72
Black with #148F72
Text Example
Text Example
White with #148F72
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #148F72; }
p { color: rgb(20,143,114); }
H1.HeaderClassName
{
color: #148F72;
}
.AnyTagClassName
{
color: #148F72;
}
</style>
background-color css
<style>
a { background-color: #148F72; }
a { background-color: rgb(20,143,114); }
div.DivClassName
{
background-color: #148F72;
}
.BgClassName
{
background-color: #148F72;
}
</style>
border-color css
<style>
span { border-color: #148F72; }
span { border-color: rgb(20,143,114); }
td.TdClassName
{
border-color: #148F72;
}
.TagClassName
{
border-color: #148F72;
}
</style>