Shades of Elf Green #1EA172
Tints of Elf Green #1EA172
RGB
CMYK
RGB Variations
Color information
#1EA172 (or 0x1EA172) is known color: Elf Green. HEX triplet: 1E, A1 and 72. RGB value is (30,161,114). Sum of RGB (Red+Green+Blue) = 30+161+114=305 (40% of max value = 765). Red value is 30 (12.11% from 255 or 9.84% from 305); Green value is 161 (63.28% from 255 or 52.79% from 305); Blue value is 114 (44.92% from 255 or 37.38% from 305); Max value from RGB is 161 - color contains mainly: green. Hex color #1EA172 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #1EA172 is #E15E8D. Grayscale: #747474. Windows color (decimal): -14769806 or 7512350. OLE color: 7512350.
HSL color Cylindrical-coordinate representation of color #1EA172: hue angle of 158.47º degrees, saturation: 0.69, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #1EA172 is Cyan = 0.81, Magento = 0, Yellow = 0.29 and Black (K on CMYK) = 0.37.
Color convert
| RGB | 30 | 161 | 114 | - |
| CMYK | 0.81 | 0 | 0.29 | 0.37 |
| HSL | 158.47º | 0.69% | 0.37% | - |
| HSV(B) | 158.47º | 0.81% | 0.63% | - |
| XYZ | 16.32 | 26.98 | 20.27 | - |
| YUV | 116.47 | 126.6 | 66.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 30 | 161 | 114 | 0.81 | 0 | 0.29 | 0.37 | 158.47 | 0.69 | 0.37 |
| Hex | 1E | A1 | 72 | 51 | 0 | 1D | 25 | 9E | 45 | 25 |
| Octal | 36 | 241 | 162 | 121 | 0 | 35 | 45 | 236 | 105 | 45 |
| Binary | 11110 | 10100001 | 1110010 | 1010001 | 0 | 11101 | 100101 | 10011110 | 1000101 | 100101 |
Color Harmonies of #1EA172
Complementary color
Monochromatic Colors of #1EA172
Black with #1EA172
Text Example
Text Example
White with #1EA172
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1EA172; }
p { color: rgb(30,161,114); }
H1.HeaderClassName
{
color: #1EA172;
}
.AnyTagClassName
{
color: #1EA172;
}
</style>
background-color css
<style>
a { background-color: #1EA172; }
a { background-color: rgb(30,161,114); }
div.DivClassName
{
background-color: #1EA172;
}
.BgClassName
{
background-color: #1EA172;
}
</style>
border-color css
<style>
span { border-color: #1EA172; }
span { border-color: rgb(30,161,114); }
td.TdClassName
{
border-color: #1EA172;
}
.TagClassName
{
border-color: #1EA172;
}
</style>