Shades of Mountain Meadow #1CC474
Tints of Mountain Meadow #1CC474
RGB
CMYK
RGB Variations
Color information
#1CC474 (or 0x1CC474) is known color: Mountain Meadow. HEX triplet: 1C, C4 and 74. RGB value is (28,196,116). Sum of RGB (Red+Green+Blue) = 28+196+116=340 (45% of max value = 765). Red value is 28 (11.33% from 255 or 8.24% from 340); Green value is 196 (76.95% from 255 or 57.65% from 340); Blue value is 116 (45.70% from 255 or 34.12% from 340); Max value from RGB is 196 - color contains mainly: green. Hex color #1CC474 is not a web safe color. Web safe color analog (approx): #33CC66. Inversed color of #1CC474 is #E33B8B. Grayscale: #888888. Windows color (decimal): -14891916 or 7652380. OLE color: 7652380.
HSL color Cylindrical-coordinate representation of color #1CC474: hue angle of 151.43º 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 #1CC474 is Cyan = 0.86, Magento = 0, Yellow = 0.41 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 28 | 196 | 116 | - |
| CMYK | 0.86 | 0 | 0.41 | 0.23 |
| HSL | 151.43º | 0.75% | 0.44% | - |
| HSV(B) | 151.43º | 0.86% | 0.77% | - |
| XYZ | 23.37 | 40.99 | 23.2 | - |
| YUV | 136.65 | 116.34 | 50.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 28 | 196 | 116 | 0.86 | 0 | 0.41 | 0.23 | 151.43 | 0.75 | 0.44 |
| Hex | 1C | C4 | 74 | 56 | 0 | 29 | 17 | 97 | 4B | 2C |
| Octal | 34 | 304 | 164 | 126 | 0 | 51 | 27 | 227 | 113 | 54 |
| Binary | 11100 | 11000100 | 1110100 | 1010110 | 0 | 101001 | 10111 | 10010111 | 1001011 | 101100 |
Color Harmonies of #1CC474
Complementary color
Monochromatic Colors of #1CC474
Black with #1CC474
Text Example
Text Example
White with #1CC474
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1CC474; }
p { color: rgb(28,196,116); }
H1.HeaderClassName
{
color: #1CC474;
}
.AnyTagClassName
{
color: #1CC474;
}
</style>
background-color css
<style>
a { background-color: #1CC474; }
a { background-color: rgb(28,196,116); }
div.DivClassName
{
background-color: #1CC474;
}
.BgClassName
{
background-color: #1CC474;
}
</style>
border-color css
<style>
span { border-color: #1CC474; }
span { border-color: rgb(28,196,116); }
td.TdClassName
{
border-color: #1CC474;
}
.TagClassName
{
border-color: #1CC474;
}
</style>