Shades of Mountain Meadow #1EAD89
Tints of Mountain Meadow #1EAD89
RGB
CMYK
RGB Variations
Color information
#1EAD89 (or 0x1EAD89) is known color: Mountain Meadow. HEX triplet: 1E, AD and 89. RGB value is (30,173,137). Sum of RGB (Red+Green+Blue) = 30+173+137=340 (45% of max value = 765). Red value is 30 (12.11% from 255 or 8.82% from 340); Green value is 173 (67.97% from 255 or 50.88% from 340); Blue value is 137 (53.91% from 255 or 40.29% from 340); Max value from RGB is 173 - color contains mainly: green. Hex color #1EAD89 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #1EAD89 is #E15276. Grayscale: #7E7E7E. Windows color (decimal): -14766711 or 9022750. OLE color: 9022750.
HSL color Cylindrical-coordinate representation of color #1EAD89: hue angle of 164.9º degrees, saturation: 0.7, 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 #1EAD89 is Cyan = 0.83, Magento = 0, Yellow = 0.21 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 30 | 173 | 137 | - |
| CMYK | 0.83 | 0 | 0.21 | 0.32 |
| HSL | 164.9º | 0.7% | 0.4% | - |
| HSV(B) | 164.9º | 0.83% | 0.68% | - |
| XYZ | 19.99 | 31.97 | 28.78 | - |
| YUV | 126.14 | 134.12 | 59.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 30 | 173 | 137 | 0.83 | 0 | 0.21 | 0.32 | 164.9 | 0.7 | 0.4 |
| Hex | 1E | AD | 89 | 53 | 0 | 15 | 20 | A5 | 46 | 28 |
| Octal | 36 | 255 | 211 | 123 | 0 | 25 | 40 | 245 | 106 | 50 |
| Binary | 11110 | 10101101 | 10001001 | 1010011 | 0 | 10101 | 100000 | 10100101 | 1000110 | 101000 |
Color Harmonies of #1EAD89
Complementary color
Monochromatic Colors of #1EAD89
Black with #1EAD89
Text Example
Text Example
White with #1EAD89
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1EAD89; }
p { color: rgb(30,173,137); }
H1.HeaderClassName
{
color: #1EAD89;
}
.AnyTagClassName
{
color: #1EAD89;
}
</style>
background-color css
<style>
a { background-color: #1EAD89; }
a { background-color: rgb(30,173,137); }
div.DivClassName
{
background-color: #1EAD89;
}
.BgClassName
{
background-color: #1EAD89;
}
</style>
border-color css
<style>
span { border-color: #1EAD89; }
span { border-color: rgb(30,173,137); }
td.TdClassName
{
border-color: #1EAD89;
}
.TagClassName
{
border-color: #1EAD89;
}
</style>