Shades of Elf Green #148E7B
Tints of Elf Green #148E7B
RGB
CMYK
RGB Variations
Color information
#148E7B (or 0x148E7B) is known color: Elf Green. HEX triplet: 14, 8E and 7B. RGB value is (20,142,123). Sum of RGB (Red+Green+Blue) = 20+142+123=285 (37% of max value = 765). Red value is 20 (8.20% from 255 or 7.02% from 285); Green value is 142 (55.86% from 255 or 49.82% from 285); Blue value is 123 (48.44% from 255 or 43.16% from 285); Max value from RGB is 142 - color contains mainly: green. Hex color #148E7B is not a web safe color. Web safe color analog (approx): #009966. Inversed color of #148E7B is #EB7184. Grayscale: #676767. Windows color (decimal): -15430021 or 8097300. OLE color: 8097300.
HSL color Cylindrical-coordinate representation of color #148E7B: hue angle of 170.66º 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 #148E7B is Cyan = 0.86, Magento = 0, Yellow = 0.13 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 20 | 142 | 123 | - |
| CMYK | 0.86 | 0 | 0.13 | 0.44 |
| HSL | 170.66º | 0.75% | 0.32% | - |
| HSV(B) | 170.66º | 0.86% | 0.56% | - |
| XYZ | 13.54 | 20.92 | 22.06 | - |
| YUV | 103.36 | 139.08 | 68.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 20 | 142 | 123 | 0.86 | 0 | 0.13 | 0.44 | 170.66 | 0.75 | 0.32 |
| Hex | 14 | 8E | 7B | 56 | 0 | D | 2C | AB | 4B | 20 |
| Octal | 24 | 216 | 173 | 126 | 0 | 15 | 54 | 253 | 113 | 40 |
| Binary | 10100 | 10001110 | 1111011 | 1010110 | 0 | 1101 | 101100 | 10101011 | 1001011 | 100000 |
Color Harmonies of #148E7B
Complementary color
Monochromatic Colors of #148E7B
Black with #148E7B
Text Example
Text Example
White with #148E7B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #148E7B; }
p { color: rgb(20,142,123); }
H1.HeaderClassName
{
color: #148E7B;
}
.AnyTagClassName
{
color: #148E7B;
}
</style>
background-color css
<style>
a { background-color: #148E7B; }
a { background-color: rgb(20,142,123); }
div.DivClassName
{
background-color: #148E7B;
}
.BgClassName
{
background-color: #148E7B;
}
</style>
border-color css
<style>
span { border-color: #148E7B; }
span { border-color: rgb(20,142,123); }
td.TdClassName
{
border-color: #148E7B;
}
.TagClassName
{
border-color: #148E7B;
}
</style>