Shades of Mountain Meadow #1EAA7D
Tints of Mountain Meadow #1EAA7D
RGB
CMYK
RGB Variations
Color information
#1EAA7D (or 0x1EAA7D) is known color: Mountain Meadow. HEX triplet: 1E, AA and 7D. RGB value is (30,170,125). Sum of RGB (Red+Green+Blue) = 30+170+125=325 (43% of max value = 765). Red value is 30 (12.11% from 255 or 9.23% from 325); Green value is 170 (66.80% from 255 or 52.31% from 325); Blue value is 125 (49.22% from 255 or 38.46% from 325); Max value from RGB is 170 - color contains mainly: green. Hex color #1EAA7D is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #1EAA7D is #E15582. Grayscale: #7B7B7B. Windows color (decimal): -14767491 or 8235550. OLE color: 8235550.
HSL color Cylindrical-coordinate representation of color #1EAA7D: hue angle of 160.71º 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 #1EAA7D is Cyan = 0.82, Magento = 0, Yellow = 0.26 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 30 | 170 | 125 | - |
| CMYK | 0.82 | 0 | 0.26 | 0.33 |
| HSL | 160.71º | 0.7% | 0.39% | - |
| HSV(B) | 160.71º | 0.82% | 0.67% | - |
| XYZ | 18.61 | 30.51 | 24.31 | - |
| YUV | 123.01 | 129.12 | 61.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 30 | 170 | 125 | 0.82 | 0 | 0.26 | 0.33 | 160.71 | 0.7 | 0.39 |
| Hex | 1E | AA | 7D | 52 | 0 | 1A | 21 | A1 | 46 | 27 |
| Octal | 36 | 252 | 175 | 122 | 0 | 32 | 41 | 241 | 106 | 47 |
| Binary | 11110 | 10101010 | 1111101 | 1010010 | 0 | 11010 | 100001 | 10100001 | 1000110 | 100111 |
Color Harmonies of #1EAA7D
Complementary color
Monochromatic Colors of #1EAA7D
Black with #1EAA7D
Text Example
Text Example
White with #1EAA7D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1EAA7D; }
p { color: rgb(30,170,125); }
H1.HeaderClassName
{
color: #1EAA7D;
}
.AnyTagClassName
{
color: #1EAA7D;
}
</style>
background-color css
<style>
a { background-color: #1EAA7D; }
a { background-color: rgb(30,170,125); }
div.DivClassName
{
background-color: #1EAA7D;
}
.BgClassName
{
background-color: #1EAA7D;
}
</style>
border-color css
<style>
span { border-color: #1EAA7D; }
span { border-color: rgb(30,170,125); }
td.TdClassName
{
border-color: #1EAA7D;
}
.TagClassName
{
border-color: #1EAA7D;
}
</style>