Shades of Mountain Meadow #1ECC76
Tints of Mountain Meadow #1ECC76
RGB
CMYK
RGB Variations
Color information
#1ECC76 (or 0x1ECC76) is known color: Mountain Meadow. HEX triplet: 1E, CC and 76. RGB value is (30,204,118). Sum of RGB (Red+Green+Blue) = 30+204+118=352 (46% of max value = 765). Red value is 30 (12.11% from 255 or 8.52% from 352); Green value is 204 (80.08% from 255 or 57.95% from 352); Blue value is 118 (46.48% from 255 or 33.52% from 352); Max value from RGB is 204 - color contains mainly: green. Hex color #1ECC76 is not a web safe color. Web safe color analog (approx): #33CC66. Inversed color of #1ECC76 is #E13389. Grayscale: #8E8E8E. Windows color (decimal): -14758794 or 7785502. OLE color: 7785502.
HSL color Cylindrical-coordinate representation of color #1ECC76: hue angle of 150.34º 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 #1ECC76 is Cyan = 0.85, Magento = 0, Yellow = 0.42 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 30 | 204 | 118 | - |
| CMYK | 0.85 | 0 | 0.42 | 0.2 |
| HSL | 150.34º | 0.74% | 0.46% | - |
| HSV(B) | 150.34º | 0.85% | 0.8% | - |
| XYZ | 25.4 | 44.77 | 24.44 | - |
| YUV | 142.17 | 114.35 | 47.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 30 | 204 | 118 | 0.85 | 0 | 0.42 | 0.2 | 150.34 | 0.74 | 0.46 |
| Hex | 1E | CC | 76 | 55 | 0 | 2A | 14 | 96 | 4A | 2E |
| Octal | 36 | 314 | 166 | 125 | 0 | 52 | 24 | 226 | 112 | 56 |
| Binary | 11110 | 11001100 | 1110110 | 1010101 | 0 | 101010 | 10100 | 10010110 | 1001010 | 101110 |
Color Harmonies of #1ECC76
Complementary color
Monochromatic Colors of #1ECC76
Black with #1ECC76
Text Example
Text Example
White with #1ECC76
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1ECC76; }
p { color: rgb(30,204,118); }
H1.HeaderClassName
{
color: #1ECC76;
}
.AnyTagClassName
{
color: #1ECC76;
}
</style>
background-color css
<style>
a { background-color: #1ECC76; }
a { background-color: rgb(30,204,118); }
div.DivClassName
{
background-color: #1ECC76;
}
.BgClassName
{
background-color: #1ECC76;
}
</style>
border-color css
<style>
span { border-color: #1ECC76; }
span { border-color: rgb(30,204,118); }
td.TdClassName
{
border-color: #1ECC76;
}
.TagClassName
{
border-color: #1ECC76;
}
</style>