Shades of Mountain Meadow #1EBA6C
Tints of Mountain Meadow #1EBA6C
RGB
CMYK
RGB Variations
Color information
#1EBA6C (or 0x1EBA6C) is known color: Mountain Meadow. HEX triplet: 1E, BA and 6C. RGB value is (30,186,108). Sum of RGB (Red+Green+Blue) = 30+186+108=324 (42% of max value = 765). Red value is 30 (12.11% from 255 or 9.26% from 324); Green value is 186 (73.05% from 255 or 57.41% from 324); Blue value is 108 (42.58% from 255 or 33.33% from 324); Max value from RGB is 186 - color contains mainly: green. Hex color #1EBA6C is not a web safe color. Web safe color analog (approx): #33CC66. Inversed color of #1EBA6C is #E14593. Grayscale: #828282. Windows color (decimal): -14763412 or 7125534. OLE color: 7125534.
HSL color Cylindrical-coordinate representation of color #1EBA6C: hue angle of 150º 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 #1EBA6C is Cyan = 0.84, Magento = 0, Yellow = 0.42 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 30 | 186 | 108 | - |
| CMYK | 0.84 | 0 | 0.42 | 0.27 |
| HSL | 150º | 0.72% | 0.42% | - |
| HSV(B) | 150º | 0.84% | 0.73% | - |
| XYZ | 20.8 | 36.48 | 20.13 | - |
| YUV | 130.46 | 115.32 | 56.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 30 | 186 | 108 | 0.84 | 0 | 0.42 | 0.27 | 150 | 0.72 | 0.42 |
| Hex | 1E | BA | 6C | 54 | 0 | 2A | 1B | 96 | 48 | 2A |
| Octal | 36 | 272 | 154 | 124 | 0 | 52 | 33 | 226 | 110 | 52 |
| Binary | 11110 | 10111010 | 1101100 | 1010100 | 0 | 101010 | 11011 | 10010110 | 1001000 | 101010 |
Color Harmonies of #1EBA6C
Complementary color
Monochromatic Colors of #1EBA6C
Black with #1EBA6C
Text Example
Text Example
White with #1EBA6C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1EBA6C; }
p { color: rgb(30,186,108); }
H1.HeaderClassName
{
color: #1EBA6C;
}
.AnyTagClassName
{
color: #1EBA6C;
}
</style>
background-color css
<style>
a { background-color: #1EBA6C; }
a { background-color: rgb(30,186,108); }
div.DivClassName
{
background-color: #1EBA6C;
}
.BgClassName
{
background-color: #1EBA6C;
}
</style>
border-color css
<style>
span { border-color: #1EBA6C; }
span { border-color: rgb(30,186,108); }
td.TdClassName
{
border-color: #1EBA6C;
}
.TagClassName
{
border-color: #1EBA6C;
}
</style>