Shades of Mountain Meadow #1CC376
Tints of Mountain Meadow #1CC376
RGB
CMYK
RGB Variations
Color information
#1CC376 (or 0x1CC376) is known color: Mountain Meadow. HEX triplet: 1C, C3 and 76. RGB value is (28,195,118). Sum of RGB (Red+Green+Blue) = 28+195+118=341 (45% of max value = 765). Red value is 28 (11.33% from 255 or 8.21% from 341); Green value is 195 (76.56% from 255 or 57.18% from 341); Blue value is 118 (46.48% from 255 or 34.60% from 341); Max value from RGB is 195 - color contains mainly: green. Hex color #1CC376 is not a web safe color. Web safe color analog (approx): #33CC66. Inversed color of #1CC376 is #E33C89. Grayscale: #888888. Windows color (decimal): -14892170 or 7783196. OLE color: 7783196.
HSL color Cylindrical-coordinate representation of color #1CC376: hue angle of 152.34º degrees, saturation: 0.75, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #1CC376 is Cyan = 0.86, Magento = 0, Yellow = 0.39 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 28 | 195 | 118 | - |
| CMYK | 0.86 | 0 | 0.39 | 0.24 |
| HSL | 152.34º | 0.75% | 0.44% | - |
| HSV(B) | 152.34º | 0.86% | 0.76% | - |
| XYZ | 23.26 | 40.59 | 23.75 | - |
| YUV | 136.29 | 117.67 | 50.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 28 | 195 | 118 | 0.86 | 0 | 0.39 | 0.24 | 152.34 | 0.75 | 0.44 |
| Hex | 1C | C3 | 76 | 56 | 0 | 27 | 18 | 98 | 4B | 2C |
| Octal | 34 | 303 | 166 | 126 | 0 | 47 | 30 | 230 | 113 | 54 |
| Binary | 11100 | 11000011 | 1110110 | 1010110 | 0 | 100111 | 11000 | 10011000 | 1001011 | 101100 |
Color Harmonies of #1CC376
Complementary color
Monochromatic Colors of #1CC376
Black with #1CC376
Text Example
Text Example
White with #1CC376
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1CC376; }
p { color: rgb(28,195,118); }
H1.HeaderClassName
{
color: #1CC376;
}
.AnyTagClassName
{
color: #1CC376;
}
</style>
background-color css
<style>
a { background-color: #1CC376; }
a { background-color: rgb(28,195,118); }
div.DivClassName
{
background-color: #1CC376;
}
.BgClassName
{
background-color: #1CC376;
}
</style>
border-color css
<style>
span { border-color: #1CC376; }
span { border-color: rgb(28,195,118); }
td.TdClassName
{
border-color: #1CC376;
}
.TagClassName
{
border-color: #1CC376;
}
</style>