Shades of Mountain Meadow #1EBA80
Tints of Mountain Meadow #1EBA80
RGB
CMYK
RGB Variations
Color information
#1EBA80 (or 0x1EBA80) is known color: Mountain Meadow. HEX triplet: 1E, BA and 80. RGB value is (30,186,128). Sum of RGB (Red+Green+Blue) = 30+186+128=344 (45% of max value = 765). Red value is 30 (12.11% from 255 or 8.72% from 344); Green value is 186 (73.05% from 255 or 54.07% from 344); Blue value is 128 (50.39% from 255 or 37.21% from 344); Max value from RGB is 186 - color contains mainly: green. Hex color #1EBA80 is not a web safe color. Web safe color analog (approx): #33CC99. Inversed color of #1EBA80 is #E1457F. Grayscale: #848484. Windows color (decimal): -14763392 or 8436254. OLE color: 8436254.
HSL color Cylindrical-coordinate representation of color #1EBA80: hue angle of 157.69º 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 #1EBA80 is Cyan = 0.84, Magento = 0, Yellow = 0.31 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 30 | 186 | 128 | - |
| CMYK | 0.84 | 0 | 0.31 | 0.27 |
| HSL | 157.69º | 0.72% | 0.42% | - |
| HSV(B) | 157.69º | 0.84% | 0.73% | - |
| XYZ | 21.99 | 36.95 | 26.4 | - |
| YUV | 132.74 | 125.32 | 54.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 30 | 186 | 128 | 0.84 | 0 | 0.31 | 0.27 | 157.69 | 0.72 | 0.42 |
| Hex | 1E | BA | 80 | 54 | 0 | 1F | 1B | 9E | 48 | 2A |
| Octal | 36 | 272 | 200 | 124 | 0 | 37 | 33 | 236 | 110 | 52 |
| Binary | 11110 | 10111010 | 10000000 | 1010100 | 0 | 11111 | 11011 | 10011110 | 1001000 | 101010 |
Color Harmonies of #1EBA80
Complementary color
Monochromatic Colors of #1EBA80
Black with #1EBA80
Text Example
Text Example
White with #1EBA80
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1EBA80; }
p { color: rgb(30,186,128); }
H1.HeaderClassName
{
color: #1EBA80;
}
.AnyTagClassName
{
color: #1EBA80;
}
</style>
background-color css
<style>
a { background-color: #1EBA80; }
a { background-color: rgb(30,186,128); }
div.DivClassName
{
background-color: #1EBA80;
}
.BgClassName
{
background-color: #1EBA80;
}
</style>
border-color css
<style>
span { border-color: #1EBA80; }
span { border-color: rgb(30,186,128); }
td.TdClassName
{
border-color: #1EBA80;
}
.TagClassName
{
border-color: #1EBA80;
}
</style>