Shades of Mountain Meadow #1CC286
Tints of Mountain Meadow #1CC286
RGB
CMYK
RGB Variations
Color information
#1CC286 (or 0x1CC286) is known color: Mountain Meadow. HEX triplet: 1C, C2 and 86. RGB value is (28,194,134). Sum of RGB (Red+Green+Blue) = 28+194+134=356 (47% of max value = 765). Red value is 28 (11.33% from 255 or 7.87% from 356); Green value is 194 (76.17% from 255 or 54.49% from 356); Blue value is 134 (52.73% from 255 or 37.64% from 356); Max value from RGB is 194 - color contains mainly: green. Hex color #1CC286 is not a web safe color. Web safe color analog (approx): #33CC99. Inversed color of #1CC286 is #E33D79. Grayscale: #898989. Windows color (decimal): -14892410 or 8831516. OLE color: 8831516.
HSL color Cylindrical-coordinate representation of color #1CC286: hue angle of 158.31º 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 #1CC286 is Cyan = 0.86, Magento = 0, Yellow = 0.31 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 28 | 194 | 134 | - |
| CMYK | 0.86 | 0 | 0.31 | 0.24 |
| HSL | 158.31º | 0.75% | 0.44% | - |
| HSV(B) | 158.31º | 0.86% | 0.76% | - |
| XYZ | 24.07 | 40.55 | 29.11 | - |
| YUV | 137.53 | 126 | 49.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 28 | 194 | 134 | 0.86 | 0 | 0.31 | 0.24 | 158.31 | 0.75 | 0.44 |
| Hex | 1C | C2 | 86 | 56 | 0 | 1F | 18 | 9E | 4B | 2C |
| Octal | 34 | 302 | 206 | 126 | 0 | 37 | 30 | 236 | 113 | 54 |
| Binary | 11100 | 11000010 | 10000110 | 1010110 | 0 | 11111 | 11000 | 10011110 | 1001011 | 101100 |
Color Harmonies of #1CC286
Complementary color
Monochromatic Colors of #1CC286
Black with #1CC286
Text Example
Text Example
White with #1CC286
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1CC286; }
p { color: rgb(28,194,134); }
H1.HeaderClassName
{
color: #1CC286;
}
.AnyTagClassName
{
color: #1CC286;
}
</style>
background-color css
<style>
a { background-color: #1CC286; }
a { background-color: rgb(28,194,134); }
div.DivClassName
{
background-color: #1CC286;
}
.BgClassName
{
background-color: #1CC286;
}
</style>
border-color css
<style>
span { border-color: #1CC286; }
span { border-color: rgb(28,194,134); }
td.TdClassName
{
border-color: #1CC286;
}
.TagClassName
{
border-color: #1CC286;
}
</style>