Shades of Elf Green #149575
Tints of Elf Green #149575
RGB
CMYK
RGB Variations
Color information
#149575 (or 0x149575) is known color: Elf Green. HEX triplet: 14, 95 and 75. RGB value is (20,149,117). Sum of RGB (Red+Green+Blue) = 20+149+117=286 (37% of max value = 765). Red value is 20 (8.20% from 255 or 6.99% from 286); Green value is 149 (58.59% from 255 or 52.10% from 286); Blue value is 117 (46.09% from 255 or 40.91% from 286); Max value from RGB is 149 - color contains mainly: green. Hex color #149575 is not a web safe color. Web safe color analog (approx): #009966. Inversed color of #149575 is #EB6A8A. Grayscale: #6A6A6A. Windows color (decimal): -15428235 or 7705876. OLE color: 7705876.
HSL color Cylindrical-coordinate representation of color #149575: hue angle of 165.12º degrees, saturation: 0.76, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #149575 is Cyan = 0.87, Magento = 0, Yellow = 0.21 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 20 | 149 | 117 | - |
| CMYK | 0.87 | 0 | 0.21 | 0.42 |
| HSL | 165.12º | 0.76% | 0.33% | - |
| HSV(B) | 165.12º | 0.87% | 0.58% | - |
| XYZ | 14.25 | 22.93 | 20.5 | - |
| YUV | 106.78 | 133.76 | 66.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 20 | 149 | 117 | 0.87 | 0 | 0.21 | 0.42 | 165.12 | 0.76 | 0.33 |
| Hex | 14 | 95 | 75 | 57 | 0 | 15 | 2A | A5 | 4C | 21 |
| Octal | 24 | 225 | 165 | 127 | 0 | 25 | 52 | 245 | 114 | 41 |
| Binary | 10100 | 10010101 | 1110101 | 1010111 | 0 | 10101 | 101010 | 10100101 | 1001100 | 100001 |
Color Harmonies of #149575
Complementary color
Monochromatic Colors of #149575
Black with #149575
Text Example
Text Example
White with #149575
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #149575; }
p { color: rgb(20,149,117); }
H1.HeaderClassName
{
color: #149575;
}
.AnyTagClassName
{
color: #149575;
}
</style>
background-color css
<style>
a { background-color: #149575; }
a { background-color: rgb(20,149,117); }
div.DivClassName
{
background-color: #149575;
}
.BgClassName
{
background-color: #149575;
}
</style>
border-color css
<style>
span { border-color: #149575; }
span { border-color: rgb(20,149,117); }
td.TdClassName
{
border-color: #149575;
}
.TagClassName
{
border-color: #149575;
}
</style>