Shades of Elf Green #149262
Tints of Elf Green #149262
RGB
CMYK
RGB Variations
Color information
#149262 (or 0x149262) is known color: Elf Green. HEX triplet: 14, 92 and 62. RGB value is (20,146,98). Sum of RGB (Red+Green+Blue) = 20+146+98=264 (34% of max value = 765). Red value is 20 (8.20% from 255 or 7.58% from 264); Green value is 146 (57.42% from 255 or 55.30% from 264); Blue value is 98 (38.67% from 255 or 37.12% from 264); Max value from RGB is 146 - color contains mainly: green. Hex color #149262 is not a web safe color. Web safe color analog (approx): #009966. Inversed color of #149262 is #EB6D9D. Grayscale: #666666. Windows color (decimal): -15429022 or 6459924. OLE color: 6459924.
HSL color Cylindrical-coordinate representation of color #149262: hue angle of 157.14º 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 #149262 is Cyan = 0.86, Magento = 0, Yellow = 0.33 and Black (K on CMYK) = 0.43.
Color convert
| RGB | 20 | 146 | 98 | - |
| CMYK | 0.86 | 0 | 0.33 | 0.43 |
| HSL | 157.14º | 0.76% | 0.33% | - |
| HSV(B) | 157.14º | 0.86% | 0.57% | - |
| XYZ | 12.77 | 21.59 | 15.05 | - |
| YUV | 102.85 | 125.26 | 68.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 20 | 146 | 98 | 0.86 | 0 | 0.33 | 0.43 | 157.14 | 0.76 | 0.33 |
| Hex | 14 | 92 | 62 | 56 | 0 | 21 | 2B | 9D | 4C | 21 |
| Octal | 24 | 222 | 142 | 126 | 0 | 41 | 53 | 235 | 114 | 41 |
| Binary | 10100 | 10010010 | 1100010 | 1010110 | 0 | 100001 | 101011 | 10011101 | 1001100 | 100001 |
Color Harmonies of #149262
Complementary color
Monochromatic Colors of #149262
Black with #149262
Text Example
Text Example
White with #149262
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #149262; }
p { color: rgb(20,146,98); }
H1.HeaderClassName
{
color: #149262;
}
.AnyTagClassName
{
color: #149262;
}
</style>
background-color css
<style>
a { background-color: #149262; }
a { background-color: rgb(20,146,98); }
div.DivClassName
{
background-color: #149262;
}
.BgClassName
{
background-color: #149262;
}
</style>
border-color css
<style>
span { border-color: #149262; }
span { border-color: rgb(20,146,98); }
td.TdClassName
{
border-color: #149262;
}
.TagClassName
{
border-color: #149262;
}
</style>