Shades of Mountain Meadow #1EBA81
Tints of Mountain Meadow #1EBA81
RGB
CMYK
RGB Variations
Color information
#1EBA81 (or 0x1EBA81) is known color: Mountain Meadow. HEX triplet: 1E, BA and 81. RGB value is (30,186,129). Sum of RGB (Red+Green+Blue) = 30+186+129=345 (45% of max value = 765). Red value is 30 (12.11% from 255 or 8.70% from 345); Green value is 186 (73.05% from 255 or 53.91% from 345); Blue value is 129 (50.78% from 255 or 37.39% from 345); Max value from RGB is 186 - color contains mainly: green. Hex color #1EBA81 is not a web safe color. Web safe color analog (approx): #33CC99. Inversed color of #1EBA81 is #E1457E. Grayscale: #848484. Windows color (decimal): -14763391 or 8501790. OLE color: 8501790.
HSL color Cylindrical-coordinate representation of color #1EBA81: hue angle of 158.08º 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 #1EBA81 is Cyan = 0.84, Magento = 0, Yellow = 0.31 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 30 | 186 | 129 | - |
| CMYK | 0.84 | 0 | 0.31 | 0.27 |
| HSL | 158.08º | 0.72% | 0.42% | - |
| HSV(B) | 158.08º | 0.84% | 0.73% | - |
| XYZ | 22.06 | 36.98 | 26.74 | - |
| YUV | 132.86 | 125.82 | 54.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 30 | 186 | 129 | 0.84 | 0 | 0.31 | 0.27 | 158.08 | 0.72 | 0.42 |
| Hex | 1E | BA | 81 | 54 | 0 | 1F | 1B | 9E | 48 | 2A |
| Octal | 36 | 272 | 201 | 124 | 0 | 37 | 33 | 236 | 110 | 52 |
| Binary | 11110 | 10111010 | 10000001 | 1010100 | 0 | 11111 | 11011 | 10011110 | 1001000 | 101010 |
Color Harmonies of #1EBA81
Complementary color
Monochromatic Colors of #1EBA81
Black with #1EBA81
Text Example
Text Example
White with #1EBA81
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1EBA81; }
p { color: rgb(30,186,129); }
H1.HeaderClassName
{
color: #1EBA81;
}
.AnyTagClassName
{
color: #1EBA81;
}
</style>
background-color css
<style>
a { background-color: #1EBA81; }
a { background-color: rgb(30,186,129); }
div.DivClassName
{
background-color: #1EBA81;
}
.BgClassName
{
background-color: #1EBA81;
}
</style>
border-color css
<style>
span { border-color: #1EBA81; }
span { border-color: rgb(30,186,129); }
td.TdClassName
{
border-color: #1EBA81;
}
.TagClassName
{
border-color: #1EBA81;
}
</style>