Shades of Mountain Meadow #1EB992
Tints of Mountain Meadow #1EB992
RGB
CMYK
RGB Variations
Color information
#1EB992 (or 0x1EB992) is known color: Mountain Meadow. HEX triplet: 1E, B9 and 92. RGB value is (30,185,146). Sum of RGB (Red+Green+Blue) = 30+185+146=361 (47% of max value = 765). Red value is 30 (12.11% from 255 or 8.31% from 361); Green value is 185 (72.66% from 255 or 51.25% from 361); Blue value is 146 (57.42% from 255 or 40.44% from 361); Max value from RGB is 185 - color contains mainly: green. Hex color #1EB992 is not a web safe color. Web safe color analog (approx): #33CC99. Inversed color of #1EB992 is #E1466D. Grayscale: #868686. Windows color (decimal): -14763630 or 9615646. OLE color: 9615646.
HSL color Cylindrical-coordinate representation of color #1EB992: hue angle of 164.9º 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 #1EB992 is Cyan = 0.84, Magento = 0, Yellow = 0.21 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 30 | 185 | 146 | - |
| CMYK | 0.84 | 0 | 0.21 | 0.27 |
| HSL | 164.9º | 0.72% | 0.42% | - |
| HSV(B) | 164.9º | 0.84% | 0.73% | - |
| XYZ | 23.07 | 37.05 | 33.13 | - |
| YUV | 134.21 | 134.65 | 53.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 30 | 185 | 146 | 0.84 | 0 | 0.21 | 0.27 | 164.9 | 0.72 | 0.42 |
| Hex | 1E | B9 | 92 | 54 | 0 | 15 | 1B | A5 | 48 | 2A |
| Octal | 36 | 271 | 222 | 124 | 0 | 25 | 33 | 245 | 110 | 52 |
| Binary | 11110 | 10111001 | 10010010 | 1010100 | 0 | 10101 | 11011 | 10100101 | 1001000 | 101010 |
Color Harmonies of #1EB992
Complementary color
Monochromatic Colors of #1EB992
Black with #1EB992
Text Example
Text Example
White with #1EB992
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1EB992; }
p { color: rgb(30,185,146); }
H1.HeaderClassName
{
color: #1EB992;
}
.AnyTagClassName
{
color: #1EB992;
}
</style>
background-color css
<style>
a { background-color: #1EB992; }
a { background-color: rgb(30,185,146); }
div.DivClassName
{
background-color: #1EB992;
}
.BgClassName
{
background-color: #1EB992;
}
</style>
border-color css
<style>
span { border-color: #1EB992; }
span { border-color: rgb(30,185,146); }
td.TdClassName
{
border-color: #1EB992;
}
.TagClassName
{
border-color: #1EB992;
}
</style>