Shades of Mountain Meadow #10BA83
Tints of Mountain Meadow #10BA83
RGB
CMYK
RGB Variations
Color information
#10BA83 (or 0x10BA83) is known color: Mountain Meadow. HEX triplet: 10, BA and 83. RGB value is (16,186,131). Sum of RGB (Red+Green+Blue) = 16+186+131=333 (44% of max value = 765). Red value is 16 (6.64% from 255 or 4.80% from 333); Green value is 186 (73.05% from 255 or 55.86% from 333); Blue value is 131 (51.56% from 255 or 39.34% from 333); Max value from RGB is 186 - color contains mainly: green. Hex color #10BA83 is not a web safe color. Web safe color analog (approx): #00CC99. Inversed color of #10BA83 is #EF457C. Grayscale: #808080. Windows color (decimal): -15680893 or 8632848. OLE color: 8632848.
HSL color Cylindrical-coordinate representation of color #10BA83: hue angle of 160.59º degrees, saturation: 0.84, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #10BA83 is Cyan = 0.91, Magento = 0, Yellow = 0.30 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 16 | 186 | 131 | - |
| CMYK | 0.91 | 0 | 0.30 | 0.27 |
| HSL | 160.59º | 0.84% | 0.4% | - |
| HSV(B) | 160.59º | 0.91% | 0.73% | - |
| XYZ | 21.87 | 36.87 | 27.44 | - |
| YUV | 128.9 | 129.18 | 47.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 16 | 186 | 131 | 0.91 | 0 | 0.30 | 0.27 | 160.59 | 0.84 | 0.4 |
| Hex | 10 | BA | 83 | 5B | 0 | 1E | 1B | A1 | 54 | 28 |
| Octal | 20 | 272 | 203 | 133 | 0 | 36 | 33 | 241 | 124 | 50 |
| Binary | 10000 | 10111010 | 10000011 | 1011011 | 0 | 11110 | 11011 | 10100001 | 1010100 | 101000 |
Color Harmonies of #10BA83
Complementary color
Monochromatic Colors of #10BA83
Black with #10BA83
Text Example
Text Example
White with #10BA83
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #10BA83; }
p { color: rgb(16,186,131); }
H1.HeaderClassName
{
color: #10BA83;
}
.AnyTagClassName
{
color: #10BA83;
}
</style>
background-color css
<style>
a { background-color: #10BA83; }
a { background-color: rgb(16,186,131); }
div.DivClassName
{
background-color: #10BA83;
}
.BgClassName
{
background-color: #10BA83;
}
</style>
border-color css
<style>
span { border-color: #10BA83; }
span { border-color: rgb(16,186,131); }
td.TdClassName
{
border-color: #10BA83;
}
.TagClassName
{
border-color: #10BA83;
}
</style>