Shades of Mountain Meadow #1EC098
Tints of Mountain Meadow #1EC098
RGB
CMYK
RGB Variations
Color information
#1EC098 (or 0x1EC098) is known color: Mountain Meadow. HEX triplet: 1E, C0 and 98. RGB value is (30,192,152). Sum of RGB (Red+Green+Blue) = 30+192+152=374 (49% of max value = 765). Red value is 30 (12.11% from 255 or 8.02% from 374); Green value is 192 (75.39% from 255 or 51.34% from 374); Blue value is 152 (59.77% from 255 or 40.64% from 374); Max value from RGB is 192 - color contains mainly: green. Hex color #1EC098 is not a web safe color. Web safe color analog (approx): #33CC99. Inversed color of #1EC098 is #E13F67. Grayscale: #8B8B8B. Windows color (decimal): -14761832 or 10010654. OLE color: 10010654.
HSL color Cylindrical-coordinate representation of color #1EC098: hue angle of 165.19º 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 #1EC098 is Cyan = 0.84, Magento = 0, Yellow = 0.21 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 30 | 192 | 152 | - |
| CMYK | 0.84 | 0 | 0.21 | 0.25 |
| HSL | 165.19º | 0.73% | 0.44% | - |
| HSV(B) | 165.19º | 0.84% | 0.75% | - |
| XYZ | 25.05 | 40.24 | 36.15 | - |
| YUV | 139 | 135.33 | 50.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 30 | 192 | 152 | 0.84 | 0 | 0.21 | 0.25 | 165.19 | 0.73 | 0.44 |
| Hex | 1E | C0 | 98 | 54 | 0 | 15 | 19 | A5 | 49 | 2C |
| Octal | 36 | 300 | 230 | 124 | 0 | 25 | 31 | 245 | 111 | 54 |
| Binary | 11110 | 11000000 | 10011000 | 1010100 | 0 | 10101 | 11001 | 10100101 | 1001001 | 101100 |
Color Harmonies of #1EC098
Complementary color
Monochromatic Colors of #1EC098
Black with #1EC098
Text Example
Text Example
White with #1EC098
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1EC098; }
p { color: rgb(30,192,152); }
H1.HeaderClassName
{
color: #1EC098;
}
.AnyTagClassName
{
color: #1EC098;
}
</style>
background-color css
<style>
a { background-color: #1EC098; }
a { background-color: rgb(30,192,152); }
div.DivClassName
{
background-color: #1EC098;
}
.BgClassName
{
background-color: #1EC098;
}
</style>
border-color css
<style>
span { border-color: #1EC098; }
span { border-color: rgb(30,192,152); }
td.TdClassName
{
border-color: #1EC098;
}
.TagClassName
{
border-color: #1EC098;
}
</style>