Shades of Mountain Meadow #10BD80
Tints of Mountain Meadow #10BD80
RGB
CMYK
RGB Variations
Color information
#10BD80 (or 0x10BD80) is known color: Mountain Meadow. HEX triplet: 10, BD and 80. RGB value is (16,189,128). Sum of RGB (Red+Green+Blue) = 16+189+128=333 (44% of max value = 765). Red value is 16 (6.64% from 255 or 4.80% from 333); Green value is 189 (74.22% from 255 or 56.76% from 333); Blue value is 128 (50.39% from 255 or 38.44% from 333); Max value from RGB is 189 - color contains mainly: green. Hex color #10BD80 is not a web safe color. Web safe color analog (approx): #00CC99. Inversed color of #10BD80 is #EF427F. Grayscale: #828282. Windows color (decimal): -15680128 or 8437008. OLE color: 8437008.
HSL color Cylindrical-coordinate representation of color #10BD80: hue angle of 158.84º degrees, saturation: 0.84, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #10BD80 is Cyan = 0.92, Magento = 0, Yellow = 0.32 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 16 | 189 | 128 | - |
| CMYK | 0.92 | 0 | 0.32 | 0.26 |
| HSL | 158.84º | 0.84% | 0.4% | - |
| HSV(B) | 158.84º | 0.92% | 0.74% | - |
| XYZ | 22.31 | 38.06 | 26.59 | - |
| YUV | 130.32 | 126.69 | 46.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 16 | 189 | 128 | 0.92 | 0 | 0.32 | 0.26 | 158.84 | 0.84 | 0.4 |
| Hex | 10 | BD | 80 | 5C | 0 | 20 | 1A | 9F | 54 | 28 |
| Octal | 20 | 275 | 200 | 134 | 0 | 40 | 32 | 237 | 124 | 50 |
| Binary | 10000 | 10111101 | 10000000 | 1011100 | 0 | 100000 | 11010 | 10011111 | 1010100 | 101000 |
Color Harmonies of #10BD80
Complementary color
Monochromatic Colors of #10BD80
Black with #10BD80
Text Example
Text Example
White with #10BD80
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #10BD80; }
p { color: rgb(16,189,128); }
H1.HeaderClassName
{
color: #10BD80;
}
.AnyTagClassName
{
color: #10BD80;
}
</style>
background-color css
<style>
a { background-color: #10BD80; }
a { background-color: rgb(16,189,128); }
div.DivClassName
{
background-color: #10BD80;
}
.BgClassName
{
background-color: #10BD80;
}
</style>
border-color css
<style>
span { border-color: #10BD80; }
span { border-color: rgb(16,189,128); }
td.TdClassName
{
border-color: #10BD80;
}
.TagClassName
{
border-color: #10BD80;
}
</style>