Shades of Mountain Meadow #1EBE8C
Tints of Mountain Meadow #1EBE8C
RGB
CMYK
RGB Variations
Color information
#1EBE8C (or 0x1EBE8C) is known color: Mountain Meadow. HEX triplet: 1E, BE and 8C. RGB value is (30,190,140). Sum of RGB (Red+Green+Blue) = 30+190+140=360 (47% of max value = 765). Red value is 30 (12.11% from 255 or 8.33% from 360); Green value is 190 (74.61% from 255 or 52.78% from 360); Blue value is 140 (55.08% from 255 or 38.89% from 360); Max value from RGB is 190 - color contains mainly: green. Hex color #1EBE8C is not a web safe color. Web safe color analog (approx): #33CC99. Inversed color of #1EBE8C is #E14173. Grayscale: #888888. Windows color (decimal): -14762356 or 9223710. OLE color: 9223710.
HSL color Cylindrical-coordinate representation of color #1EBE8C: hue angle of 161.25º 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 #1EBE8C is Cyan = 0.84, Magento = 0, Yellow = 0.26 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 30 | 190 | 140 | - |
| CMYK | 0.84 | 0 | 0.26 | 0.25 |
| HSL | 161.25º | 0.73% | 0.43% | - |
| HSV(B) | 161.25º | 0.84% | 0.75% | - |
| XYZ | 23.68 | 39 | 31.09 | - |
| YUV | 136.46 | 129.99 | 52.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 30 | 190 | 140 | 0.84 | 0 | 0.26 | 0.25 | 161.25 | 0.73 | 0.43 |
| Hex | 1E | BE | 8C | 54 | 0 | 1A | 19 | A1 | 49 | 2B |
| Octal | 36 | 276 | 214 | 124 | 0 | 32 | 31 | 241 | 111 | 53 |
| Binary | 11110 | 10111110 | 10001100 | 1010100 | 0 | 11010 | 11001 | 10100001 | 1001001 | 101011 |
Color Harmonies of #1EBE8C
Complementary color
Monochromatic Colors of #1EBE8C
Black with #1EBE8C
Text Example
Text Example
White with #1EBE8C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1EBE8C; }
p { color: rgb(30,190,140); }
H1.HeaderClassName
{
color: #1EBE8C;
}
.AnyTagClassName
{
color: #1EBE8C;
}
</style>
background-color css
<style>
a { background-color: #1EBE8C; }
a { background-color: rgb(30,190,140); }
div.DivClassName
{
background-color: #1EBE8C;
}
.BgClassName
{
background-color: #1EBE8C;
}
</style>
border-color css
<style>
span { border-color: #1EBE8C; }
span { border-color: rgb(30,190,140); }
td.TdClassName
{
border-color: #1EBE8C;
}
.TagClassName
{
border-color: #1EBE8C;
}
</style>