Shades of Mountain Meadow #1EC097
Tints of Mountain Meadow #1EC097
RGB
CMYK
RGB Variations
Color information
#1EC097 (or 0x1EC097) is known color: Mountain Meadow. HEX triplet: 1E, C0 and 97. RGB value is (30,192,151). Sum of RGB (Red+Green+Blue) = 30+192+151=373 (49% of max value = 765). Red value is 30 (12.11% from 255 or 8.04% from 373); Green value is 192 (75.39% from 255 or 51.47% from 373); Blue value is 151 (59.38% from 255 or 40.48% from 373); Max value from RGB is 192 - color contains mainly: green. Hex color #1EC097 is not a web safe color. Web safe color analog (approx): #33CC99. Inversed color of #1EC097 is #E13F68. Grayscale: #8A8A8A. Windows color (decimal): -14761833 or 9945118. OLE color: 9945118.
HSL color Cylindrical-coordinate representation of color #1EC097: hue angle of 164.81º 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 #1EC097 is Cyan = 0.84, Magento = 0, Yellow = 0.21 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 30 | 192 | 151 | - |
| CMYK | 0.84 | 0 | 0.21 | 0.25 |
| HSL | 164.81º | 0.73% | 0.44% | - |
| HSV(B) | 164.81º | 0.84% | 0.75% | - |
| XYZ | 24.97 | 40.21 | 35.72 | - |
| YUV | 138.89 | 134.83 | 50.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 30 | 192 | 151 | 0.84 | 0 | 0.21 | 0.25 | 164.81 | 0.73 | 0.44 |
| Hex | 1E | C0 | 97 | 54 | 0 | 15 | 19 | A5 | 49 | 2C |
| Octal | 36 | 300 | 227 | 124 | 0 | 25 | 31 | 245 | 111 | 54 |
| Binary | 11110 | 11000000 | 10010111 | 1010100 | 0 | 10101 | 11001 | 10100101 | 1001001 | 101100 |
Color Harmonies of #1EC097
Complementary color
Monochromatic Colors of #1EC097
Black with #1EC097
Text Example
Text Example
White with #1EC097
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1EC097; }
p { color: rgb(30,192,151); }
H1.HeaderClassName
{
color: #1EC097;
}
.AnyTagClassName
{
color: #1EC097;
}
</style>
background-color css
<style>
a { background-color: #1EC097; }
a { background-color: rgb(30,192,151); }
div.DivClassName
{
background-color: #1EC097;
}
.BgClassName
{
background-color: #1EC097;
}
</style>
border-color css
<style>
span { border-color: #1EC097; }
span { border-color: rgb(30,192,151); }
td.TdClassName
{
border-color: #1EC097;
}
.TagClassName
{
border-color: #1EC097;
}
</style>