Shades of Mountain Meadow #1CC28D
Tints of Mountain Meadow #1CC28D
RGB
CMYK
RGB Variations
Color information
#1CC28D (or 0x1CC28D) is known color: Mountain Meadow. HEX triplet: 1C, C2 and 8D. RGB value is (28,194,141). Sum of RGB (Red+Green+Blue) = 28+194+141=363 (48% of max value = 765). Red value is 28 (11.33% from 255 or 7.71% from 363); Green value is 194 (76.17% from 255 or 53.44% from 363); Blue value is 141 (55.47% from 255 or 38.84% from 363); Max value from RGB is 194 - color contains mainly: green. Hex color #1CC28D is not a web safe color. Web safe color analog (approx): #33CC99. Inversed color of #1CC28D is #E33D72. Grayscale: #8A8A8A. Windows color (decimal): -14892403 or 9290268. OLE color: 9290268.
HSL color Cylindrical-coordinate representation of color #1CC28D: hue angle of 160.84º 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 #1CC28D is Cyan = 0.86, Magento = 0, Yellow = 0.27 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 28 | 194 | 141 | - |
| CMYK | 0.86 | 0 | 0.27 | 0.24 |
| HSL | 160.84º | 0.75% | 0.44% | - |
| HSV(B) | 160.84º | 0.86% | 0.76% | - |
| XYZ | 24.58 | 40.75 | 31.77 | - |
| YUV | 138.32 | 129.5 | 49.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 28 | 194 | 141 | 0.86 | 0 | 0.27 | 0.24 | 160.84 | 0.75 | 0.44 |
| Hex | 1C | C2 | 8D | 56 | 0 | 1B | 18 | A1 | 4B | 2C |
| Octal | 34 | 302 | 215 | 126 | 0 | 33 | 30 | 241 | 113 | 54 |
| Binary | 11100 | 11000010 | 10001101 | 1010110 | 0 | 11011 | 11000 | 10100001 | 1001011 | 101100 |
Color Harmonies of #1CC28D
Complementary color
Monochromatic Colors of #1CC28D
Black with #1CC28D
Text Example
Text Example
White with #1CC28D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1CC28D; }
p { color: rgb(28,194,141); }
H1.HeaderClassName
{
color: #1CC28D;
}
.AnyTagClassName
{
color: #1CC28D;
}
</style>
background-color css
<style>
a { background-color: #1CC28D; }
a { background-color: rgb(28,194,141); }
div.DivClassName
{
background-color: #1CC28D;
}
.BgClassName
{
background-color: #1CC28D;
}
</style>
border-color css
<style>
span { border-color: #1CC28D; }
span { border-color: rgb(28,194,141); }
td.TdClassName
{
border-color: #1CC28D;
}
.TagClassName
{
border-color: #1CC28D;
}
</style>