Shades of Mountain Meadow #11BD90
Tints of Mountain Meadow #11BD90
RGB
CMYK
RGB Variations
Color information
#11BD90 (or 0x11BD90) is known color: Mountain Meadow. HEX triplet: 11, BD and 90. RGB value is (17,189,144). Sum of RGB (Red+Green+Blue) = 17+189+144=350 (46% of max value = 765). Red value is 17 (7.03% from 255 or 4.86% from 350); Green value is 189 (74.22% from 255 or 54% from 350); Blue value is 144 (56.64% from 255 or 41.14% from 350); Max value from RGB is 189 - color contains mainly: green. Hex color #11BD90 is not a web safe color. Web safe color analog (approx): #00CC99. Inversed color of #11BD90 is #EE426F. Grayscale: #848484. Windows color (decimal): -15614576 or 9485585. OLE color: 9485585.
HSL color Cylindrical-coordinate representation of color #11BD90: hue angle of 164.3º degrees, saturation: 0.83, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #11BD90 is Cyan = 0.91, Magento = 0, Yellow = 0.24 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 17 | 189 | 144 | - |
| CMYK | 0.91 | 0 | 0.24 | 0.26 |
| HSL | 164.3º | 0.83% | 0.4% | - |
| HSV(B) | 164.3º | 0.91% | 0.74% | - |
| XYZ | 23.46 | 38.53 | 32.59 | - |
| YUV | 132.44 | 134.52 | 45.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 17 | 189 | 144 | 0.91 | 0 | 0.24 | 0.26 | 164.3 | 0.83 | 0.4 |
| Hex | 11 | BD | 90 | 5B | 0 | 18 | 1A | A4 | 53 | 28 |
| Octal | 21 | 275 | 220 | 133 | 0 | 30 | 32 | 244 | 123 | 50 |
| Binary | 10001 | 10111101 | 10010000 | 1011011 | 0 | 11000 | 11010 | 10100100 | 1010011 | 101000 |
Color Harmonies of #11BD90
Complementary color
Monochromatic Colors of #11BD90
Black with #11BD90
Text Example
Text Example
White with #11BD90
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #11BD90; }
p { color: rgb(17,189,144); }
H1.HeaderClassName
{
color: #11BD90;
}
.AnyTagClassName
{
color: #11BD90;
}
</style>
background-color css
<style>
a { background-color: #11BD90; }
a { background-color: rgb(17,189,144); }
div.DivClassName
{
background-color: #11BD90;
}
.BgClassName
{
background-color: #11BD90;
}
</style>
border-color css
<style>
span { border-color: #11BD90; }
span { border-color: rgb(17,189,144); }
td.TdClassName
{
border-color: #11BD90;
}
.TagClassName
{
border-color: #11BD90;
}
</style>