Shades of Elf Green #148B7D
Tints of Elf Green #148B7D
RGB
CMYK
RGB Variations
Color information
#148B7D (or 0x148B7D) is known color: Elf Green. HEX triplet: 14, 8B and 7D. RGB value is (20,139,125). Sum of RGB (Red+Green+Blue) = 20+139+125=284 (37% of max value = 765). Red value is 20 (8.20% from 255 or 7.04% from 284); Green value is 139 (54.69% from 255 or 48.94% from 284); Blue value is 125 (49.22% from 255 or 44.01% from 284); Max value from RGB is 139 - color contains mainly: green. Hex color #148B7D is not a web safe color. Web safe color analog (approx): #009966. Inversed color of #148B7D is #EB7482. Grayscale: #656565. Windows color (decimal): -15430787 or 8227604. OLE color: 8227604.
HSL color Cylindrical-coordinate representation of color #148B7D: hue angle of 172.94º degrees, saturation: 0.75, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #148B7D is Cyan = 0.86, Magento = 0, Yellow = 0.10 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 20 | 139 | 125 | - |
| CMYK | 0.86 | 0 | 0.10 | 0.45 |
| HSL | 172.94º | 0.75% | 0.31% | - |
| HSV(B) | 172.94º | 0.86% | 0.55% | - |
| XYZ | 13.22 | 20.09 | 22.58 | - |
| YUV | 101.82 | 141.08 | 69.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 20 | 139 | 125 | 0.86 | 0 | 0.10 | 0.45 | 172.94 | 0.75 | 0.31 |
| Hex | 14 | 8B | 7D | 56 | 0 | A | 2D | AD | 4B | 1F |
| Octal | 24 | 213 | 175 | 126 | 0 | 12 | 55 | 255 | 113 | 37 |
| Binary | 10100 | 10001011 | 1111101 | 1010110 | 0 | 1010 | 101101 | 10101101 | 1001011 | 11111 |
Color Harmonies of #148B7D
Complementary color
Monochromatic Colors of #148B7D
Black with #148B7D
Text Example
Text Example
White with #148B7D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #148B7D; }
p { color: rgb(20,139,125); }
H1.HeaderClassName
{
color: #148B7D;
}
.AnyTagClassName
{
color: #148B7D;
}
</style>
background-color css
<style>
a { background-color: #148B7D; }
a { background-color: rgb(20,139,125); }
div.DivClassName
{
background-color: #148B7D;
}
.BgClassName
{
background-color: #148B7D;
}
</style>
border-color css
<style>
span { border-color: #148B7D; }
span { border-color: rgb(20,139,125); }
td.TdClassName
{
border-color: #148B7D;
}
.TagClassName
{
border-color: #148B7D;
}
</style>