Shades of Elf Green #149166
Tints of Elf Green #149166
RGB
CMYK
RGB Variations
Color information
#149166 (or 0x149166) is known color: Elf Green. HEX triplet: 14, 91 and 66. RGB value is (20,145,102). Sum of RGB (Red+Green+Blue) = 20+145+102=267 (35% of max value = 765). Red value is 20 (8.20% from 255 or 7.49% from 267); Green value is 145 (57.03% from 255 or 54.31% from 267); Blue value is 102 (40.23% from 255 or 38.20% from 267); Max value from RGB is 145 - color contains mainly: green. Hex color #149166 is not a web safe color. Web safe color analog (approx): #009966. Inversed color of #149166 is #EB6E99. Grayscale: #666666. Windows color (decimal): -15429274 or 6721812. OLE color: 6721812.
HSL color Cylindrical-coordinate representation of color #149166: hue angle of 159.36º 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 #149166 is Cyan = 0.86, Magento = 0, Yellow = 0.30 and Black (K on CMYK) = 0.43.
Color convert
| RGB | 20 | 145 | 102 | - |
| CMYK | 0.86 | 0 | 0.30 | 0.43 |
| HSL | 159.36º | 0.76% | 0.32% | - |
| HSV(B) | 159.36º | 0.86% | 0.57% | - |
| XYZ | 12.81 | 21.36 | 16.02 | - |
| YUV | 102.72 | 127.59 | 69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 20 | 145 | 102 | 0.86 | 0 | 0.30 | 0.43 | 159.36 | 0.76 | 0.32 |
| Hex | 14 | 91 | 66 | 56 | 0 | 1E | 2B | 9F | 4C | 20 |
| Octal | 24 | 221 | 146 | 126 | 0 | 36 | 53 | 237 | 114 | 40 |
| Binary | 10100 | 10010001 | 1100110 | 1010110 | 0 | 11110 | 101011 | 10011111 | 1001100 | 100000 |
Color Harmonies of #149166
Complementary color
Monochromatic Colors of #149166
Black with #149166
Text Example
Text Example
White with #149166
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #149166; }
p { color: rgb(20,145,102); }
H1.HeaderClassName
{
color: #149166;
}
.AnyTagClassName
{
color: #149166;
}
</style>
background-color css
<style>
a { background-color: #149166; }
a { background-color: rgb(20,145,102); }
div.DivClassName
{
background-color: #149166;
}
.BgClassName
{
background-color: #149166;
}
</style>
border-color css
<style>
span { border-color: #149166; }
span { border-color: rgb(20,145,102); }
td.TdClassName
{
border-color: #149166;
}
.TagClassName
{
border-color: #149166;
}
</style>