Shades of Mountain Meadow #10BA78
Tints of Mountain Meadow #10BA78
RGB
CMYK
RGB Variations
Color information
#10BA78 (or 0x10BA78) is known color: Mountain Meadow. HEX triplet: 10, BA and 78. RGB value is (16,186,120). Sum of RGB (Red+Green+Blue) = 16+186+120=322 (42% of max value = 765). Red value is 16 (6.64% from 255 or 4.97% from 322); Green value is 186 (73.05% from 255 or 57.76% from 322); Blue value is 120 (47.27% from 255 or 37.27% from 322); Max value from RGB is 186 - color contains mainly: green. Hex color #10BA78 is not a web safe color. Web safe color analog (approx): #00CC66. Inversed color of #10BA78 is #EF4587. Grayscale: #7F7F7F. Windows color (decimal): -15680904 or 7911952. OLE color: 7911952.
HSL color Cylindrical-coordinate representation of color #10BA78: hue angle of 156.71º 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 #10BA78 is Cyan = 0.91, Magento = 0, Yellow = 0.35 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 16 | 186 | 120 | - |
| CMYK | 0.91 | 0 | 0.35 | 0.27 |
| HSL | 156.71º | 0.84% | 0.4% | - |
| HSV(B) | 156.71º | 0.91% | 0.73% | - |
| XYZ | 21.16 | 36.58 | 23.72 | - |
| YUV | 127.65 | 123.68 | 48.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 16 | 186 | 120 | 0.91 | 0 | 0.35 | 0.27 | 156.71 | 0.84 | 0.4 |
| Hex | 10 | BA | 78 | 5B | 0 | 23 | 1B | 9D | 54 | 28 |
| Octal | 20 | 272 | 170 | 133 | 0 | 43 | 33 | 235 | 124 | 50 |
| Binary | 10000 | 10111010 | 1111000 | 1011011 | 0 | 100011 | 11011 | 10011101 | 1010100 | 101000 |
Color Harmonies of #10BA78
Complementary color
Monochromatic Colors of #10BA78
Black with #10BA78
Text Example
Text Example
White with #10BA78
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #10BA78; }
p { color: rgb(16,186,120); }
H1.HeaderClassName
{
color: #10BA78;
}
.AnyTagClassName
{
color: #10BA78;
}
</style>
background-color css
<style>
a { background-color: #10BA78; }
a { background-color: rgb(16,186,120); }
div.DivClassName
{
background-color: #10BA78;
}
.BgClassName
{
background-color: #10BA78;
}
</style>
border-color css
<style>
span { border-color: #10BA78; }
span { border-color: rgb(16,186,120); }
td.TdClassName
{
border-color: #10BA78;
}
.TagClassName
{
border-color: #10BA78;
}
</style>