Shades of Mountain Meadow #11C48C
Tints of Mountain Meadow #11C48C
RGB
CMYK
RGB Variations
Color information
#11C48C (or 0x11C48C) is known color: Mountain Meadow. HEX triplet: 11, C4 and 8C. RGB value is (17,196,140). Sum of RGB (Red+Green+Blue) = 17+196+140=353 (46% of max value = 765). Red value is 17 (7.03% from 255 or 4.82% from 353); Green value is 196 (76.95% from 255 or 55.52% from 353); Blue value is 140 (55.08% from 255 or 39.66% from 353); Max value from RGB is 196 - color contains mainly: green. Hex color #11C48C is not a web safe color. Web safe color analog (approx): #00CC99. Inversed color of #11C48C is #EE3B73. Grayscale: #888888. Windows color (decimal): -15612788 or 9225233. OLE color: 9225233.
HSL color Cylindrical-coordinate representation of color #11C48C: hue angle of 161.23º degrees, saturation: 0.84, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #11C48C is Cyan = 0.91, Magento = 0, Yellow = 0.29 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 17 | 196 | 140 | - |
| CMYK | 0.91 | 0 | 0.29 | 0.23 |
| HSL | 161.23º | 0.84% | 0.42% | - |
| HSV(B) | 161.23º | 0.91% | 0.77% | - |
| XYZ | 24.7 | 41.49 | 31.52 | - |
| YUV | 136.1 | 130.2 | 43.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 17 | 196 | 140 | 0.91 | 0 | 0.29 | 0.23 | 161.23 | 0.84 | 0.42 |
| Hex | 11 | C4 | 8C | 5B | 0 | 1D | 17 | A1 | 54 | 2A |
| Octal | 21 | 304 | 214 | 133 | 0 | 35 | 27 | 241 | 124 | 52 |
| Binary | 10001 | 11000100 | 10001100 | 1011011 | 0 | 11101 | 10111 | 10100001 | 1010100 | 101010 |
Color Harmonies of #11C48C
Complementary color
Monochromatic Colors of #11C48C
Black with #11C48C
Text Example
Text Example
White with #11C48C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #11C48C; }
p { color: rgb(17,196,140); }
H1.HeaderClassName
{
color: #11C48C;
}
.AnyTagClassName
{
color: #11C48C;
}
</style>
background-color css
<style>
a { background-color: #11C48C; }
a { background-color: rgb(17,196,140); }
div.DivClassName
{
background-color: #11C48C;
}
.BgClassName
{
background-color: #11C48C;
}
</style>
border-color css
<style>
span { border-color: #11C48C; }
span { border-color: rgb(17,196,140); }
td.TdClassName
{
border-color: #11C48C;
}
.TagClassName
{
border-color: #11C48C;
}
</style>