Shades of Mountain Meadow #1EC099
Tints of Mountain Meadow #1EC099
RGB
CMYK
RGB Variations
Color information
#1EC099 (or 0x1EC099) is known color: Mountain Meadow. HEX triplet: 1E, C0 and 99. RGB value is (30,192,153). Sum of RGB (Red+Green+Blue) = 30+192+153=375 (49% of max value = 765). Red value is 30 (12.11% from 255 or 8% from 375); Green value is 192 (75.39% from 255 or 51.2% from 375); Blue value is 153 (60.16% from 255 or 40.8% from 375); Max value from RGB is 192 - color contains mainly: green. Hex color #1EC099 is not a web safe color. Web safe color analog (approx): #33CC99. Inversed color of #1EC099 is #E13F66. Grayscale: #8B8B8B. Windows color (decimal): -14761831 or 10076190. OLE color: 10076190.
HSL color Cylindrical-coordinate representation of color #1EC099: hue angle of 165.56º 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 #1EC099 is Cyan = 0.84, Magento = 0, Yellow = 0.20 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 30 | 192 | 153 | - |
| CMYK | 0.84 | 0 | 0.20 | 0.25 |
| HSL | 165.56º | 0.73% | 0.44% | - |
| HSV(B) | 165.56º | 0.84% | 0.75% | - |
| XYZ | 25.13 | 40.28 | 36.59 | - |
| YUV | 139.12 | 135.83 | 50.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 30 | 192 | 153 | 0.84 | 0 | 0.20 | 0.25 | 165.56 | 0.73 | 0.44 |
| Hex | 1E | C0 | 99 | 54 | 0 | 14 | 19 | A6 | 49 | 2C |
| Octal | 36 | 300 | 231 | 124 | 0 | 24 | 31 | 246 | 111 | 54 |
| Binary | 11110 | 11000000 | 10011001 | 1010100 | 0 | 10100 | 11001 | 10100110 | 1001001 | 101100 |
Color Harmonies of #1EC099
Complementary color
Monochromatic Colors of #1EC099
Black with #1EC099
Text Example
Text Example
White with #1EC099
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1EC099; }
p { color: rgb(30,192,153); }
H1.HeaderClassName
{
color: #1EC099;
}
.AnyTagClassName
{
color: #1EC099;
}
</style>
background-color css
<style>
a { background-color: #1EC099; }
a { background-color: rgb(30,192,153); }
div.DivClassName
{
background-color: #1EC099;
}
.BgClassName
{
background-color: #1EC099;
}
</style>
border-color css
<style>
span { border-color: #1EC099; }
span { border-color: rgb(30,192,153); }
td.TdClassName
{
border-color: #1EC099;
}
.TagClassName
{
border-color: #1EC099;
}
</style>