Shades of Mountain Meadow #1CC470
Tints of Mountain Meadow #1CC470
RGB
CMYK
RGB Variations
Color information
#1CC470 (or 0x1CC470) is known color: Mountain Meadow. HEX triplet: 1C, C4 and 70. RGB value is (28,196,112). Sum of RGB (Red+Green+Blue) = 28+196+112=336 (44% of max value = 765). Red value is 28 (11.33% from 255 or 8.33% from 336); Green value is 196 (76.95% from 255 or 58.33% from 336); Blue value is 112 (44.14% from 255 or 33.33% from 336); Max value from RGB is 196 - color contains mainly: green. Hex color #1CC470 is not a web safe color. Web safe color analog (approx): #33CC66. Inversed color of #1CC470 is #E33B8F. Grayscale: #888888. Windows color (decimal): -14891920 or 7390236. OLE color: 7390236.
HSL color Cylindrical-coordinate representation of color #1CC470: hue angle of 150º 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 #1CC470 is Cyan = 0.86, Magento = 0, Yellow = 0.43 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 28 | 196 | 112 | - |
| CMYK | 0.86 | 0 | 0.43 | 0.23 |
| HSL | 150º | 0.75% | 0.44% | - |
| HSV(B) | 150º | 0.86% | 0.77% | - |
| XYZ | 23.14 | 40.9 | 22 | - |
| YUV | 136.19 | 114.34 | 50.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 28 | 196 | 112 | 0.86 | 0 | 0.43 | 0.23 | 150 | 0.75 | 0.44 |
| Hex | 1C | C4 | 70 | 56 | 0 | 2B | 17 | 96 | 4B | 2C |
| Octal | 34 | 304 | 160 | 126 | 0 | 53 | 27 | 226 | 113 | 54 |
| Binary | 11100 | 11000100 | 1110000 | 1010110 | 0 | 101011 | 10111 | 10010110 | 1001011 | 101100 |
Color Harmonies of #1CC470
Complementary color
Monochromatic Colors of #1CC470
Black with #1CC470
Text Example
Text Example
White with #1CC470
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1CC470; }
p { color: rgb(28,196,112); }
H1.HeaderClassName
{
color: #1CC470;
}
.AnyTagClassName
{
color: #1CC470;
}
</style>
background-color css
<style>
a { background-color: #1CC470; }
a { background-color: rgb(28,196,112); }
div.DivClassName
{
background-color: #1CC470;
}
.BgClassName
{
background-color: #1CC470;
}
</style>
border-color css
<style>
span { border-color: #1CC470; }
span { border-color: rgb(28,196,112); }
td.TdClassName
{
border-color: #1CC470;
}
.TagClassName
{
border-color: #1CC470;
}
</style>