Shades of Mountain Meadow #1EC084
Tints of Mountain Meadow #1EC084
RGB
CMYK
RGB Variations
Color information
#1EC084 (or 0x1EC084) is known color: Mountain Meadow. HEX triplet: 1E, C0 and 84. RGB value is (30,192,132). Sum of RGB (Red+Green+Blue) = 30+192+132=354 (46% of max value = 765). Red value is 30 (12.11% from 255 or 8.47% from 354); Green value is 192 (75.39% from 255 or 54.24% from 354); Blue value is 132 (51.95% from 255 or 37.29% from 354); Max value from RGB is 192 - color contains mainly: green. Hex color #1EC084 is not a web safe color. Web safe color analog (approx): #33CC99. Inversed color of #1EC084 is #E13F7B. Grayscale: #888888. Windows color (decimal): -14761852 or 8699934. OLE color: 8699934.
HSL color Cylindrical-coordinate representation of color #1EC084: hue angle of 157.78º 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 #1EC084 is Cyan = 0.84, Magento = 0, Yellow = 0.31 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 30 | 192 | 132 | - |
| CMYK | 0.84 | 0 | 0.31 | 0.25 |
| HSL | 157.78º | 0.73% | 0.44% | - |
| HSV(B) | 157.78º | 0.84% | 0.75% | - |
| XYZ | 23.55 | 39.64 | 28.24 | - |
| YUV | 136.72 | 125.33 | 51.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 30 | 192 | 132 | 0.84 | 0 | 0.31 | 0.25 | 157.78 | 0.73 | 0.44 |
| Hex | 1E | C0 | 84 | 54 | 0 | 1F | 19 | 9E | 49 | 2C |
| Octal | 36 | 300 | 204 | 124 | 0 | 37 | 31 | 236 | 111 | 54 |
| Binary | 11110 | 11000000 | 10000100 | 1010100 | 0 | 11111 | 11001 | 10011110 | 1001001 | 101100 |
Color Harmonies of #1EC084
Complementary color
Monochromatic Colors of #1EC084
Black with #1EC084
Text Example
Text Example
White with #1EC084
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1EC084; }
p { color: rgb(30,192,132); }
H1.HeaderClassName
{
color: #1EC084;
}
.AnyTagClassName
{
color: #1EC084;
}
</style>
background-color css
<style>
a { background-color: #1EC084; }
a { background-color: rgb(30,192,132); }
div.DivClassName
{
background-color: #1EC084;
}
.BgClassName
{
background-color: #1EC084;
}
</style>
border-color css
<style>
span { border-color: #1EC084; }
span { border-color: rgb(30,192,132); }
td.TdClassName
{
border-color: #1EC084;
}
.TagClassName
{
border-color: #1EC084;
}
</style>