Shades of Mountain Meadow #1CC47F
Tints of Mountain Meadow #1CC47F
RGB
CMYK
RGB Variations
Color information
#1CC47F (or 0x1CC47F) is known color: Mountain Meadow. HEX triplet: 1C, C4 and 7F. RGB value is (28,196,127). Sum of RGB (Red+Green+Blue) = 28+196+127=351 (46% of max value = 765). Red value is 28 (11.33% from 255 or 7.98% from 351); Green value is 196 (76.95% from 255 or 55.84% from 351); Blue value is 127 (50% from 255 or 36.18% from 351); Max value from RGB is 196 - color contains mainly: green. Hex color #1CC47F is not a web safe color. Web safe color analog (approx): #33CC66. Inversed color of #1CC47F is #E33B80. Grayscale: #8A8A8A. Windows color (decimal): -14891905 or 8373276. OLE color: 8373276.
HSL color Cylindrical-coordinate representation of color #1CC47F: hue angle of 155.36º 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 #1CC47F is Cyan = 0.86, Magento = 0, Yellow = 0.35 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 28 | 196 | 127 | - |
| CMYK | 0.86 | 0 | 0.35 | 0.23 |
| HSL | 155.36º | 0.75% | 0.44% | - |
| HSV(B) | 155.36º | 0.86% | 0.77% | - |
| XYZ | 24.05 | 41.26 | 26.77 | - |
| YUV | 137.9 | 121.84 | 49.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 28 | 196 | 127 | 0.86 | 0 | 0.35 | 0.23 | 155.36 | 0.75 | 0.44 |
| Hex | 1C | C4 | 7F | 56 | 0 | 23 | 17 | 9B | 4B | 2C |
| Octal | 34 | 304 | 177 | 126 | 0 | 43 | 27 | 233 | 113 | 54 |
| Binary | 11100 | 11000100 | 1111111 | 1010110 | 0 | 100011 | 10111 | 10011011 | 1001011 | 101100 |
Color Harmonies of #1CC47F
Complementary color
Monochromatic Colors of #1CC47F
Black with #1CC47F
Text Example
Text Example
White with #1CC47F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1CC47F; }
p { color: rgb(28,196,127); }
H1.HeaderClassName
{
color: #1CC47F;
}
.AnyTagClassName
{
color: #1CC47F;
}
</style>
background-color css
<style>
a { background-color: #1CC47F; }
a { background-color: rgb(28,196,127); }
div.DivClassName
{
background-color: #1CC47F;
}
.BgClassName
{
background-color: #1CC47F;
}
</style>
border-color css
<style>
span { border-color: #1CC47F; }
span { border-color: rgb(28,196,127); }
td.TdClassName
{
border-color: #1CC47F;
}
.TagClassName
{
border-color: #1CC47F;
}
</style>