Shades of Mountain Meadow #1EBF8D
Tints of Mountain Meadow #1EBF8D
RGB
CMYK
RGB Variations
Color information
#1EBF8D (or 0x1EBF8D) is known color: Mountain Meadow. HEX triplet: 1E, BF and 8D. RGB value is (30,191,141). Sum of RGB (Red+Green+Blue) = 30+191+141=362 (47% of max value = 765). Red value is 30 (12.11% from 255 or 8.29% from 362); Green value is 191 (75% from 255 or 52.76% from 362); Blue value is 141 (55.47% from 255 or 38.95% from 362); Max value from RGB is 191 - color contains mainly: green. Hex color #1EBF8D is not a web safe color. Web safe color analog (approx): #33CC99. Inversed color of #1EBF8D is #E14072. Grayscale: #898989. Windows color (decimal): -14762099 or 9289502. OLE color: 9289502.
HSL color Cylindrical-coordinate representation of color #1EBF8D: hue angle of 161.37º degrees, saturation: 0.73, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #1EBF8D is Cyan = 0.84, Magento = 0, Yellow = 0.26 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 30 | 191 | 141 | - |
| CMYK | 0.84 | 0 | 0.26 | 0.25 |
| HSL | 161.37º | 0.73% | 0.43% | - |
| HSV(B) | 161.37º | 0.84% | 0.75% | - |
| XYZ | 23.97 | 39.46 | 31.55 | - |
| YUV | 137.16 | 130.16 | 51.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 30 | 191 | 141 | 0.84 | 0 | 0.26 | 0.25 | 161.37 | 0.73 | 0.43 |
| Hex | 1E | BF | 8D | 54 | 0 | 1A | 19 | A1 | 49 | 2B |
| Octal | 36 | 277 | 215 | 124 | 0 | 32 | 31 | 241 | 111 | 53 |
| Binary | 11110 | 10111111 | 10001101 | 1010100 | 0 | 11010 | 11001 | 10100001 | 1001001 | 101011 |
Color Harmonies of #1EBF8D
Complementary color
Monochromatic Colors of #1EBF8D
Black with #1EBF8D
Text Example
Text Example
White with #1EBF8D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1EBF8D; }
p { color: rgb(30,191,141); }
H1.HeaderClassName
{
color: #1EBF8D;
}
.AnyTagClassName
{
color: #1EBF8D;
}
</style>
background-color css
<style>
a { background-color: #1EBF8D; }
a { background-color: rgb(30,191,141); }
div.DivClassName
{
background-color: #1EBF8D;
}
.BgClassName
{
background-color: #1EBF8D;
}
</style>
border-color css
<style>
span { border-color: #1EBF8D; }
span { border-color: rgb(30,191,141); }
td.TdClassName
{
border-color: #1EBF8D;
}
.TagClassName
{
border-color: #1EBF8D;
}
</style>