Shades of Mountain Meadow #1EC18A
Tints of Mountain Meadow #1EC18A
RGB
CMYK
RGB Variations
Color information
#1EC18A (or 0x1EC18A) is known color: Mountain Meadow. HEX triplet: 1E, C1 and 8A. RGB value is (30,193,138). Sum of RGB (Red+Green+Blue) = 30+193+138=361 (47% of max value = 765). Red value is 30 (12.11% from 255 or 8.31% from 361); Green value is 193 (75.78% from 255 or 53.46% from 361); Blue value is 138 (54.30% from 255 or 38.23% from 361); Max value from RGB is 193 - color contains mainly: green. Hex color #1EC18A is not a web safe color. Web safe color analog (approx): #33CC99. Inversed color of #1EC18A is #E13E75. Grayscale: #8A8A8A. Windows color (decimal): -14761590 or 9093406. OLE color: 9093406.
HSL color Cylindrical-coordinate representation of color #1EC18A: hue angle of 159.75º degrees, saturation: 0.73, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #1EC18A is Cyan = 0.84, Magento = 0, Yellow = 0.28 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 30 | 193 | 138 | - |
| CMYK | 0.84 | 0 | 0.28 | 0.24 |
| HSL | 159.75º | 0.73% | 0.44% | - |
| HSV(B) | 159.75º | 0.84% | 0.76% | - |
| XYZ | 24.19 | 40.25 | 30.54 | - |
| YUV | 137.99 | 128 | 50.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 30 | 193 | 138 | 0.84 | 0 | 0.28 | 0.24 | 159.75 | 0.73 | 0.44 |
| Hex | 1E | C1 | 8A | 54 | 0 | 1C | 18 | A0 | 49 | 2C |
| Octal | 36 | 301 | 212 | 124 | 0 | 34 | 30 | 240 | 111 | 54 |
| Binary | 11110 | 11000001 | 10001010 | 1010100 | 0 | 11100 | 11000 | 10100000 | 1001001 | 101100 |
Color Harmonies of #1EC18A
Complementary color
Monochromatic Colors of #1EC18A
Black with #1EC18A
Text Example
Text Example
White with #1EC18A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1EC18A; }
p { color: rgb(30,193,138); }
H1.HeaderClassName
{
color: #1EC18A;
}
.AnyTagClassName
{
color: #1EC18A;
}
</style>
background-color css
<style>
a { background-color: #1EC18A; }
a { background-color: rgb(30,193,138); }
div.DivClassName
{
background-color: #1EC18A;
}
.BgClassName
{
background-color: #1EC18A;
}
</style>
border-color css
<style>
span { border-color: #1EC18A; }
span { border-color: rgb(30,193,138); }
td.TdClassName
{
border-color: #1EC18A;
}
.TagClassName
{
border-color: #1EC18A;
}
</style>