Shades of Elf Green #148A70
Tints of Elf Green #148A70
RGB
CMYK
RGB Variations
Color information
#148A70 (or 0x148A70) is known color: Elf Green. HEX triplet: 14, 8A and 70. RGB value is (20,138,112). Sum of RGB (Red+Green+Blue) = 20+138+112=270 (35% of max value = 765). Red value is 20 (8.20% from 255 or 7.41% from 270); Green value is 138 (54.30% from 255 or 51.11% from 270); Blue value is 112 (44.14% from 255 or 41.48% from 270); Max value from RGB is 138 - color contains mainly: green. Hex color #148A70 is not a web safe color. Web safe color analog (approx): #009966. Inversed color of #148A70 is #EB758F. Grayscale: #636363. Windows color (decimal): -15431056 or 7375380. OLE color: 7375380.
HSL color Cylindrical-coordinate representation of color #148A70: hue angle of 166.78º degrees, saturation: 0.75, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #148A70 is Cyan = 0.86, Magento = 0, Yellow = 0.19 and Black (K on CMYK) = 0.46.
Color convert
| RGB | 20 | 138 | 112 | - |
| CMYK | 0.86 | 0 | 0.19 | 0.46 |
| HSL | 166.78º | 0.75% | 0.31% | - |
| HSV(B) | 166.78º | 0.86% | 0.54% | - |
| XYZ | 12.3 | 19.5 | 18.44 | - |
| YUV | 99.75 | 134.91 | 71.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 20 | 138 | 112 | 0.86 | 0 | 0.19 | 0.46 | 166.78 | 0.75 | 0.31 |
| Hex | 14 | 8A | 70 | 56 | 0 | 13 | 2E | A7 | 4B | 1F |
| Octal | 24 | 212 | 160 | 126 | 0 | 23 | 56 | 247 | 113 | 37 |
| Binary | 10100 | 10001010 | 1110000 | 1010110 | 0 | 10011 | 101110 | 10100111 | 1001011 | 11111 |
Color Harmonies of #148A70
Complementary color
Monochromatic Colors of #148A70
Black with #148A70
Text Example
Text Example
White with #148A70
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #148A70; }
p { color: rgb(20,138,112); }
H1.HeaderClassName
{
color: #148A70;
}
.AnyTagClassName
{
color: #148A70;
}
</style>
background-color css
<style>
a { background-color: #148A70; }
a { background-color: rgb(20,138,112); }
div.DivClassName
{
background-color: #148A70;
}
.BgClassName
{
background-color: #148A70;
}
</style>
border-color css
<style>
span { border-color: #148A70; }
span { border-color: rgb(20,138,112); }
td.TdClassName
{
border-color: #148A70;
}
.TagClassName
{
border-color: #148A70;
}
</style>