Shades of Mountain Meadow #11C08A
Tints of Mountain Meadow #11C08A
RGB
CMYK
RGB Variations
Color information
#11C08A (or 0x11C08A) is known color: Mountain Meadow. HEX triplet: 11, C0 and 8A. RGB value is (17,192,138). Sum of RGB (Red+Green+Blue) = 17+192+138=347 (45% of max value = 765). Red value is 17 (7.03% from 255 or 4.90% from 347); Green value is 192 (75.39% from 255 or 55.33% from 347); Blue value is 138 (54.30% from 255 or 39.77% from 347); Max value from RGB is 192 - color contains mainly: green. Hex color #11C08A is not a web safe color. Web safe color analog (approx): #00CC99. Inversed color of #11C08A is #EE3F75. Grayscale: #858585. Windows color (decimal): -15613814 or 9093137. OLE color: 9093137.
HSL color Cylindrical-coordinate representation of color #11C08A: hue angle of 161.49º 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 #11C08A is Cyan = 0.91, Magento = 0, Yellow = 0.28 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 17 | 192 | 138 | - |
| CMYK | 0.91 | 0 | 0.28 | 0.25 |
| HSL | 161.49º | 0.84% | 0.41% | - |
| HSV(B) | 161.49º | 0.91% | 0.75% | - |
| XYZ | 23.67 | 39.65 | 30.45 | - |
| YUV | 133.52 | 130.52 | 44.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 17 | 192 | 138 | 0.91 | 0 | 0.28 | 0.25 | 161.49 | 0.84 | 0.41 |
| Hex | 11 | C0 | 8A | 5B | 0 | 1C | 19 | A1 | 54 | 29 |
| Octal | 21 | 300 | 212 | 133 | 0 | 34 | 31 | 241 | 124 | 51 |
| Binary | 10001 | 11000000 | 10001010 | 1011011 | 0 | 11100 | 11001 | 10100001 | 1010100 | 101001 |
Color Harmonies of #11C08A
Complementary color
Monochromatic Colors of #11C08A
Black with #11C08A
Text Example
Text Example
White with #11C08A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #11C08A; }
p { color: rgb(17,192,138); }
H1.HeaderClassName
{
color: #11C08A;
}
.AnyTagClassName
{
color: #11C08A;
}
</style>
background-color css
<style>
a { background-color: #11C08A; }
a { background-color: rgb(17,192,138); }
div.DivClassName
{
background-color: #11C08A;
}
.BgClassName
{
background-color: #11C08A;
}
</style>
border-color css
<style>
span { border-color: #11C08A; }
span { border-color: rgb(17,192,138); }
td.TdClassName
{
border-color: #11C08A;
}
.TagClassName
{
border-color: #11C08A;
}
</style>