Shades of Mountain Meadow #1CC285
Tints of Mountain Meadow #1CC285
RGB
CMYK
RGB Variations
Color information
#1CC285 (or 0x1CC285) is known color: Mountain Meadow. HEX triplet: 1C, C2 and 85. RGB value is (28,194,133). Sum of RGB (Red+Green+Blue) = 28+194+133=355 (47% of max value = 765). Red value is 28 (11.33% from 255 or 7.89% from 355); Green value is 194 (76.17% from 255 or 54.65% from 355); Blue value is 133 (52.34% from 255 or 37.46% from 355); Max value from RGB is 194 - color contains mainly: green. Hex color #1CC285 is not a web safe color. Web safe color analog (approx): #33CC99. Inversed color of #1CC285 is #E33D7A. Grayscale: #898989. Windows color (decimal): -14892411 or 8765980. OLE color: 8765980.
HSL color Cylindrical-coordinate representation of color #1CC285: hue angle of 157.95º 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 #1CC285 is Cyan = 0.86, Magento = 0, Yellow = 0.31 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 28 | 194 | 133 | - |
| CMYK | 0.86 | 0 | 0.31 | 0.24 |
| HSL | 157.95º | 0.75% | 0.44% | - |
| HSV(B) | 157.95º | 0.86% | 0.76% | - |
| XYZ | 24 | 40.52 | 28.75 | - |
| YUV | 137.41 | 125.5 | 49.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 28 | 194 | 133 | 0.86 | 0 | 0.31 | 0.24 | 157.95 | 0.75 | 0.44 |
| Hex | 1C | C2 | 85 | 56 | 0 | 1F | 18 | 9E | 4B | 2C |
| Octal | 34 | 302 | 205 | 126 | 0 | 37 | 30 | 236 | 113 | 54 |
| Binary | 11100 | 11000010 | 10000101 | 1010110 | 0 | 11111 | 11000 | 10011110 | 1001011 | 101100 |
Color Harmonies of #1CC285
Complementary color
Monochromatic Colors of #1CC285
Black with #1CC285
Text Example
Text Example
White with #1CC285
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1CC285; }
p { color: rgb(28,194,133); }
H1.HeaderClassName
{
color: #1CC285;
}
.AnyTagClassName
{
color: #1CC285;
}
</style>
background-color css
<style>
a { background-color: #1CC285; }
a { background-color: rgb(28,194,133); }
div.DivClassName
{
background-color: #1CC285;
}
.BgClassName
{
background-color: #1CC285;
}
</style>
border-color css
<style>
span { border-color: #1CC285; }
span { border-color: rgb(28,194,133); }
td.TdClassName
{
border-color: #1CC285;
}
.TagClassName
{
border-color: #1CC285;
}
</style>