Shades of Elf Green #149372
Tints of Elf Green #149372
RGB
CMYK
RGB Variations
Color information
#149372 (or 0x149372) is known color: Elf Green. HEX triplet: 14, 93 and 72. RGB value is (20,147,114). Sum of RGB (Red+Green+Blue) = 20+147+114=281 (37% of max value = 765). Red value is 20 (8.20% from 255 or 7.12% from 281); Green value is 147 (57.81% from 255 or 52.31% from 281); Blue value is 114 (44.92% from 255 or 40.57% from 281); Max value from RGB is 147 - color contains mainly: green. Hex color #149372 is not a web safe color. Web safe color analog (approx): #009966. Inversed color of #149372 is #EB6C8D. Grayscale: #696969. Windows color (decimal): -15428750 or 7508756. OLE color: 7508756.
HSL color Cylindrical-coordinate representation of color #149372: hue angle of 164.41º degrees, saturation: 0.76, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #149372 is Cyan = 0.86, Magento = 0, Yellow = 0.22 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 20 | 147 | 114 | - |
| CMYK | 0.86 | 0 | 0.22 | 0.42 |
| HSL | 164.41º | 0.76% | 0.33% | - |
| HSV(B) | 164.41º | 0.86% | 0.58% | - |
| XYZ | 13.76 | 22.23 | 19.49 | - |
| YUV | 105.27 | 132.92 | 67.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 20 | 147 | 114 | 0.86 | 0 | 0.22 | 0.42 | 164.41 | 0.76 | 0.33 |
| Hex | 14 | 93 | 72 | 56 | 0 | 16 | 2A | A4 | 4C | 21 |
| Octal | 24 | 223 | 162 | 126 | 0 | 26 | 52 | 244 | 114 | 41 |
| Binary | 10100 | 10010011 | 1110010 | 1010110 | 0 | 10110 | 101010 | 10100100 | 1001100 | 100001 |
Color Harmonies of #149372
Complementary color
Monochromatic Colors of #149372
Black with #149372
Text Example
Text Example
White with #149372
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #149372; }
p { color: rgb(20,147,114); }
H1.HeaderClassName
{
color: #149372;
}
.AnyTagClassName
{
color: #149372;
}
</style>
background-color css
<style>
a { background-color: #149372; }
a { background-color: rgb(20,147,114); }
div.DivClassName
{
background-color: #149372;
}
.BgClassName
{
background-color: #149372;
}
</style>
border-color css
<style>
span { border-color: #149372; }
span { border-color: rgb(20,147,114); }
td.TdClassName
{
border-color: #149372;
}
.TagClassName
{
border-color: #149372;
}
</style>