Shades of Mountain Meadow #1EB97E
Tints of Mountain Meadow #1EB97E
RGB
CMYK
RGB Variations
Color information
#1EB97E (or 0x1EB97E) is known color: Mountain Meadow. HEX triplet: 1E, B9 and 7E. RGB value is (30,185,126). Sum of RGB (Red+Green+Blue) = 30+185+126=341 (45% of max value = 765). Red value is 30 (12.11% from 255 or 8.80% from 341); Green value is 185 (72.66% from 255 or 54.25% from 341); Blue value is 126 (49.61% from 255 or 36.95% from 341); Max value from RGB is 185 - color contains mainly: green. Hex color #1EB97E is not a web safe color. Web safe color analog (approx): #33CC66. Inversed color of #1EB97E is #E14681. Grayscale: #848484. Windows color (decimal): -14763650 or 8304926. OLE color: 8304926.
HSL color Cylindrical-coordinate representation of color #1EB97E: hue angle of 157.16º degrees, saturation: 0.72, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #1EB97E is Cyan = 0.84, Magento = 0, Yellow = 0.32 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 30 | 185 | 126 | - |
| CMYK | 0.84 | 0 | 0.32 | 0.27 |
| HSL | 157.16º | 0.72% | 0.42% | - |
| HSV(B) | 157.16º | 0.84% | 0.73% | - |
| XYZ | 21.65 | 36.48 | 25.64 | - |
| YUV | 131.93 | 124.65 | 55.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 30 | 185 | 126 | 0.84 | 0 | 0.32 | 0.27 | 157.16 | 0.72 | 0.42 |
| Hex | 1E | B9 | 7E | 54 | 0 | 20 | 1B | 9D | 48 | 2A |
| Octal | 36 | 271 | 176 | 124 | 0 | 40 | 33 | 235 | 110 | 52 |
| Binary | 11110 | 10111001 | 1111110 | 1010100 | 0 | 100000 | 11011 | 10011101 | 1001000 | 101010 |
Color Harmonies of #1EB97E
Complementary color
Monochromatic Colors of #1EB97E
Black with #1EB97E
Text Example
Text Example
White with #1EB97E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1EB97E; }
p { color: rgb(30,185,126); }
H1.HeaderClassName
{
color: #1EB97E;
}
.AnyTagClassName
{
color: #1EB97E;
}
</style>
background-color css
<style>
a { background-color: #1EB97E; }
a { background-color: rgb(30,185,126); }
div.DivClassName
{
background-color: #1EB97E;
}
.BgClassName
{
background-color: #1EB97E;
}
</style>
border-color css
<style>
span { border-color: #1EB97E; }
span { border-color: rgb(30,185,126); }
td.TdClassName
{
border-color: #1EB97E;
}
.TagClassName
{
border-color: #1EB97E;
}
</style>