Shades of Mountain Meadow #1EC96F
Tints of Mountain Meadow #1EC96F
RGB
CMYK
RGB Variations
Color information
#1EC96F (or 0x1EC96F) is known color: Mountain Meadow. HEX triplet: 1E, C9 and 6F. RGB value is (30,201,111). Sum of RGB (Red+Green+Blue) = 30+201+111=342 (45% of max value = 765). Red value is 30 (12.11% from 255 or 8.77% from 342); Green value is 201 (78.91% from 255 or 58.77% from 342); Blue value is 111 (43.75% from 255 or 32.46% from 342); Max value from RGB is 201 - color contains mainly: green. Hex color #1EC96F is not a web safe color. Web safe color analog (approx): #33CC66. Inversed color of #1EC96F is #E13690. Grayscale: #8B8B8B. Windows color (decimal): -14759569 or 7325982. OLE color: 7325982.
HSL color Cylindrical-coordinate representation of color #1EC96F: hue angle of 148.42º degrees, saturation: 0.74, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #1EC96F is Cyan = 0.85, Magento = 0, Yellow = 0.45 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 30 | 201 | 111 | - |
| CMYK | 0.85 | 0 | 0.45 | 0.21 |
| HSL | 148.42º | 0.74% | 0.45% | - |
| HSV(B) | 148.42º | 0.85% | 0.79% | - |
| XYZ | 24.29 | 43.2 | 22.1 | - |
| YUV | 139.61 | 111.85 | 49.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 30 | 201 | 111 | 0.85 | 0 | 0.45 | 0.21 | 148.42 | 0.74 | 0.45 |
| Hex | 1E | C9 | 6F | 55 | 0 | 2D | 15 | 94 | 4A | 2D |
| Octal | 36 | 311 | 157 | 125 | 0 | 55 | 25 | 224 | 112 | 55 |
| Binary | 11110 | 11001001 | 1101111 | 1010101 | 0 | 101101 | 10101 | 10010100 | 1001010 | 101101 |
Color Harmonies of #1EC96F
Complementary color
Monochromatic Colors of #1EC96F
Black with #1EC96F
Text Example
Text Example
White with #1EC96F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1EC96F; }
p { color: rgb(30,201,111); }
H1.HeaderClassName
{
color: #1EC96F;
}
.AnyTagClassName
{
color: #1EC96F;
}
</style>
background-color css
<style>
a { background-color: #1EC96F; }
a { background-color: rgb(30,201,111); }
div.DivClassName
{
background-color: #1EC96F;
}
.BgClassName
{
background-color: #1EC96F;
}
</style>
border-color css
<style>
span { border-color: #1EC96F; }
span { border-color: rgb(30,201,111); }
td.TdClassName
{
border-color: #1EC96F;
}
.TagClassName
{
border-color: #1EC96F;
}
</style>