Shades of Mountain Meadow #11C28E
Tints of Mountain Meadow #11C28E
RGB
CMYK
RGB Variations
Color information
#11C28E (or 0x11C28E) is known color: Mountain Meadow. HEX triplet: 11, C2 and 8E. RGB value is (17,194,142). Sum of RGB (Red+Green+Blue) = 17+194+142=353 (46% of max value = 765). Red value is 17 (7.03% from 255 or 4.82% from 353); Green value is 194 (76.17% from 255 or 54.96% from 353); Blue value is 142 (55.86% from 255 or 40.23% from 353); Max value from RGB is 194 - color contains mainly: green. Hex color #11C28E is not a web safe color. Web safe color analog (approx): #00CC99. Inversed color of #11C28E is #EE3D71. Grayscale: #878787. Windows color (decimal): -15613298 or 9355793. OLE color: 9355793.
HSL color Cylindrical-coordinate representation of color #11C28E: hue angle of 162.37º 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 #11C28E is Cyan = 0.91, Magento = 0, Yellow = 0.27 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 17 | 194 | 142 | - |
| CMYK | 0.91 | 0 | 0.27 | 0.24 |
| HSL | 162.37º | 0.84% | 0.41% | - |
| HSV(B) | 162.37º | 0.91% | 0.76% | - |
| XYZ | 24.41 | 40.66 | 32.15 | - |
| YUV | 135.15 | 131.86 | 43.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 17 | 194 | 142 | 0.91 | 0 | 0.27 | 0.24 | 162.37 | 0.84 | 0.41 |
| Hex | 11 | C2 | 8E | 5B | 0 | 1B | 18 | A2 | 54 | 29 |
| Octal | 21 | 302 | 216 | 133 | 0 | 33 | 30 | 242 | 124 | 51 |
| Binary | 10001 | 11000010 | 10001110 | 1011011 | 0 | 11011 | 11000 | 10100010 | 1010100 | 101001 |
Color Harmonies of #11C28E
Complementary color
Monochromatic Colors of #11C28E
Black with #11C28E
Text Example
Text Example
White with #11C28E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #11C28E; }
p { color: rgb(17,194,142); }
H1.HeaderClassName
{
color: #11C28E;
}
.AnyTagClassName
{
color: #11C28E;
}
</style>
background-color css
<style>
a { background-color: #11C28E; }
a { background-color: rgb(17,194,142); }
div.DivClassName
{
background-color: #11C28E;
}
.BgClassName
{
background-color: #11C28E;
}
</style>
border-color css
<style>
span { border-color: #11C28E; }
span { border-color: rgb(17,194,142); }
td.TdClassName
{
border-color: #11C28E;
}
.TagClassName
{
border-color: #11C28E;
}
</style>