Shades of Mountain Meadow #11C090
Tints of Mountain Meadow #11C090
RGB
CMYK
RGB Variations
Color information
#11C090 (or 0x11C090) is known color: Mountain Meadow. HEX triplet: 11, C0 and 90. RGB value is (17,192,144). Sum of RGB (Red+Green+Blue) = 17+192+144=353 (46% of max value = 765). Red value is 17 (7.03% from 255 or 4.82% from 353); Green value is 192 (75.39% from 255 or 54.39% from 353); Blue value is 144 (56.64% from 255 or 40.79% from 353); Max value from RGB is 192 - color contains mainly: green. Hex color #11C090 is not a web safe color. Web safe color analog (approx): #00CC99. Inversed color of #11C090 is #EE3F6F. Grayscale: #868686. Windows color (decimal): -15613808 or 9486353. OLE color: 9486353.
HSL color Cylindrical-coordinate representation of color #11C090: hue angle of 163.54º 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 #11C090 is Cyan = 0.91, Magento = 0, Yellow = 0.25 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 17 | 192 | 144 | - |
| CMYK | 0.91 | 0 | 0.25 | 0.25 |
| HSL | 163.54º | 0.84% | 0.41% | - |
| HSV(B) | 163.54º | 0.91% | 0.75% | - |
| XYZ | 24.11 | 39.83 | 32.8 | - |
| YUV | 134.2 | 133.52 | 44.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 17 | 192 | 144 | 0.91 | 0 | 0.25 | 0.25 | 163.54 | 0.84 | 0.41 |
| Hex | 11 | C0 | 90 | 5B | 0 | 19 | 19 | A4 | 54 | 29 |
| Octal | 21 | 300 | 220 | 133 | 0 | 31 | 31 | 244 | 124 | 51 |
| Binary | 10001 | 11000000 | 10010000 | 1011011 | 0 | 11001 | 11001 | 10100100 | 1010100 | 101001 |
Color Harmonies of #11C090
Complementary color
Monochromatic Colors of #11C090
Black with #11C090
Text Example
Text Example
White with #11C090
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #11C090; }
p { color: rgb(17,192,144); }
H1.HeaderClassName
{
color: #11C090;
}
.AnyTagClassName
{
color: #11C090;
}
</style>
background-color css
<style>
a { background-color: #11C090; }
a { background-color: rgb(17,192,144); }
div.DivClassName
{
background-color: #11C090;
}
.BgClassName
{
background-color: #11C090;
}
</style>
border-color css
<style>
span { border-color: #11C090; }
span { border-color: rgb(17,192,144); }
td.TdClassName
{
border-color: #11C090;
}
.TagClassName
{
border-color: #11C090;
}
</style>