Shades of Mountain Meadow #1EAD80
Tints of Mountain Meadow #1EAD80
RGB
CMYK
RGB Variations
Color information
#1EAD80 (or 0x1EAD80) is known color: Mountain Meadow. HEX triplet: 1E, AD and 80. RGB value is (30,173,128). Sum of RGB (Red+Green+Blue) = 30+173+128=331 (43% of max value = 765). Red value is 30 (12.11% from 255 or 9.06% from 331); Green value is 173 (67.97% from 255 or 52.27% from 331); Blue value is 128 (50.39% from 255 or 38.67% from 331); Max value from RGB is 173 - color contains mainly: green. Hex color #1EAD80 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #1EAD80 is #E1527F. Grayscale: #7D7D7D. Windows color (decimal): -14766720 or 8432926. OLE color: 8432926.
HSL color Cylindrical-coordinate representation of color #1EAD80: hue angle of 161.12º 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 #1EAD80 is Cyan = 0.83, Magento = 0, Yellow = 0.26 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 30 | 173 | 128 | - |
| CMYK | 0.83 | 0 | 0.26 | 0.32 |
| HSL | 161.12º | 0.7% | 0.4% | - |
| HSV(B) | 161.12º | 0.83% | 0.68% | - |
| XYZ | 19.38 | 31.72 | 25.52 | - |
| YUV | 125.11 | 129.62 | 60.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 30 | 173 | 128 | 0.83 | 0 | 0.26 | 0.32 | 161.12 | 0.7 | 0.4 |
| Hex | 1E | AD | 80 | 53 | 0 | 1A | 20 | A1 | 46 | 28 |
| Octal | 36 | 255 | 200 | 123 | 0 | 32 | 40 | 241 | 106 | 50 |
| Binary | 11110 | 10101101 | 10000000 | 1010011 | 0 | 11010 | 100000 | 10100001 | 1000110 | 101000 |
Color Harmonies of #1EAD80
Complementary color
Monochromatic Colors of #1EAD80
Black with #1EAD80
Text Example
Text Example
White with #1EAD80
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1EAD80; }
p { color: rgb(30,173,128); }
H1.HeaderClassName
{
color: #1EAD80;
}
.AnyTagClassName
{
color: #1EAD80;
}
</style>
background-color css
<style>
a { background-color: #1EAD80; }
a { background-color: rgb(30,173,128); }
div.DivClassName
{
background-color: #1EAD80;
}
.BgClassName
{
background-color: #1EAD80;
}
</style>
border-color css
<style>
span { border-color: #1EAD80; }
span { border-color: rgb(30,173,128); }
td.TdClassName
{
border-color: #1EAD80;
}
.TagClassName
{
border-color: #1EAD80;
}
</style>