Shades of Mountain Meadow #11C38F
Tints of Mountain Meadow #11C38F
RGB
CMYK
RGB Variations
Color information
#11C38F (or 0x11C38F) is known color: Mountain Meadow. HEX triplet: 11, C3 and 8F. RGB value is (17,195,143). Sum of RGB (Red+Green+Blue) = 17+195+143=355 (47% of max value = 765). Red value is 17 (7.03% from 255 or 4.79% from 355); Green value is 195 (76.56% from 255 or 54.93% from 355); Blue value is 143 (56.25% from 255 or 40.28% from 355); Max value from RGB is 195 - color contains mainly: green. Hex color #11C38F is not a web safe color. Web safe color analog (approx): #00CC99. Inversed color of #11C38F is #EE3C70. Grayscale: #878787. Windows color (decimal): -15613041 or 9421585. OLE color: 9421585.
HSL color Cylindrical-coordinate representation of color #11C38F: hue angle of 162.47º 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 #11C38F is Cyan = 0.91, Magento = 0, Yellow = 0.27 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 17 | 195 | 143 | - |
| CMYK | 0.91 | 0 | 0.27 | 0.24 |
| HSL | 162.47º | 0.84% | 0.42% | - |
| HSV(B) | 162.47º | 0.91% | 0.76% | - |
| XYZ | 24.7 | 41.13 | 32.62 | - |
| YUV | 135.85 | 132.03 | 43.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 17 | 195 | 143 | 0.91 | 0 | 0.27 | 0.24 | 162.47 | 0.84 | 0.42 |
| Hex | 11 | C3 | 8F | 5B | 0 | 1B | 18 | A2 | 54 | 2A |
| Octal | 21 | 303 | 217 | 133 | 0 | 33 | 30 | 242 | 124 | 52 |
| Binary | 10001 | 11000011 | 10001111 | 1011011 | 0 | 11011 | 11000 | 10100010 | 1010100 | 101010 |
Color Harmonies of #11C38F
Complementary color
Monochromatic Colors of #11C38F
Black with #11C38F
Text Example
Text Example
White with #11C38F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #11C38F; }
p { color: rgb(17,195,143); }
H1.HeaderClassName
{
color: #11C38F;
}
.AnyTagClassName
{
color: #11C38F;
}
</style>
background-color css
<style>
a { background-color: #11C38F; }
a { background-color: rgb(17,195,143); }
div.DivClassName
{
background-color: #11C38F;
}
.BgClassName
{
background-color: #11C38F;
}
</style>
border-color css
<style>
span { border-color: #11C38F; }
span { border-color: rgb(17,195,143); }
td.TdClassName
{
border-color: #11C38F;
}
.TagClassName
{
border-color: #11C38F;
}
</style>