Shades of Mountain Meadow #1EC08A
Tints of Mountain Meadow #1EC08A
RGB
CMYK
RGB Variations
Color information
#1EC08A (or 0x1EC08A) is known color: Mountain Meadow. HEX triplet: 1E, C0 and 8A. RGB value is (30,192,138). Sum of RGB (Red+Green+Blue) = 30+192+138=360 (47% of max value = 765). Red value is 30 (12.11% from 255 or 8.33% from 360); Green value is 192 (75.39% from 255 or 53.33% from 360); Blue value is 138 (54.30% from 255 or 38.33% from 360); Max value from RGB is 192 - color contains mainly: green. Hex color #1EC08A is not a web safe color. Web safe color analog (approx): #33CC99. Inversed color of #1EC08A is #E13F75. Grayscale: #898989. Windows color (decimal): -14761846 or 9093150. OLE color: 9093150.
HSL color Cylindrical-coordinate representation of color #1EC08A: hue angle of 160º 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 #1EC08A is Cyan = 0.84, Magento = 0, Yellow = 0.28 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 30 | 192 | 138 | - |
| CMYK | 0.84 | 0 | 0.28 | 0.25 |
| HSL | 160º | 0.73% | 0.44% | - |
| HSV(B) | 160º | 0.84% | 0.75% | - |
| XYZ | 23.97 | 39.81 | 30.47 | - |
| YUV | 137.41 | 128.33 | 51.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 30 | 192 | 138 | 0.84 | 0 | 0.28 | 0.25 | 160 | 0.73 | 0.44 |
| Hex | 1E | C0 | 8A | 54 | 0 | 1C | 19 | A0 | 49 | 2C |
| Octal | 36 | 300 | 212 | 124 | 0 | 34 | 31 | 240 | 111 | 54 |
| Binary | 11110 | 11000000 | 10001010 | 1010100 | 0 | 11100 | 11001 | 10100000 | 1001001 | 101100 |
Color Harmonies of #1EC08A
Complementary color
Monochromatic Colors of #1EC08A
Black with #1EC08A
Text Example
Text Example
White with #1EC08A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1EC08A; }
p { color: rgb(30,192,138); }
H1.HeaderClassName
{
color: #1EC08A;
}
.AnyTagClassName
{
color: #1EC08A;
}
</style>
background-color css
<style>
a { background-color: #1EC08A; }
a { background-color: rgb(30,192,138); }
div.DivClassName
{
background-color: #1EC08A;
}
.BgClassName
{
background-color: #1EC08A;
}
</style>
border-color css
<style>
span { border-color: #1EC08A; }
span { border-color: rgb(30,192,138); }
td.TdClassName
{
border-color: #1EC08A;
}
.TagClassName
{
border-color: #1EC08A;
}
</style>