Shades of Mountain Meadow #1EBA76
Tints of Mountain Meadow #1EBA76
RGB
CMYK
RGB Variations
Color information
#1EBA76 (or 0x1EBA76) is known color: Mountain Meadow. HEX triplet: 1E, BA and 76. RGB value is (30,186,118). Sum of RGB (Red+Green+Blue) = 30+186+118=334 (44% of max value = 765). Red value is 30 (12.11% from 255 or 8.98% from 334); Green value is 186 (73.05% from 255 or 55.69% from 334); Blue value is 118 (46.48% from 255 or 35.33% from 334); Max value from RGB is 186 - color contains mainly: green. Hex color #1EBA76 is not a web safe color. Web safe color analog (approx): #33CC66. Inversed color of #1EBA76 is #E14589. Grayscale: #838383. Windows color (decimal): -14763402 or 7780894. OLE color: 7780894.
HSL color Cylindrical-coordinate representation of color #1EBA76: hue angle of 153.85º 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 #1EBA76 is Cyan = 0.84, Magento = 0, Yellow = 0.37 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 30 | 186 | 118 | - |
| CMYK | 0.84 | 0 | 0.37 | 0.27 |
| HSL | 153.85º | 0.72% | 0.42% | - |
| HSV(B) | 153.85º | 0.84% | 0.73% | - |
| XYZ | 21.36 | 36.7 | 23.1 | - |
| YUV | 131.6 | 120.32 | 55.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 30 | 186 | 118 | 0.84 | 0 | 0.37 | 0.27 | 153.85 | 0.72 | 0.42 |
| Hex | 1E | BA | 76 | 54 | 0 | 25 | 1B | 9A | 48 | 2A |
| Octal | 36 | 272 | 166 | 124 | 0 | 45 | 33 | 232 | 110 | 52 |
| Binary | 11110 | 10111010 | 1110110 | 1010100 | 0 | 100101 | 11011 | 10011010 | 1001000 | 101010 |
Color Harmonies of #1EBA76
Complementary color
Monochromatic Colors of #1EBA76
Black with #1EBA76
Text Example
Text Example
White with #1EBA76
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1EBA76; }
p { color: rgb(30,186,118); }
H1.HeaderClassName
{
color: #1EBA76;
}
.AnyTagClassName
{
color: #1EBA76;
}
</style>
background-color css
<style>
a { background-color: #1EBA76; }
a { background-color: rgb(30,186,118); }
div.DivClassName
{
background-color: #1EBA76;
}
.BgClassName
{
background-color: #1EBA76;
}
</style>
border-color css
<style>
span { border-color: #1EBA76; }
span { border-color: rgb(30,186,118); }
td.TdClassName
{
border-color: #1EBA76;
}
.TagClassName
{
border-color: #1EBA76;
}
</style>