Shades of Elf Green #149165
Tints of Elf Green #149165
RGB
CMYK
RGB Variations
Color information
#149165 (or 0x149165) is known color: Elf Green. HEX triplet: 14, 91 and 65. RGB value is (20,145,101). Sum of RGB (Red+Green+Blue) = 20+145+101=266 (35% of max value = 765). Red value is 20 (8.20% from 255 or 7.52% from 266); Green value is 145 (57.03% from 255 or 54.51% from 266); Blue value is 101 (39.84% from 255 or 37.97% from 266); Max value from RGB is 145 - color contains mainly: green. Hex color #149165 is not a web safe color. Web safe color analog (approx): #009966. Inversed color of #149165 is #EB6E9A. Grayscale: #666666. Windows color (decimal): -15429275 or 6656276. OLE color: 6656276.
HSL color Cylindrical-coordinate representation of color #149165: hue angle of 158.88º degrees, saturation: 0.76, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #149165 is Cyan = 0.86, Magento = 0, Yellow = 0.30 and Black (K on CMYK) = 0.43.
Color convert
| RGB | 20 | 145 | 101 | - |
| CMYK | 0.86 | 0 | 0.30 | 0.43 |
| HSL | 158.88º | 0.76% | 0.32% | - |
| HSV(B) | 158.88º | 0.86% | 0.57% | - |
| XYZ | 12.76 | 21.34 | 15.76 | - |
| YUV | 102.61 | 127.09 | 69.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 20 | 145 | 101 | 0.86 | 0 | 0.30 | 0.43 | 158.88 | 0.76 | 0.32 |
| Hex | 14 | 91 | 65 | 56 | 0 | 1E | 2B | 9F | 4C | 20 |
| Octal | 24 | 221 | 145 | 126 | 0 | 36 | 53 | 237 | 114 | 40 |
| Binary | 10100 | 10010001 | 1100101 | 1010110 | 0 | 11110 | 101011 | 10011111 | 1001100 | 100000 |
Color Harmonies of #149165
Complementary color
Monochromatic Colors of #149165
Black with #149165
Text Example
Text Example
White with #149165
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #149165; }
p { color: rgb(20,145,101); }
H1.HeaderClassName
{
color: #149165;
}
.AnyTagClassName
{
color: #149165;
}
</style>
background-color css
<style>
a { background-color: #149165; }
a { background-color: rgb(20,145,101); }
div.DivClassName
{
background-color: #149165;
}
.BgClassName
{
background-color: #149165;
}
</style>
border-color css
<style>
span { border-color: #149165; }
span { border-color: rgb(20,145,101); }
td.TdClassName
{
border-color: #149165;
}
.TagClassName
{
border-color: #149165;
}
</style>