Shades of Elf Green #148967
Tints of Elf Green #148967
RGB
CMYK
RGB Variations
Color information
#148967 (or 0x148967) is known color: Elf Green. HEX triplet: 14, 89 and 67. RGB value is (20,137,103). Sum of RGB (Red+Green+Blue) = 20+137+103=260 (34% of max value = 765). Red value is 20 (8.20% from 255 or 7.69% from 260); Green value is 137 (53.91% from 255 or 52.69% from 260); Blue value is 103 (40.62% from 255 or 39.62% from 260); Max value from RGB is 137 - color contains mainly: green. Hex color #148967 is not a web safe color. Web safe color analog (approx): #009966. Inversed color of #148967 is #EB7698. Grayscale: #626262. Windows color (decimal): -15431321 or 6785300. OLE color: 6785300.
HSL color Cylindrical-coordinate representation of color #148967: hue angle of 162.56º 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 #148967 is Cyan = 0.85, Magento = 0, Yellow = 0.25 and Black (K on CMYK) = 0.46.
Color convert
| RGB | 20 | 137 | 103 | - |
| CMYK | 0.85 | 0 | 0.25 | 0.46 |
| HSL | 162.56º | 0.75% | 0.31% | - |
| HSV(B) | 162.56º | 0.85% | 0.54% | - |
| XYZ | 11.68 | 19.02 | 15.89 | - |
| YUV | 98.14 | 130.74 | 72.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 20 | 137 | 103 | 0.85 | 0 | 0.25 | 0.46 | 162.56 | 0.75 | 0.31 |
| Hex | 14 | 89 | 67 | 55 | 0 | 19 | 2E | A3 | 4B | 1F |
| Octal | 24 | 211 | 147 | 125 | 0 | 31 | 56 | 243 | 113 | 37 |
| Binary | 10100 | 10001001 | 1100111 | 1010101 | 0 | 11001 | 101110 | 10100011 | 1001011 | 11111 |
Color Harmonies of #148967
Complementary color
Monochromatic Colors of #148967
Black with #148967
Text Example
Text Example
White with #148967
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #148967; }
p { color: rgb(20,137,103); }
H1.HeaderClassName
{
color: #148967;
}
.AnyTagClassName
{
color: #148967;
}
</style>
background-color css
<style>
a { background-color: #148967; }
a { background-color: rgb(20,137,103); }
div.DivClassName
{
background-color: #148967;
}
.BgClassName
{
background-color: #148967;
}
</style>
border-color css
<style>
span { border-color: #148967; }
span { border-color: rgb(20,137,103); }
td.TdClassName
{
border-color: #148967;
}
.TagClassName
{
border-color: #148967;
}
</style>