Shades of Mountain Meadow #1EB492
Tints of Mountain Meadow #1EB492
RGB
CMYK
RGB Variations
Color information
#1EB492 (or 0x1EB492) is known color: Mountain Meadow. HEX triplet: 1E, B4 and 92. RGB value is (30,180,146). Sum of RGB (Red+Green+Blue) = 30+180+146=356 (47% of max value = 765). Red value is 30 (12.11% from 255 or 8.43% from 356); Green value is 180 (70.70% from 255 or 50.56% from 356); Blue value is 146 (57.42% from 255 or 41.01% from 356); Max value from RGB is 180 - color contains mainly: green. Hex color #1EB492 is not a web safe color. Web safe color analog (approx): #33CC99. Inversed color of #1EB492 is #E14B6D. Grayscale: #838383. Windows color (decimal): -14764910 or 9614366. OLE color: 9614366.
HSL color Cylindrical-coordinate representation of color #1EB492: hue angle of 166.4º degrees, saturation: 0.71, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #1EB492 is Cyan = 0.83, Magento = 0, Yellow = 0.19 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 30 | 180 | 146 | - |
| CMYK | 0.83 | 0 | 0.19 | 0.29 |
| HSL | 166.4º | 0.71% | 0.41% | - |
| HSV(B) | 166.4º | 0.83% | 0.71% | - |
| XYZ | 22.04 | 34.99 | 32.79 | - |
| YUV | 131.27 | 136.31 | 55.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 30 | 180 | 146 | 0.83 | 0 | 0.19 | 0.29 | 166.4 | 0.71 | 0.41 |
| Hex | 1E | B4 | 92 | 53 | 0 | 13 | 1D | A6 | 47 | 29 |
| Octal | 36 | 264 | 222 | 123 | 0 | 23 | 35 | 246 | 107 | 51 |
| Binary | 11110 | 10110100 | 10010010 | 1010011 | 0 | 10011 | 11101 | 10100110 | 1000111 | 101001 |
Color Harmonies of #1EB492
Complementary color
Monochromatic Colors of #1EB492
Black with #1EB492
Text Example
Text Example
White with #1EB492
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1EB492; }
p { color: rgb(30,180,146); }
H1.HeaderClassName
{
color: #1EB492;
}
.AnyTagClassName
{
color: #1EB492;
}
</style>
background-color css
<style>
a { background-color: #1EB492; }
a { background-color: rgb(30,180,146); }
div.DivClassName
{
background-color: #1EB492;
}
.BgClassName
{
background-color: #1EB492;
}
</style>
border-color css
<style>
span { border-color: #1EB492; }
span { border-color: rgb(30,180,146); }
td.TdClassName
{
border-color: #1EB492;
}
.TagClassName
{
border-color: #1EB492;
}
</style>