Shades of Mountain Meadow #1EA96F
Tints of Mountain Meadow #1EA96F
RGB
CMYK
RGB Variations
Color information
#1EA96F (or 0x1EA96F) is known color: Mountain Meadow. HEX triplet: 1E, A9 and 6F. RGB value is (30,169,111). Sum of RGB (Red+Green+Blue) = 30+169+111=310 (41% of max value = 765). Red value is 30 (12.11% from 255 or 9.68% from 310); Green value is 169 (66.41% from 255 or 54.52% from 310); Blue value is 111 (43.75% from 255 or 35.81% from 310); Max value from RGB is 169 - color contains mainly: green. Hex color #1EA96F is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #1EA96F is #E15690. Grayscale: #787878. Windows color (decimal): -14767761 or 7317790. OLE color: 7317790.
HSL color Cylindrical-coordinate representation of color #1EA96F: hue angle of 154.96º degrees, saturation: 0.7, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #1EA96F is Cyan = 0.82, Magento = 0, Yellow = 0.34 and Black (K on CMYK) = 0.34.
Color convert
| RGB | 30 | 169 | 111 | - |
| CMYK | 0.82 | 0 | 0.34 | 0.34 |
| HSL | 154.96º | 0.7% | 0.39% | - |
| HSV(B) | 154.96º | 0.82% | 0.66% | - |
| XYZ | 17.59 | 29.8 | 19.86 | - |
| YUV | 120.83 | 122.45 | 63.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 30 | 169 | 111 | 0.82 | 0 | 0.34 | 0.34 | 154.96 | 0.7 | 0.39 |
| Hex | 1E | A9 | 6F | 52 | 0 | 22 | 22 | 9B | 46 | 27 |
| Octal | 36 | 251 | 157 | 122 | 0 | 42 | 42 | 233 | 106 | 47 |
| Binary | 11110 | 10101001 | 1101111 | 1010010 | 0 | 100010 | 100010 | 10011011 | 1000110 | 100111 |
Color Harmonies of #1EA96F
Complementary color
Monochromatic Colors of #1EA96F
Black with #1EA96F
Text Example
Text Example
White with #1EA96F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1EA96F; }
p { color: rgb(30,169,111); }
H1.HeaderClassName
{
color: #1EA96F;
}
.AnyTagClassName
{
color: #1EA96F;
}
</style>
background-color css
<style>
a { background-color: #1EA96F; }
a { background-color: rgb(30,169,111); }
div.DivClassName
{
background-color: #1EA96F;
}
.BgClassName
{
background-color: #1EA96F;
}
</style>
border-color css
<style>
span { border-color: #1EA96F; }
span { border-color: rgb(30,169,111); }
td.TdClassName
{
border-color: #1EA96F;
}
.TagClassName
{
border-color: #1EA96F;
}
</style>