Shades of Mountain Meadow #11C07C
Tints of Mountain Meadow #11C07C
RGB
CMYK
RGB Variations
Color information
#11C07C (or 0x11C07C) is known color: Mountain Meadow. HEX triplet: 11, C0 and 7C. RGB value is (17,192,124). Sum of RGB (Red+Green+Blue) = 17+192+124=333 (44% of max value = 765). Red value is 17 (7.03% from 255 or 5.11% from 333); Green value is 192 (75.39% from 255 or 57.66% from 333); Blue value is 124 (48.83% from 255 or 37.24% from 333); Max value from RGB is 192 - color contains mainly: green. Hex color #11C07C is not a web safe color. Web safe color analog (approx): #00CC66. Inversed color of #11C07C is #EE3F83. Grayscale: #848484. Windows color (decimal): -15613828 or 8175633. OLE color: 8175633.
HSL color Cylindrical-coordinate representation of color #11C07C: hue angle of 156.69º 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 #11C07C is Cyan = 0.91, Magento = 0, Yellow = 0.35 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 17 | 192 | 124 | - |
| CMYK | 0.91 | 0 | 0.35 | 0.25 |
| HSL | 156.69º | 0.84% | 0.41% | - |
| HSV(B) | 156.69º | 0.91% | 0.75% | - |
| XYZ | 22.72 | 39.27 | 25.45 | - |
| YUV | 131.92 | 123.52 | 46.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 17 | 192 | 124 | 0.91 | 0 | 0.35 | 0.25 | 156.69 | 0.84 | 0.41 |
| Hex | 11 | C0 | 7C | 5B | 0 | 23 | 19 | 9D | 54 | 29 |
| Octal | 21 | 300 | 174 | 133 | 0 | 43 | 31 | 235 | 124 | 51 |
| Binary | 10001 | 11000000 | 1111100 | 1011011 | 0 | 100011 | 11001 | 10011101 | 1010100 | 101001 |
Color Harmonies of #11C07C
Complementary color
Monochromatic Colors of #11C07C
Black with #11C07C
Text Example
Text Example
White with #11C07C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #11C07C; }
p { color: rgb(17,192,124); }
H1.HeaderClassName
{
color: #11C07C;
}
.AnyTagClassName
{
color: #11C07C;
}
</style>
background-color css
<style>
a { background-color: #11C07C; }
a { background-color: rgb(17,192,124); }
div.DivClassName
{
background-color: #11C07C;
}
.BgClassName
{
background-color: #11C07C;
}
</style>
border-color css
<style>
span { border-color: #11C07C; }
span { border-color: rgb(17,192,124); }
td.TdClassName
{
border-color: #11C07C;
}
.TagClassName
{
border-color: #11C07C;
}
</style>