Shades of Mountain Meadow #1CC47E
Tints of Mountain Meadow #1CC47E
RGB
CMYK
RGB Variations
Color information
#1CC47E (or 0x1CC47E) is known color: Mountain Meadow. HEX triplet: 1C, C4 and 7E. RGB value is (28,196,126). Sum of RGB (Red+Green+Blue) = 28+196+126=350 (46% of max value = 765). Red value is 28 (11.33% from 255 or 8% from 350); Green value is 196 (76.95% from 255 or 56% from 350); Blue value is 126 (49.61% from 255 or 36% from 350); Max value from RGB is 196 - color contains mainly: green. Hex color #1CC47E is not a web safe color. Web safe color analog (approx): #33CC66. Inversed color of #1CC47E is #E33B81. Grayscale: #898989. Windows color (decimal): -14891906 or 8307740. OLE color: 8307740.
HSL color Cylindrical-coordinate representation of color #1CC47E: hue angle of 155º degrees, saturation: 0.75, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #1CC47E is Cyan = 0.86, Magento = 0, Yellow = 0.36 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 28 | 196 | 126 | - |
| CMYK | 0.86 | 0 | 0.36 | 0.23 |
| HSL | 155º | 0.75% | 0.44% | - |
| HSV(B) | 155º | 0.86% | 0.77% | - |
| XYZ | 23.98 | 41.23 | 26.43 | - |
| YUV | 137.79 | 121.34 | 49.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 28 | 196 | 126 | 0.86 | 0 | 0.36 | 0.23 | 155 | 0.75 | 0.44 |
| Hex | 1C | C4 | 7E | 56 | 0 | 24 | 17 | 9B | 4B | 2C |
| Octal | 34 | 304 | 176 | 126 | 0 | 44 | 27 | 233 | 113 | 54 |
| Binary | 11100 | 11000100 | 1111110 | 1010110 | 0 | 100100 | 10111 | 10011011 | 1001011 | 101100 |
Color Harmonies of #1CC47E
Complementary color
Monochromatic Colors of #1CC47E
Black with #1CC47E
Text Example
Text Example
White with #1CC47E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1CC47E; }
p { color: rgb(28,196,126); }
H1.HeaderClassName
{
color: #1CC47E;
}
.AnyTagClassName
{
color: #1CC47E;
}
</style>
background-color css
<style>
a { background-color: #1CC47E; }
a { background-color: rgb(28,196,126); }
div.DivClassName
{
background-color: #1CC47E;
}
.BgClassName
{
background-color: #1CC47E;
}
</style>
border-color css
<style>
span { border-color: #1CC47E; }
span { border-color: rgb(28,196,126); }
td.TdClassName
{
border-color: #1CC47E;
}
.TagClassName
{
border-color: #1CC47E;
}
</style>