Shades of Elf Green #148978
Tints of Elf Green #148978
RGB
CMYK
RGB Variations
Color information
#148978 (or 0x148978) is known color: Elf Green. HEX triplet: 14, 89 and 78. RGB value is (20,137,120). Sum of RGB (Red+Green+Blue) = 20+137+120=277 (36% of max value = 765). Red value is 20 (8.20% from 255 or 7.22% from 277); Green value is 137 (53.91% from 255 or 49.46% from 277); Blue value is 120 (47.27% from 255 or 43.32% from 277); Max value from RGB is 137 - color contains mainly: green. Hex color #148978 is not a web safe color. Web safe color analog (approx): #009966. Inversed color of #148978 is #EB7687. Grayscale: #646464. Windows color (decimal): -15431304 or 7899412. OLE color: 7899412.
HSL color Cylindrical-coordinate representation of color #148978: hue angle of 171.28º 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 #148978 is Cyan = 0.85, Magento = 0, Yellow = 0.12 and Black (K on CMYK) = 0.46.
Color convert
| RGB | 20 | 137 | 120 | - |
| CMYK | 0.85 | 0 | 0.12 | 0.46 |
| HSL | 171.28º | 0.75% | 0.31% | - |
| HSV(B) | 171.28º | 0.85% | 0.54% | - |
| XYZ | 12.62 | 19.4 | 20.85 | - |
| YUV | 100.08 | 139.24 | 70.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 20 | 137 | 120 | 0.85 | 0 | 0.12 | 0.46 | 171.28 | 0.75 | 0.31 |
| Hex | 14 | 89 | 78 | 55 | 0 | C | 2E | AB | 4B | 1F |
| Octal | 24 | 211 | 170 | 125 | 0 | 14 | 56 | 253 | 113 | 37 |
| Binary | 10100 | 10001001 | 1111000 | 1010101 | 0 | 1100 | 101110 | 10101011 | 1001011 | 11111 |
Color Harmonies of #148978
Complementary color
Monochromatic Colors of #148978
Black with #148978
Text Example
Text Example
White with #148978
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #148978; }
p { color: rgb(20,137,120); }
H1.HeaderClassName
{
color: #148978;
}
.AnyTagClassName
{
color: #148978;
}
</style>
background-color css
<style>
a { background-color: #148978; }
a { background-color: rgb(20,137,120); }
div.DivClassName
{
background-color: #148978;
}
.BgClassName
{
background-color: #148978;
}
</style>
border-color css
<style>
span { border-color: #148978; }
span { border-color: rgb(20,137,120); }
td.TdClassName
{
border-color: #148978;
}
.TagClassName
{
border-color: #148978;
}
</style>