Shades of Mountain Meadow #1ECD86
Tints of Mountain Meadow #1ECD86
RGB
CMYK
RGB Variations
Color information
#1ECD86 (or 0x1ECD86) is known color: Mountain Meadow. HEX triplet: 1E, CD and 86. RGB value is (30,205,134). Sum of RGB (Red+Green+Blue) = 30+205+134=369 (48% of max value = 765). Red value is 30 (12.11% from 255 or 8.13% from 369); Green value is 205 (80.47% from 255 or 55.56% from 369); Blue value is 134 (52.73% from 255 or 36.31% from 369); Max value from RGB is 205 - color contains mainly: green. Hex color #1ECD86 is not a web safe color. Web safe color analog (approx): #33CC99. Inversed color of #1ECD86 is #E13279. Grayscale: #909090. Windows color (decimal): -14758522 or 8834334. OLE color: 8834334.
HSL color Cylindrical-coordinate representation of color #1ECD86: hue angle of 155.66º degrees, saturation: 0.74, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #1ECD86 is Cyan = 0.85, Magento = 0, Yellow = 0.35 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 30 | 205 | 134 | - |
| CMYK | 0.85 | 0 | 0.35 | 0.20 |
| HSL | 155.66º | 0.74% | 0.46% | - |
| HSV(B) | 155.66º | 0.85% | 0.8% | - |
| XYZ | 26.67 | 45.66 | 29.96 | - |
| YUV | 144.58 | 122.02 | 46.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 30 | 205 | 134 | 0.85 | 0 | 0.35 | 0.20 | 155.66 | 0.74 | 0.46 |
| Hex | 1E | CD | 86 | 55 | 0 | 23 | 14 | 9C | 4A | 2E |
| Octal | 36 | 315 | 206 | 125 | 0 | 43 | 24 | 234 | 112 | 56 |
| Binary | 11110 | 11001101 | 10000110 | 1010101 | 0 | 100011 | 10100 | 10011100 | 1001010 | 101110 |
Color Harmonies of #1ECD86
Complementary color
Monochromatic Colors of #1ECD86
Black with #1ECD86
Text Example
Text Example
White with #1ECD86
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1ECD86; }
p { color: rgb(30,205,134); }
H1.HeaderClassName
{
color: #1ECD86;
}
.AnyTagClassName
{
color: #1ECD86;
}
</style>
background-color css
<style>
a { background-color: #1ECD86; }
a { background-color: rgb(30,205,134); }
div.DivClassName
{
background-color: #1ECD86;
}
.BgClassName
{
background-color: #1ECD86;
}
</style>
border-color css
<style>
span { border-color: #1ECD86; }
span { border-color: rgb(30,205,134); }
td.TdClassName
{
border-color: #1ECD86;
}
.TagClassName
{
border-color: #1ECD86;
}
</style>