Shades of Mountain Meadow #11C092
Tints of Mountain Meadow #11C092
RGB
CMYK
RGB Variations
Color information
#11C092 (or 0x11C092) is known color: Mountain Meadow. HEX triplet: 11, C0 and 92. RGB value is (17,192,146). Sum of RGB (Red+Green+Blue) = 17+192+146=355 (47% of max value = 765). Red value is 17 (7.03% from 255 or 4.79% from 355); Green value is 192 (75.39% from 255 or 54.08% from 355); Blue value is 146 (57.42% from 255 or 41.13% from 355); Max value from RGB is 192 - color contains mainly: green. Hex color #11C092 is not a web safe color. Web safe color analog (approx): #00CC99. Inversed color of #11C092 is #EE3F6D. Grayscale: #868686. Windows color (decimal): -15613806 or 9617425. OLE color: 9617425.
HSL color Cylindrical-coordinate representation of color #11C092: hue angle of 164.23º degrees, saturation: 0.84, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #11C092 is Cyan = 0.91, Magento = 0, Yellow = 0.24 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 17 | 192 | 146 | - |
| CMYK | 0.91 | 0 | 0.24 | 0.25 |
| HSL | 164.23º | 0.84% | 0.41% | - |
| HSV(B) | 164.23º | 0.91% | 0.75% | - |
| XYZ | 24.27 | 39.89 | 33.62 | - |
| YUV | 134.43 | 134.52 | 44.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 17 | 192 | 146 | 0.91 | 0 | 0.24 | 0.25 | 164.23 | 0.84 | 0.41 |
| Hex | 11 | C0 | 92 | 5B | 0 | 18 | 19 | A4 | 54 | 29 |
| Octal | 21 | 300 | 222 | 133 | 0 | 30 | 31 | 244 | 124 | 51 |
| Binary | 10001 | 11000000 | 10010010 | 1011011 | 0 | 11000 | 11001 | 10100100 | 1010100 | 101001 |
Color Harmonies of #11C092
Complementary color
Monochromatic Colors of #11C092
Black with #11C092
Text Example
Text Example
White with #11C092
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #11C092; }
p { color: rgb(17,192,146); }
H1.HeaderClassName
{
color: #11C092;
}
.AnyTagClassName
{
color: #11C092;
}
</style>
background-color css
<style>
a { background-color: #11C092; }
a { background-color: rgb(17,192,146); }
div.DivClassName
{
background-color: #11C092;
}
.BgClassName
{
background-color: #11C092;
}
</style>
border-color css
<style>
span { border-color: #11C092; }
span { border-color: rgb(17,192,146); }
td.TdClassName
{
border-color: #11C092;
}
.TagClassName
{
border-color: #11C092;
}
</style>