Shades of Mountain Meadow #1EAA77
Tints of Mountain Meadow #1EAA77
RGB
CMYK
RGB Variations
Color information
#1EAA77 (or 0x1EAA77) is known color: Mountain Meadow. HEX triplet: 1E, AA and 77. RGB value is (30,170,119). Sum of RGB (Red+Green+Blue) = 30+170+119=319 (42% of max value = 765). Red value is 30 (12.11% from 255 or 9.40% from 319); Green value is 170 (66.80% from 255 or 53.29% from 319); Blue value is 119 (46.88% from 255 or 37.30% from 319); Max value from RGB is 170 - color contains mainly: green. Hex color #1EAA77 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #1EAA77 is #E15588. Grayscale: #7A7A7A. Windows color (decimal): -14767497 or 7842334. OLE color: 7842334.
HSL color Cylindrical-coordinate representation of color #1EAA77: hue angle of 158.14º degrees, saturation: 0.7, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #1EAA77 is Cyan = 0.82, Magento = 0, Yellow = 0.3 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 30 | 170 | 119 | - |
| CMYK | 0.82 | 0 | 0.3 | 0.33 |
| HSL | 158.14º | 0.7% | 0.39% | - |
| HSV(B) | 158.14º | 0.82% | 0.67% | - |
| XYZ | 18.24 | 30.36 | 22.35 | - |
| YUV | 122.33 | 126.12 | 62.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 30 | 170 | 119 | 0.82 | 0 | 0.3 | 0.33 | 158.14 | 0.7 | 0.39 |
| Hex | 1E | AA | 77 | 52 | 0 | 1E | 21 | 9E | 46 | 27 |
| Octal | 36 | 252 | 167 | 122 | 0 | 36 | 41 | 236 | 106 | 47 |
| Binary | 11110 | 10101010 | 1110111 | 1010010 | 0 | 11110 | 100001 | 10011110 | 1000110 | 100111 |
Color Harmonies of #1EAA77
Complementary color
Monochromatic Colors of #1EAA77
Black with #1EAA77
Text Example
Text Example
White with #1EAA77
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1EAA77; }
p { color: rgb(30,170,119); }
H1.HeaderClassName
{
color: #1EAA77;
}
.AnyTagClassName
{
color: #1EAA77;
}
</style>
background-color css
<style>
a { background-color: #1EAA77; }
a { background-color: rgb(30,170,119); }
div.DivClassName
{
background-color: #1EAA77;
}
.BgClassName
{
background-color: #1EAA77;
}
</style>
border-color css
<style>
span { border-color: #1EAA77; }
span { border-color: rgb(30,170,119); }
td.TdClassName
{
border-color: #1EAA77;
}
.TagClassName
{
border-color: #1EAA77;
}
</style>