Shades of Mountain Meadow #11C081
Tints of Mountain Meadow #11C081
RGB
CMYK
RGB Variations
Color information
#11C081 (or 0x11C081) is known color: Mountain Meadow. HEX triplet: 11, C0 and 81. RGB value is (17,192,129). Sum of RGB (Red+Green+Blue) = 17+192+129=338 (44% of max value = 765). Red value is 17 (7.03% from 255 or 5.03% from 338); Green value is 192 (75.39% from 255 or 56.80% from 338); Blue value is 129 (50.78% from 255 or 38.17% from 338); Max value from RGB is 192 - color contains mainly: green. Hex color #11C081 is not a web safe color. Web safe color analog (approx): #00CC99. Inversed color of #11C081 is #EE3F7E. Grayscale: #848484. Windows color (decimal): -15613823 or 8503313. OLE color: 8503313.
HSL color Cylindrical-coordinate representation of color #11C081: hue angle of 158.4º 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 #11C081 is Cyan = 0.91, Magento = 0, Yellow = 0.33 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 17 | 192 | 129 | - |
| CMYK | 0.91 | 0 | 0.33 | 0.25 |
| HSL | 158.4º | 0.84% | 0.41% | - |
| HSV(B) | 158.4º | 0.91% | 0.75% | - |
| XYZ | 23.04 | 39.4 | 27.16 | - |
| YUV | 132.49 | 126.02 | 45.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 17 | 192 | 129 | 0.91 | 0 | 0.33 | 0.25 | 158.4 | 0.84 | 0.41 |
| Hex | 11 | C0 | 81 | 5B | 0 | 21 | 19 | 9E | 54 | 29 |
| Octal | 21 | 300 | 201 | 133 | 0 | 41 | 31 | 236 | 124 | 51 |
| Binary | 10001 | 11000000 | 10000001 | 1011011 | 0 | 100001 | 11001 | 10011110 | 1010100 | 101001 |
Color Harmonies of #11C081
Complementary color
Monochromatic Colors of #11C081
Black with #11C081
Text Example
Text Example
White with #11C081
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #11C081; }
p { color: rgb(17,192,129); }
H1.HeaderClassName
{
color: #11C081;
}
.AnyTagClassName
{
color: #11C081;
}
</style>
background-color css
<style>
a { background-color: #11C081; }
a { background-color: rgb(17,192,129); }
div.DivClassName
{
background-color: #11C081;
}
.BgClassName
{
background-color: #11C081;
}
</style>
border-color css
<style>
span { border-color: #11C081; }
span { border-color: rgb(17,192,129); }
td.TdClassName
{
border-color: #11C081;
}
.TagClassName
{
border-color: #11C081;
}
</style>