Shades of Elf Green #148970
Tints of Elf Green #148970
RGB
CMYK
RGB Variations
Color information
#148970 (or 0x148970) is known color: Elf Green. HEX triplet: 14, 89 and 70. RGB value is (20,137,112). Sum of RGB (Red+Green+Blue) = 20+137+112=269 (35% of max value = 765). Red value is 20 (8.20% from 255 or 7.43% from 269); Green value is 137 (53.91% from 255 or 50.93% from 269); Blue value is 112 (44.14% from 255 or 41.64% from 269); Max value from RGB is 137 - color contains mainly: green. Hex color #148970 is not a web safe color. Web safe color analog (approx): #009966. Inversed color of #148970 is #EB768F. Grayscale: #636363. Windows color (decimal): -15431312 or 7375124. OLE color: 7375124.
HSL color Cylindrical-coordinate representation of color #148970: hue angle of 167.18º degrees, saturation: 0.75, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #148970 is Cyan = 0.85, Magento = 0, Yellow = 0.18 and Black (K on CMYK) = 0.46.
Color convert
| RGB | 20 | 137 | 112 | - |
| CMYK | 0.85 | 0 | 0.18 | 0.46 |
| HSL | 167.18º | 0.75% | 0.31% | - |
| HSV(B) | 167.18º | 0.85% | 0.54% | - |
| XYZ | 12.16 | 19.21 | 18.4 | - |
| YUV | 99.17 | 135.24 | 71.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 20 | 137 | 112 | 0.85 | 0 | 0.18 | 0.46 | 167.18 | 0.75 | 0.31 |
| Hex | 14 | 89 | 70 | 55 | 0 | 12 | 2E | A7 | 4B | 1F |
| Octal | 24 | 211 | 160 | 125 | 0 | 22 | 56 | 247 | 113 | 37 |
| Binary | 10100 | 10001001 | 1110000 | 1010101 | 0 | 10010 | 101110 | 10100111 | 1001011 | 11111 |
Color Harmonies of #148970
Complementary color
Monochromatic Colors of #148970
Black with #148970
Text Example
Text Example
White with #148970
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #148970; }
p { color: rgb(20,137,112); }
H1.HeaderClassName
{
color: #148970;
}
.AnyTagClassName
{
color: #148970;
}
</style>
background-color css
<style>
a { background-color: #148970; }
a { background-color: rgb(20,137,112); }
div.DivClassName
{
background-color: #148970;
}
.BgClassName
{
background-color: #148970;
}
</style>
border-color css
<style>
span { border-color: #148970; }
span { border-color: rgb(20,137,112); }
td.TdClassName
{
border-color: #148970;
}
.TagClassName
{
border-color: #148970;
}
</style>