Shades of Mountain Meadow #11C28C
Tints of Mountain Meadow #11C28C
RGB
CMYK
RGB Variations
Color information
#11C28C (or 0x11C28C) is known color: Mountain Meadow. HEX triplet: 11, C2 and 8C. RGB value is (17,194,140). Sum of RGB (Red+Green+Blue) = 17+194+140=351 (46% of max value = 765). Red value is 17 (7.03% from 255 or 4.84% from 351); Green value is 194 (76.17% from 255 or 55.27% from 351); Blue value is 140 (55.08% from 255 or 39.89% from 351); Max value from RGB is 194 - color contains mainly: green. Hex color #11C28C is not a web safe color. Web safe color analog (approx): #00CC99. Inversed color of #11C28C is #EE3D73. Grayscale: #868686. Windows color (decimal): -15613300 or 9224721. OLE color: 9224721.
HSL color Cylindrical-coordinate representation of color #11C28C: hue angle of 161.69º degrees, saturation: 0.84, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #11C28C is Cyan = 0.91, Magento = 0, Yellow = 0.28 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 17 | 194 | 140 | - |
| CMYK | 0.91 | 0 | 0.28 | 0.24 |
| HSL | 161.69º | 0.84% | 0.41% | - |
| HSV(B) | 161.69º | 0.91% | 0.76% | - |
| XYZ | 24.26 | 40.6 | 31.37 | - |
| YUV | 134.92 | 130.86 | 43.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 17 | 194 | 140 | 0.91 | 0 | 0.28 | 0.24 | 161.69 | 0.84 | 0.41 |
| Hex | 11 | C2 | 8C | 5B | 0 | 1C | 18 | A2 | 54 | 29 |
| Octal | 21 | 302 | 214 | 133 | 0 | 34 | 30 | 242 | 124 | 51 |
| Binary | 10001 | 11000010 | 10001100 | 1011011 | 0 | 11100 | 11000 | 10100010 | 1010100 | 101001 |
Color Harmonies of #11C28C
Complementary color
Monochromatic Colors of #11C28C
Black with #11C28C
Text Example
Text Example
White with #11C28C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #11C28C; }
p { color: rgb(17,194,140); }
H1.HeaderClassName
{
color: #11C28C;
}
.AnyTagClassName
{
color: #11C28C;
}
</style>
background-color css
<style>
a { background-color: #11C28C; }
a { background-color: rgb(17,194,140); }
div.DivClassName
{
background-color: #11C28C;
}
.BgClassName
{
background-color: #11C28C;
}
</style>
border-color css
<style>
span { border-color: #11C28C; }
span { border-color: rgb(17,194,140); }
td.TdClassName
{
border-color: #11C28C;
}
.TagClassName
{
border-color: #11C28C;
}
</style>