Shades of Mountain Meadow #1EB96C
Tints of Mountain Meadow #1EB96C
RGB
CMYK
RGB Variations
Color information
#1EB96C (or 0x1EB96C) is known color: Mountain Meadow. HEX triplet: 1E, B9 and 6C. RGB value is (30,185,108). Sum of RGB (Red+Green+Blue) = 30+185+108=323 (42% of max value = 765). Red value is 30 (12.11% from 255 or 9.29% from 323); Green value is 185 (72.66% from 255 or 57.28% from 323); Blue value is 108 (42.58% from 255 or 33.44% from 323); Max value from RGB is 185 - color contains mainly: green. Hex color #1EB96C is not a web safe color. Web safe color analog (approx): #33CC66. Inversed color of #1EB96C is #E14693. Grayscale: #828282. Windows color (decimal): -14763668 or 7125278. OLE color: 7125278.
HSL color Cylindrical-coordinate representation of color #1EB96C: hue angle of 150.19º degrees, saturation: 0.72, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #1EB96C is Cyan = 0.84, Magento = 0, Yellow = 0.42 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 30 | 185 | 108 | - |
| CMYK | 0.84 | 0 | 0.42 | 0.27 |
| HSL | 150.19º | 0.72% | 0.42% | - |
| HSV(B) | 150.19º | 0.84% | 0.73% | - |
| XYZ | 20.59 | 36.06 | 20.06 | - |
| YUV | 129.88 | 115.65 | 56.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 30 | 185 | 108 | 0.84 | 0 | 0.42 | 0.27 | 150.19 | 0.72 | 0.42 |
| Hex | 1E | B9 | 6C | 54 | 0 | 2A | 1B | 96 | 48 | 2A |
| Octal | 36 | 271 | 154 | 124 | 0 | 52 | 33 | 226 | 110 | 52 |
| Binary | 11110 | 10111001 | 1101100 | 1010100 | 0 | 101010 | 11011 | 10010110 | 1001000 | 101010 |
Color Harmonies of #1EB96C
Complementary color
Monochromatic Colors of #1EB96C
Black with #1EB96C
Text Example
Text Example
White with #1EB96C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1EB96C; }
p { color: rgb(30,185,108); }
H1.HeaderClassName
{
color: #1EB96C;
}
.AnyTagClassName
{
color: #1EB96C;
}
</style>
background-color css
<style>
a { background-color: #1EB96C; }
a { background-color: rgb(30,185,108); }
div.DivClassName
{
background-color: #1EB96C;
}
.BgClassName
{
background-color: #1EB96C;
}
</style>
border-color css
<style>
span { border-color: #1EB96C; }
span { border-color: rgb(30,185,108); }
td.TdClassName
{
border-color: #1EB96C;
}
.TagClassName
{
border-color: #1EB96C;
}
</style>