Shades of Mountain Meadow #1EAE85
Tints of Mountain Meadow #1EAE85
RGB
CMYK
RGB Variations
Color information
#1EAE85 (or 0x1EAE85) is known color: Mountain Meadow. HEX triplet: 1E, AE and 85. RGB value is (30,174,133). Sum of RGB (Red+Green+Blue) = 30+174+133=337 (44% of max value = 765). Red value is 30 (12.11% from 255 or 8.90% from 337); Green value is 174 (68.36% from 255 or 51.63% from 337); Blue value is 133 (52.34% from 255 or 39.47% from 337); Max value from RGB is 174 - color contains mainly: green. Hex color #1EAE85 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #1EAE85 is #E1517A. Grayscale: #7E7E7E. Windows color (decimal): -14766459 or 8760862. OLE color: 8760862.
HSL color Cylindrical-coordinate representation of color #1EAE85: hue angle of 162.92º degrees, saturation: 0.71, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #1EAE85 is Cyan = 0.83, Magento = 0, Yellow = 0.24 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 30 | 174 | 133 | - |
| CMYK | 0.83 | 0 | 0.24 | 0.32 |
| HSL | 162.92º | 0.71% | 0.4% | - |
| HSV(B) | 162.92º | 0.83% | 0.68% | - |
| XYZ | 19.91 | 32.24 | 27.36 | - |
| YUV | 126.27 | 131.79 | 59.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 30 | 174 | 133 | 0.83 | 0 | 0.24 | 0.32 | 162.92 | 0.71 | 0.4 |
| Hex | 1E | AE | 85 | 53 | 0 | 18 | 20 | A3 | 47 | 28 |
| Octal | 36 | 256 | 205 | 123 | 0 | 30 | 40 | 243 | 107 | 50 |
| Binary | 11110 | 10101110 | 10000101 | 1010011 | 0 | 11000 | 100000 | 10100011 | 1000111 | 101000 |
Color Harmonies of #1EAE85
Complementary color
Monochromatic Colors of #1EAE85
Black with #1EAE85
Text Example
Text Example
White with #1EAE85
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1EAE85; }
p { color: rgb(30,174,133); }
H1.HeaderClassName
{
color: #1EAE85;
}
.AnyTagClassName
{
color: #1EAE85;
}
</style>
background-color css
<style>
a { background-color: #1EAE85; }
a { background-color: rgb(30,174,133); }
div.DivClassName
{
background-color: #1EAE85;
}
.BgClassName
{
background-color: #1EAE85;
}
</style>
border-color css
<style>
span { border-color: #1EAE85; }
span { border-color: rgb(30,174,133); }
td.TdClassName
{
border-color: #1EAE85;
}
.TagClassName
{
border-color: #1EAE85;
}
</style>