Shades of Elf Green #149167
Tints of Elf Green #149167
RGB
CMYK
RGB Variations
Color information
#149167 (or 0x149167) is known color: Elf Green. HEX triplet: 14, 91 and 67. RGB value is (20,145,103). Sum of RGB (Red+Green+Blue) = 20+145+103=268 (35% of max value = 765). Red value is 20 (8.20% from 255 or 7.46% from 268); Green value is 145 (57.03% from 255 or 54.10% from 268); Blue value is 103 (40.62% from 255 or 38.43% from 268); Max value from RGB is 145 - color contains mainly: green. Hex color #149167 is not a web safe color. Web safe color analog (approx): #009966. Inversed color of #149167 is #EB6E98. Grayscale: #666666. Windows color (decimal): -15429273 or 6787348. OLE color: 6787348.
HSL color Cylindrical-coordinate representation of color #149167: hue angle of 159.84º 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 #149167 is Cyan = 0.86, Magento = 0, Yellow = 0.29 and Black (K on CMYK) = 0.43.
Color convert
| RGB | 20 | 145 | 103 | - |
| CMYK | 0.86 | 0 | 0.29 | 0.43 |
| HSL | 159.84º | 0.76% | 0.32% | - |
| HSV(B) | 159.84º | 0.86% | 0.57% | - |
| XYZ | 12.86 | 21.38 | 16.28 | - |
| YUV | 102.84 | 128.09 | 68.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 20 | 145 | 103 | 0.86 | 0 | 0.29 | 0.43 | 159.84 | 0.76 | 0.32 |
| Hex | 14 | 91 | 67 | 56 | 0 | 1D | 2B | A0 | 4C | 20 |
| Octal | 24 | 221 | 147 | 126 | 0 | 35 | 53 | 240 | 114 | 40 |
| Binary | 10100 | 10010001 | 1100111 | 1010110 | 0 | 11101 | 101011 | 10100000 | 1001100 | 100000 |
Color Harmonies of #149167
Complementary color
Monochromatic Colors of #149167
Black with #149167
Text Example
Text Example
White with #149167
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #149167; }
p { color: rgb(20,145,103); }
H1.HeaderClassName
{
color: #149167;
}
.AnyTagClassName
{
color: #149167;
}
</style>
background-color css
<style>
a { background-color: #149167; }
a { background-color: rgb(20,145,103); }
div.DivClassName
{
background-color: #149167;
}
.BgClassName
{
background-color: #149167;
}
</style>
border-color css
<style>
span { border-color: #149167; }
span { border-color: rgb(20,145,103); }
td.TdClassName
{
border-color: #149167;
}
.TagClassName
{
border-color: #149167;
}
</style>