Shades of Mountain Meadow #1EC094
Tints of Mountain Meadow #1EC094
RGB
CMYK
RGB Variations
Color information
#1EC094 (or 0x1EC094) is known color: Mountain Meadow. HEX triplet: 1E, C0 and 94. RGB value is (30,192,148). Sum of RGB (Red+Green+Blue) = 30+192+148=370 (49% of max value = 765). Red value is 30 (12.11% from 255 or 8.11% from 370); Green value is 192 (75.39% from 255 or 51.89% from 370); Blue value is 148 (58.20% from 255 or 40% from 370); Max value from RGB is 192 - color contains mainly: green. Hex color #1EC094 is not a web safe color. Web safe color analog (approx): #33CC99. Inversed color of #1EC094 is #E13F6B. Grayscale: #8A8A8A. Windows color (decimal): -14761836 or 9748510. OLE color: 9748510.
HSL color Cylindrical-coordinate representation of color #1EC094: hue angle of 163.7º degrees, saturation: 0.73, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #1EC094 is Cyan = 0.84, Magento = 0, Yellow = 0.23 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 30 | 192 | 148 | - |
| CMYK | 0.84 | 0 | 0.23 | 0.25 |
| HSL | 163.7º | 0.73% | 0.44% | - |
| HSV(B) | 163.7º | 0.84% | 0.75% | - |
| XYZ | 24.73 | 40.11 | 34.46 | - |
| YUV | 138.55 | 133.33 | 50.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 30 | 192 | 148 | 0.84 | 0 | 0.23 | 0.25 | 163.7 | 0.73 | 0.44 |
| Hex | 1E | C0 | 94 | 54 | 0 | 17 | 19 | A4 | 49 | 2C |
| Octal | 36 | 300 | 224 | 124 | 0 | 27 | 31 | 244 | 111 | 54 |
| Binary | 11110 | 11000000 | 10010100 | 1010100 | 0 | 10111 | 11001 | 10100100 | 1001001 | 101100 |
Color Harmonies of #1EC094
Complementary color
Monochromatic Colors of #1EC094
Black with #1EC094
Text Example
Text Example
White with #1EC094
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1EC094; }
p { color: rgb(30,192,148); }
H1.HeaderClassName
{
color: #1EC094;
}
.AnyTagClassName
{
color: #1EC094;
}
</style>
background-color css
<style>
a { background-color: #1EC094; }
a { background-color: rgb(30,192,148); }
div.DivClassName
{
background-color: #1EC094;
}
.BgClassName
{
background-color: #1EC094;
}
</style>
border-color css
<style>
span { border-color: #1EC094; }
span { border-color: rgb(30,192,148); }
td.TdClassName
{
border-color: #1EC094;
}
.TagClassName
{
border-color: #1EC094;
}
</style>