Shades of Mountain Meadow #11C18E
Tints of Mountain Meadow #11C18E
RGB
CMYK
RGB Variations
Color information
#11C18E (or 0x11C18E) is known color: Mountain Meadow. HEX triplet: 11, C1 and 8E. RGB value is (17,193,142). Sum of RGB (Red+Green+Blue) = 17+193+142=352 (46% of max value = 765). Red value is 17 (7.03% from 255 or 4.83% from 352); Green value is 193 (75.78% from 255 or 54.83% from 352); Blue value is 142 (55.86% from 255 or 40.34% from 352); Max value from RGB is 193 - color contains mainly: green. Hex color #11C18E is not a web safe color. Web safe color analog (approx): #00CC99. Inversed color of #11C18E is #EE3E71. Grayscale: #868686. Windows color (decimal): -15613554 or 9355537. OLE color: 9355537.
HSL color Cylindrical-coordinate representation of color #11C18E: hue angle of 162.61º 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 #11C18E is Cyan = 0.91, Magento = 0, Yellow = 0.26 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 17 | 193 | 142 | - |
| CMYK | 0.91 | 0 | 0.26 | 0.24 |
| HSL | 162.61º | 0.84% | 0.41% | - |
| HSV(B) | 162.61º | 0.91% | 0.76% | - |
| XYZ | 24.18 | 40.21 | 32.08 | - |
| YUV | 134.56 | 132.19 | 44.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 17 | 193 | 142 | 0.91 | 0 | 0.26 | 0.24 | 162.61 | 0.84 | 0.41 |
| Hex | 11 | C1 | 8E | 5B | 0 | 1A | 18 | A3 | 54 | 29 |
| Octal | 21 | 301 | 216 | 133 | 0 | 32 | 30 | 243 | 124 | 51 |
| Binary | 10001 | 11000001 | 10001110 | 1011011 | 0 | 11010 | 11000 | 10100011 | 1010100 | 101001 |
Color Harmonies of #11C18E
Complementary color
Monochromatic Colors of #11C18E
Black with #11C18E
Text Example
Text Example
White with #11C18E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #11C18E; }
p { color: rgb(17,193,142); }
H1.HeaderClassName
{
color: #11C18E;
}
.AnyTagClassName
{
color: #11C18E;
}
</style>
background-color css
<style>
a { background-color: #11C18E; }
a { background-color: rgb(17,193,142); }
div.DivClassName
{
background-color: #11C18E;
}
.BgClassName
{
background-color: #11C18E;
}
</style>
border-color css
<style>
span { border-color: #11C18E; }
span { border-color: rgb(17,193,142); }
td.TdClassName
{
border-color: #11C18E;
}
.TagClassName
{
border-color: #11C18E;
}
</style>