Shades of Mountain Meadow #1ECF7A
Tints of Mountain Meadow #1ECF7A
RGB
CMYK
RGB Variations
Color information
#1ECF7A (or 0x1ECF7A) is known color: Mountain Meadow. HEX triplet: 1E, CF and 7A. RGB value is (30,207,122). Sum of RGB (Red+Green+Blue) = 30+207+122=359 (47% of max value = 765). Red value is 30 (12.11% from 255 or 8.36% from 359); Green value is 207 (81.25% from 255 or 57.66% from 359); Blue value is 122 (48.05% from 255 or 33.98% from 359); Max value from RGB is 207 - color contains mainly: green. Hex color #1ECF7A is not a web safe color. Web safe color analog (approx): #33CC66. Inversed color of #1ECF7A is #E13085. Grayscale: #909090. Windows color (decimal): -14758022 or 8048414. OLE color: 8048414.
HSL color Cylindrical-coordinate representation of color #1ECF7A: hue angle of 151.19º degrees, saturation: 0.75, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #1ECF7A is Cyan = 0.86, Magento = 0, Yellow = 0.41 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 30 | 207 | 122 | - |
| CMYK | 0.86 | 0 | 0.41 | 0.19 |
| HSL | 151.19º | 0.75% | 0.46% | - |
| HSV(B) | 151.19º | 0.86% | 0.81% | - |
| XYZ | 26.36 | 46.31 | 25.96 | - |
| YUV | 144.39 | 115.36 | 46.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 30 | 207 | 122 | 0.86 | 0 | 0.41 | 0.19 | 151.19 | 0.75 | 0.46 |
| Hex | 1E | CF | 7A | 56 | 0 | 29 | 13 | 97 | 4B | 2E |
| Octal | 36 | 317 | 172 | 126 | 0 | 51 | 23 | 227 | 113 | 56 |
| Binary | 11110 | 11001111 | 1111010 | 1010110 | 0 | 101001 | 10011 | 10010111 | 1001011 | 101110 |
Color Harmonies of #1ECF7A
Complementary color
Monochromatic Colors of #1ECF7A
Black with #1ECF7A
Text Example
Text Example
White with #1ECF7A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1ECF7A; }
p { color: rgb(30,207,122); }
H1.HeaderClassName
{
color: #1ECF7A;
}
.AnyTagClassName
{
color: #1ECF7A;
}
</style>
background-color css
<style>
a { background-color: #1ECF7A; }
a { background-color: rgb(30,207,122); }
div.DivClassName
{
background-color: #1ECF7A;
}
.BgClassName
{
background-color: #1ECF7A;
}
</style>
border-color css
<style>
span { border-color: #1ECF7A; }
span { border-color: rgb(30,207,122); }
td.TdClassName
{
border-color: #1ECF7A;
}
.TagClassName
{
border-color: #1ECF7A;
}
</style>