Shades of Mountain Meadow #1EBA7D
Tints of Mountain Meadow #1EBA7D
RGB
CMYK
RGB Variations
Color information
#1EBA7D (or 0x1EBA7D) is known color: Mountain Meadow. HEX triplet: 1E, BA and 7D. RGB value is (30,186,125). Sum of RGB (Red+Green+Blue) = 30+186+125=341 (45% of max value = 765). Red value is 30 (12.11% from 255 or 8.80% from 341); Green value is 186 (73.05% from 255 or 54.55% from 341); Blue value is 125 (49.22% from 255 or 36.66% from 341); Max value from RGB is 186 - color contains mainly: green. Hex color #1EBA7D is not a web safe color. Web safe color analog (approx): #33CC66. Inversed color of #1EBA7D is #E14582. Grayscale: #848484. Windows color (decimal): -14763395 or 8239646. OLE color: 8239646.
HSL color Cylindrical-coordinate representation of color #1EBA7D: hue angle of 156.54º 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 #1EBA7D is Cyan = 0.84, Magento = 0, Yellow = 0.33 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 30 | 186 | 125 | - |
| CMYK | 0.84 | 0 | 0.33 | 0.27 |
| HSL | 156.54º | 0.72% | 0.42% | - |
| HSV(B) | 156.54º | 0.84% | 0.73% | - |
| XYZ | 21.8 | 36.87 | 25.37 | - |
| YUV | 132.4 | 123.82 | 54.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 30 | 186 | 125 | 0.84 | 0 | 0.33 | 0.27 | 156.54 | 0.72 | 0.42 |
| Hex | 1E | BA | 7D | 54 | 0 | 21 | 1B | 9D | 48 | 2A |
| Octal | 36 | 272 | 175 | 124 | 0 | 41 | 33 | 235 | 110 | 52 |
| Binary | 11110 | 10111010 | 1111101 | 1010100 | 0 | 100001 | 11011 | 10011101 | 1001000 | 101010 |
Color Harmonies of #1EBA7D
Complementary color
Monochromatic Colors of #1EBA7D
Black with #1EBA7D
Text Example
Text Example
White with #1EBA7D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1EBA7D; }
p { color: rgb(30,186,125); }
H1.HeaderClassName
{
color: #1EBA7D;
}
.AnyTagClassName
{
color: #1EBA7D;
}
</style>
background-color css
<style>
a { background-color: #1EBA7D; }
a { background-color: rgb(30,186,125); }
div.DivClassName
{
background-color: #1EBA7D;
}
.BgClassName
{
background-color: #1EBA7D;
}
</style>
border-color css
<style>
span { border-color: #1EBA7D; }
span { border-color: rgb(30,186,125); }
td.TdClassName
{
border-color: #1EBA7D;
}
.TagClassName
{
border-color: #1EBA7D;
}
</style>