Shades of Mountain Meadow #1ECC7C
Tints of Mountain Meadow #1ECC7C
RGB
CMYK
RGB Variations
Color information
#1ECC7C (or 0x1ECC7C) is known color: Mountain Meadow. HEX triplet: 1E, CC and 7C. RGB value is (30,204,124). Sum of RGB (Red+Green+Blue) = 30+204+124=358 (47% of max value = 765). Red value is 30 (12.11% from 255 or 8.38% from 358); Green value is 204 (80.08% from 255 or 56.98% from 358); Blue value is 124 (48.83% from 255 or 34.64% from 358); Max value from RGB is 204 - color contains mainly: green. Hex color #1ECC7C is not a web safe color. Web safe color analog (approx): #33CC66. Inversed color of #1ECC7C is #E13383. Grayscale: #8F8F8F. Windows color (decimal): -14758788 or 8178718. OLE color: 8178718.
HSL color Cylindrical-coordinate representation of color #1ECC7C: hue angle of 152.41º degrees, saturation: 0.74, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #1ECC7C is Cyan = 0.85, Magento = 0, Yellow = 0.39 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 30 | 204 | 124 | - |
| CMYK | 0.85 | 0 | 0.39 | 0.2 |
| HSL | 152.41º | 0.74% | 0.46% | - |
| HSV(B) | 152.41º | 0.85% | 0.8% | - |
| XYZ | 25.77 | 44.92 | 26.38 | - |
| YUV | 142.85 | 117.35 | 47.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 30 | 204 | 124 | 0.85 | 0 | 0.39 | 0.2 | 152.41 | 0.74 | 0.46 |
| Hex | 1E | CC | 7C | 55 | 0 | 27 | 14 | 98 | 4A | 2E |
| Octal | 36 | 314 | 174 | 125 | 0 | 47 | 24 | 230 | 112 | 56 |
| Binary | 11110 | 11001100 | 1111100 | 1010101 | 0 | 100111 | 10100 | 10011000 | 1001010 | 101110 |
Color Harmonies of #1ECC7C
Complementary color
Monochromatic Colors of #1ECC7C
Black with #1ECC7C
Text Example
Text Example
White with #1ECC7C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1ECC7C; }
p { color: rgb(30,204,124); }
H1.HeaderClassName
{
color: #1ECC7C;
}
.AnyTagClassName
{
color: #1ECC7C;
}
</style>
background-color css
<style>
a { background-color: #1ECC7C; }
a { background-color: rgb(30,204,124); }
div.DivClassName
{
background-color: #1ECC7C;
}
.BgClassName
{
background-color: #1ECC7C;
}
</style>
border-color css
<style>
span { border-color: #1ECC7C; }
span { border-color: rgb(30,204,124); }
td.TdClassName
{
border-color: #1ECC7C;
}
.TagClassName
{
border-color: #1ECC7C;
}
</style>