Shades of Mountain Meadow #1EC273
Tints of Mountain Meadow #1EC273
RGB
CMYK
RGB Variations
Color information
#1EC273 (or 0x1EC273) is known color: Mountain Meadow. HEX triplet: 1E, C2 and 73. RGB value is (30,194,115). Sum of RGB (Red+Green+Blue) = 30+194+115=339 (44% of max value = 765). Red value is 30 (12.11% from 255 or 8.85% from 339); Green value is 194 (76.17% from 255 or 57.23% from 339); Blue value is 115 (45.31% from 255 or 33.92% from 339); Max value from RGB is 194 - color contains mainly: green. Hex color #1EC273 is not a web safe color. Web safe color analog (approx): #33CC66. Inversed color of #1EC273 is #E13D8C. Grayscale: #888888. Windows color (decimal): -14761357 or 7586334. OLE color: 7586334.
HSL color Cylindrical-coordinate representation of color #1EC273: hue angle of 151.1º degrees, saturation: 0.73, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #1EC273 is Cyan = 0.85, Magento = 0, Yellow = 0.41 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 30 | 194 | 115 | - |
| CMYK | 0.85 | 0 | 0.41 | 0.24 |
| HSL | 151.1º | 0.73% | 0.44% | - |
| HSV(B) | 151.1º | 0.85% | 0.76% | - |
| XYZ | 22.92 | 40.1 | 22.75 | - |
| YUV | 135.96 | 116.17 | 52.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 30 | 194 | 115 | 0.85 | 0 | 0.41 | 0.24 | 151.1 | 0.73 | 0.44 |
| Hex | 1E | C2 | 73 | 55 | 0 | 29 | 18 | 97 | 49 | 2C |
| Octal | 36 | 302 | 163 | 125 | 0 | 51 | 30 | 227 | 111 | 54 |
| Binary | 11110 | 11000010 | 1110011 | 1010101 | 0 | 101001 | 11000 | 10010111 | 1001001 | 101100 |
Color Harmonies of #1EC273
Complementary color
Monochromatic Colors of #1EC273
Black with #1EC273
Text Example
Text Example
White with #1EC273
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1EC273; }
p { color: rgb(30,194,115); }
H1.HeaderClassName
{
color: #1EC273;
}
.AnyTagClassName
{
color: #1EC273;
}
</style>
background-color css
<style>
a { background-color: #1EC273; }
a { background-color: rgb(30,194,115); }
div.DivClassName
{
background-color: #1EC273;
}
.BgClassName
{
background-color: #1EC273;
}
</style>
border-color css
<style>
span { border-color: #1EC273; }
span { border-color: rgb(30,194,115); }
td.TdClassName
{
border-color: #1EC273;
}
.TagClassName
{
border-color: #1EC273;
}
</style>