Shades of Mountain Meadow #1EB486
Tints of Mountain Meadow #1EB486
RGB
CMYK
RGB Variations
Color information
#1EB486 (or 0x1EB486) is known color: Mountain Meadow. HEX triplet: 1E, B4 and 86. RGB value is (30,180,134). Sum of RGB (Red+Green+Blue) = 30+180+134=344 (45% of max value = 765). Red value is 30 (12.11% from 255 or 8.72% from 344); Green value is 180 (70.70% from 255 or 52.33% from 344); Blue value is 134 (52.73% from 255 or 38.95% from 344); Max value from RGB is 180 - color contains mainly: green. Hex color #1EB486 is not a web safe color. Web safe color analog (approx): #33CC99. Inversed color of #1EB486 is #E14B79. Grayscale: #818181. Windows color (decimal): -14764922 or 8827934. OLE color: 8827934.
HSL color Cylindrical-coordinate representation of color #1EB486: hue angle of 161.6º degrees, saturation: 0.71, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #1EB486 is Cyan = 0.83, Magento = 0, Yellow = 0.26 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 30 | 180 | 134 | - |
| CMYK | 0.83 | 0 | 0.26 | 0.29 |
| HSL | 161.6º | 0.71% | 0.41% | - |
| HSV(B) | 161.6º | 0.83% | 0.71% | - |
| XYZ | 21.16 | 34.64 | 28.13 | - |
| YUV | 129.91 | 130.31 | 56.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 30 | 180 | 134 | 0.83 | 0 | 0.26 | 0.29 | 161.6 | 0.71 | 0.41 |
| Hex | 1E | B4 | 86 | 53 | 0 | 1A | 1D | A2 | 47 | 29 |
| Octal | 36 | 264 | 206 | 123 | 0 | 32 | 35 | 242 | 107 | 51 |
| Binary | 11110 | 10110100 | 10000110 | 1010011 | 0 | 11010 | 11101 | 10100010 | 1000111 | 101001 |
Color Harmonies of #1EB486
Complementary color
Monochromatic Colors of #1EB486
Black with #1EB486
Text Example
Text Example
White with #1EB486
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1EB486; }
p { color: rgb(30,180,134); }
H1.HeaderClassName
{
color: #1EB486;
}
.AnyTagClassName
{
color: #1EB486;
}
</style>
background-color css
<style>
a { background-color: #1EB486; }
a { background-color: rgb(30,180,134); }
div.DivClassName
{
background-color: #1EB486;
}
.BgClassName
{
background-color: #1EB486;
}
</style>
border-color css
<style>
span { border-color: #1EB486; }
span { border-color: rgb(30,180,134); }
td.TdClassName
{
border-color: #1EB486;
}
.TagClassName
{
border-color: #1EB486;
}
</style>