Shades of Elf Green #149067
Tints of Elf Green #149067
RGB
CMYK
RGB Variations
Color information
#149067 (or 0x149067) is known color: Elf Green. HEX triplet: 14, 90 and 67. RGB value is (20,144,103). Sum of RGB (Red+Green+Blue) = 20+144+103=267 (35% of max value = 765). Red value is 20 (8.20% from 255 or 7.49% from 267); Green value is 144 (56.64% from 255 or 53.93% from 267); Blue value is 103 (40.62% from 255 or 38.58% from 267); Max value from RGB is 144 - color contains mainly: green. Hex color #149067 is not a web safe color. Web safe color analog (approx): #009966. Inversed color of #149067 is #EB6F98. Grayscale: #666666. Windows color (decimal): -15429529 or 6787092. OLE color: 6787092.
HSL color Cylindrical-coordinate representation of color #149067: hue angle of 160.16º degrees, saturation: 0.76, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #149067 is Cyan = 0.86, Magento = 0, Yellow = 0.28 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 20 | 144 | 103 | - |
| CMYK | 0.86 | 0 | 0.28 | 0.44 |
| HSL | 160.16º | 0.76% | 0.32% | - |
| HSV(B) | 160.16º | 0.86% | 0.56% | - |
| XYZ | 12.71 | 21.07 | 16.23 | - |
| YUV | 102.25 | 128.42 | 69.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 20 | 144 | 103 | 0.86 | 0 | 0.28 | 0.44 | 160.16 | 0.76 | 0.32 |
| Hex | 14 | 90 | 67 | 56 | 0 | 1C | 2C | A0 | 4C | 20 |
| Octal | 24 | 220 | 147 | 126 | 0 | 34 | 54 | 240 | 114 | 40 |
| Binary | 10100 | 10010000 | 1100111 | 1010110 | 0 | 11100 | 101100 | 10100000 | 1001100 | 100000 |
Color Harmonies of #149067
Complementary color
Monochromatic Colors of #149067
Black with #149067
Text Example
Text Example
White with #149067
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #149067; }
p { color: rgb(20,144,103); }
H1.HeaderClassName
{
color: #149067;
}
.AnyTagClassName
{
color: #149067;
}
</style>
background-color css
<style>
a { background-color: #149067; }
a { background-color: rgb(20,144,103); }
div.DivClassName
{
background-color: #149067;
}
.BgClassName
{
background-color: #149067;
}
</style>
border-color css
<style>
span { border-color: #149067; }
span { border-color: rgb(20,144,103); }
td.TdClassName
{
border-color: #149067;
}
.TagClassName
{
border-color: #149067;
}
</style>