Shades of Mountain Meadow #11C372
Tints of Mountain Meadow #11C372
RGB
CMYK
RGB Variations
Color information
#11C372 (or 0x11C372) is known color: Mountain Meadow. HEX triplet: 11, C3 and 72. RGB value is (17,195,114). Sum of RGB (Red+Green+Blue) = 17+195+114=326 (43% of max value = 765). Red value is 17 (7.03% from 255 or 5.21% from 326); Green value is 195 (76.56% from 255 or 59.82% from 326); Blue value is 114 (44.92% from 255 or 34.97% from 326); Max value from RGB is 195 - color contains mainly: green. Hex color #11C372 is not a web safe color. Web safe color analog (approx): #00CC66. Inversed color of #11C372 is #EE3C8D. Grayscale: #848484. Windows color (decimal): -15613070 or 7521041. OLE color: 7521041.
HSL color Cylindrical-coordinate representation of color #11C372: hue angle of 152.7º degrees, saturation: 0.84, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #11C372 is Cyan = 0.91, Magento = 0, Yellow = 0.42 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 17 | 195 | 114 | - |
| CMYK | 0.91 | 0 | 0.42 | 0.24 |
| HSL | 152.7º | 0.84% | 0.42% | - |
| HSV(B) | 152.7º | 0.91% | 0.76% | - |
| XYZ | 22.78 | 40.36 | 22.51 | - |
| YUV | 132.54 | 117.53 | 45.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 17 | 195 | 114 | 0.91 | 0 | 0.42 | 0.24 | 152.7 | 0.84 | 0.42 |
| Hex | 11 | C3 | 72 | 5B | 0 | 2A | 18 | 99 | 54 | 2A |
| Octal | 21 | 303 | 162 | 133 | 0 | 52 | 30 | 231 | 124 | 52 |
| Binary | 10001 | 11000011 | 1110010 | 1011011 | 0 | 101010 | 11000 | 10011001 | 1010100 | 101010 |
Color Harmonies of #11C372
Complementary color
Monochromatic Colors of #11C372
Black with #11C372
Text Example
Text Example
White with #11C372
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #11C372; }
p { color: rgb(17,195,114); }
H1.HeaderClassName
{
color: #11C372;
}
.AnyTagClassName
{
color: #11C372;
}
</style>
background-color css
<style>
a { background-color: #11C372; }
a { background-color: rgb(17,195,114); }
div.DivClassName
{
background-color: #11C372;
}
.BgClassName
{
background-color: #11C372;
}
</style>
border-color css
<style>
span { border-color: #11C372; }
span { border-color: rgb(17,195,114); }
td.TdClassName
{
border-color: #11C372;
}
.TagClassName
{
border-color: #11C372;
}
</style>