Shades of Elf Green #149271
Tints of Elf Green #149271
RGB
CMYK
RGB Variations
Color information
#149271 (or 0x149271) is known color: Elf Green. HEX triplet: 14, 92 and 71. RGB value is (20,146,113). Sum of RGB (Red+Green+Blue) = 20+146+113=279 (36% of max value = 765). Red value is 20 (8.20% from 255 or 7.17% from 279); Green value is 146 (57.42% from 255 or 52.33% from 279); Blue value is 113 (44.53% from 255 or 40.50% from 279); Max value from RGB is 146 - color contains mainly: green. Hex color #149271 is not a web safe color. Web safe color analog (approx): #009966. Inversed color of #149271 is #EB6D8E. Grayscale: #686868. Windows color (decimal): -15429007 or 7442964. OLE color: 7442964.
HSL color Cylindrical-coordinate representation of color #149271: hue angle of 164.29º degrees, saturation: 0.76, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #149271 is Cyan = 0.86, Magento = 0, Yellow = 0.23 and Black (K on CMYK) = 0.43.
Color convert
| RGB | 20 | 146 | 113 | - |
| CMYK | 0.86 | 0 | 0.23 | 0.43 |
| HSL | 164.29º | 0.76% | 0.33% | - |
| HSV(B) | 164.29º | 0.86% | 0.57% | - |
| XYZ | 13.55 | 21.9 | 19.14 | - |
| YUV | 104.56 | 132.76 | 67.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 20 | 146 | 113 | 0.86 | 0 | 0.23 | 0.43 | 164.29 | 0.76 | 0.33 |
| Hex | 14 | 92 | 71 | 56 | 0 | 17 | 2B | A4 | 4C | 21 |
| Octal | 24 | 222 | 161 | 126 | 0 | 27 | 53 | 244 | 114 | 41 |
| Binary | 10100 | 10010010 | 1110001 | 1010110 | 0 | 10111 | 101011 | 10100100 | 1001100 | 100001 |
Color Harmonies of #149271
Complementary color
Monochromatic Colors of #149271
Black with #149271
Text Example
Text Example
White with #149271
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #149271; }
p { color: rgb(20,146,113); }
H1.HeaderClassName
{
color: #149271;
}
.AnyTagClassName
{
color: #149271;
}
</style>
background-color css
<style>
a { background-color: #149271; }
a { background-color: rgb(20,146,113); }
div.DivClassName
{
background-color: #149271;
}
.BgClassName
{
background-color: #149271;
}
</style>
border-color css
<style>
span { border-color: #149271; }
span { border-color: rgb(20,146,113); }
td.TdClassName
{
border-color: #149271;
}
.TagClassName
{
border-color: #149271;
}
</style>