Shades of Mountain Meadow #1EBC83
Tints of Mountain Meadow #1EBC83
RGB
CMYK
RGB Variations
Color information
#1EBC83 (or 0x1EBC83) is known color: Mountain Meadow. HEX triplet: 1E, BC and 83. RGB value is (30,188,131). Sum of RGB (Red+Green+Blue) = 30+188+131=349 (46% of max value = 765). Red value is 30 (12.11% from 255 or 8.60% from 349); Green value is 188 (73.83% from 255 or 53.87% from 349); Blue value is 131 (51.56% from 255 or 37.54% from 349); Max value from RGB is 188 - color contains mainly: green. Hex color #1EBC83 is not a web safe color. Web safe color analog (approx): #33CC99. Inversed color of #1EBC83 is #E1437C. Grayscale: #868686. Windows color (decimal): -14762877 or 8633374. OLE color: 8633374.
HSL color Cylindrical-coordinate representation of color #1EBC83: hue angle of 158.35º degrees, saturation: 0.72, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #1EBC83 is Cyan = 0.84, Magento = 0, Yellow = 0.30 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 30 | 188 | 131 | - |
| CMYK | 0.84 | 0 | 0.30 | 0.26 |
| HSL | 158.35º | 0.72% | 0.43% | - |
| HSV(B) | 158.35º | 0.84% | 0.74% | - |
| XYZ | 22.62 | 37.88 | 27.59 | - |
| YUV | 134.26 | 126.15 | 53.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 30 | 188 | 131 | 0.84 | 0 | 0.30 | 0.26 | 158.35 | 0.72 | 0.43 |
| Hex | 1E | BC | 83 | 54 | 0 | 1E | 1A | 9E | 48 | 2B |
| Octal | 36 | 274 | 203 | 124 | 0 | 36 | 32 | 236 | 110 | 53 |
| Binary | 11110 | 10111100 | 10000011 | 1010100 | 0 | 11110 | 11010 | 10011110 | 1001000 | 101011 |
Color Harmonies of #1EBC83
Complementary color
Monochromatic Colors of #1EBC83
Black with #1EBC83
Text Example
Text Example
White with #1EBC83
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1EBC83; }
p { color: rgb(30,188,131); }
H1.HeaderClassName
{
color: #1EBC83;
}
.AnyTagClassName
{
color: #1EBC83;
}
</style>
background-color css
<style>
a { background-color: #1EBC83; }
a { background-color: rgb(30,188,131); }
div.DivClassName
{
background-color: #1EBC83;
}
.BgClassName
{
background-color: #1EBC83;
}
</style>
border-color css
<style>
span { border-color: #1EBC83; }
span { border-color: rgb(30,188,131); }
td.TdClassName
{
border-color: #1EBC83;
}
.TagClassName
{
border-color: #1EBC83;
}
</style>