Shades of Mountain Meadow #1EBA79
Tints of Mountain Meadow #1EBA79
RGB
CMYK
RGB Variations
Color information
#1EBA79 (or 0x1EBA79) is known color: Mountain Meadow. HEX triplet: 1E, BA and 79. RGB value is (30,186,121). Sum of RGB (Red+Green+Blue) = 30+186+121=337 (44% of max value = 765). Red value is 30 (12.11% from 255 or 8.90% from 337); Green value is 186 (73.05% from 255 or 55.19% from 337); Blue value is 121 (47.66% from 255 or 35.91% from 337); Max value from RGB is 186 - color contains mainly: green. Hex color #1EBA79 is not a web safe color. Web safe color analog (approx): #33CC66. Inversed color of #1EBA79 is #E14586. Grayscale: #848484. Windows color (decimal): -14763399 or 7977502. OLE color: 7977502.
HSL color Cylindrical-coordinate representation of color #1EBA79: hue angle of 155º 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 #1EBA79 is Cyan = 0.84, Magento = 0, Yellow = 0.35 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 30 | 186 | 121 | - |
| CMYK | 0.84 | 0 | 0.35 | 0.27 |
| HSL | 155º | 0.72% | 0.42% | - |
| HSV(B) | 155º | 0.84% | 0.73% | - |
| XYZ | 21.55 | 36.77 | 24.05 | - |
| YUV | 131.95 | 121.82 | 55.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 30 | 186 | 121 | 0.84 | 0 | 0.35 | 0.27 | 155 | 0.72 | 0.42 |
| Hex | 1E | BA | 79 | 54 | 0 | 23 | 1B | 9B | 48 | 2A |
| Octal | 36 | 272 | 171 | 124 | 0 | 43 | 33 | 233 | 110 | 52 |
| Binary | 11110 | 10111010 | 1111001 | 1010100 | 0 | 100011 | 11011 | 10011011 | 1001000 | 101010 |
Color Harmonies of #1EBA79
Complementary color
Monochromatic Colors of #1EBA79
Black with #1EBA79
Text Example
Text Example
White with #1EBA79
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1EBA79; }
p { color: rgb(30,186,121); }
H1.HeaderClassName
{
color: #1EBA79;
}
.AnyTagClassName
{
color: #1EBA79;
}
</style>
background-color css
<style>
a { background-color: #1EBA79; }
a { background-color: rgb(30,186,121); }
div.DivClassName
{
background-color: #1EBA79;
}
.BgClassName
{
background-color: #1EBA79;
}
</style>
border-color css
<style>
span { border-color: #1EBA79; }
span { border-color: rgb(30,186,121); }
td.TdClassName
{
border-color: #1EBA79;
}
.TagClassName
{
border-color: #1EBA79;
}
</style>