Shades of Mountain Meadow #1EB98E
Tints of Mountain Meadow #1EB98E
RGB
CMYK
RGB Variations
Color information
#1EB98E (or 0x1EB98E) is known color: Mountain Meadow. HEX triplet: 1E, B9 and 8E. RGB value is (30,185,142). Sum of RGB (Red+Green+Blue) = 30+185+142=357 (47% of max value = 765). Red value is 30 (12.11% from 255 or 8.40% from 357); Green value is 185 (72.66% from 255 or 51.82% from 357); Blue value is 142 (55.86% from 255 or 39.78% from 357); Max value from RGB is 185 - color contains mainly: green. Hex color #1EB98E is not a web safe color. Web safe color analog (approx): #33CC99. Inversed color of #1EB98E is #E14671. Grayscale: #858585. Windows color (decimal): -14763634 or 9353502. OLE color: 9353502.
HSL color Cylindrical-coordinate representation of color #1EB98E: hue angle of 163.35º 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 #1EB98E is Cyan = 0.84, Magento = 0, Yellow = 0.23 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 30 | 185 | 142 | - |
| CMYK | 0.84 | 0 | 0.23 | 0.27 |
| HSL | 163.35º | 0.72% | 0.42% | - |
| HSV(B) | 163.35º | 0.84% | 0.73% | - |
| XYZ | 22.77 | 36.93 | 31.52 | - |
| YUV | 133.75 | 132.65 | 54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 30 | 185 | 142 | 0.84 | 0 | 0.23 | 0.27 | 163.35 | 0.72 | 0.42 |
| Hex | 1E | B9 | 8E | 54 | 0 | 17 | 1B | A3 | 48 | 2A |
| Octal | 36 | 271 | 216 | 124 | 0 | 27 | 33 | 243 | 110 | 52 |
| Binary | 11110 | 10111001 | 10001110 | 1010100 | 0 | 10111 | 11011 | 10100011 | 1001000 | 101010 |
Color Harmonies of #1EB98E
Complementary color
Monochromatic Colors of #1EB98E
Black with #1EB98E
Text Example
Text Example
White with #1EB98E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1EB98E; }
p { color: rgb(30,185,142); }
H1.HeaderClassName
{
color: #1EB98E;
}
.AnyTagClassName
{
color: #1EB98E;
}
</style>
background-color css
<style>
a { background-color: #1EB98E; }
a { background-color: rgb(30,185,142); }
div.DivClassName
{
background-color: #1EB98E;
}
.BgClassName
{
background-color: #1EB98E;
}
</style>
border-color css
<style>
span { border-color: #1EB98E; }
span { border-color: rgb(30,185,142); }
td.TdClassName
{
border-color: #1EB98E;
}
.TagClassName
{
border-color: #1EB98E;
}
</style>