Shades of Mountain Meadow #10A987
Tints of Mountain Meadow #10A987
RGB
CMYK
RGB Variations
Color information
#10A987 (or 0x10A987) is known color: Mountain Meadow. HEX triplet: 10, A9 and 87. RGB value is (16,169,135). Sum of RGB (Red+Green+Blue) = 16+169+135=320 (42% of max value = 765). Red value is 16 (6.64% from 255 or 5% from 320); Green value is 169 (66.41% from 255 or 52.81% from 320); Blue value is 135 (53.12% from 255 or 42.19% from 320); Max value from RGB is 169 - color contains mainly: green. Hex color #10A987 is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #10A987 is #EF5678. Grayscale: #777777. Windows color (decimal): -15685241 or 8890640. OLE color: 8890640.
HSL color Cylindrical-coordinate representation of color #10A987: hue angle of 166.67º degrees, saturation: 0.83, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #10A987 is Cyan = 0.91, Magento = 0, Yellow = 0.20 and Black (K on CMYK) = 0.34.
Color convert
| RGB | 16 | 169 | 135 | - |
| CMYK | 0.91 | 0 | 0.20 | 0.34 |
| HSL | 166.67º | 0.83% | 0.36% | - |
| HSV(B) | 166.67º | 0.91% | 0.66% | - |
| XYZ | 18.77 | 30.24 | 27.77 | - |
| YUV | 119.38 | 136.81 | 54.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 16 | 169 | 135 | 0.91 | 0 | 0.20 | 0.34 | 166.67 | 0.83 | 0.36 |
| Hex | 10 | A9 | 87 | 5B | 0 | 14 | 22 | A7 | 53 | 24 |
| Octal | 20 | 251 | 207 | 133 | 0 | 24 | 42 | 247 | 123 | 44 |
| Binary | 10000 | 10101001 | 10000111 | 1011011 | 0 | 10100 | 100010 | 10100111 | 1010011 | 100100 |
Color Harmonies of #10A987
Complementary color
Monochromatic Colors of #10A987
Black with #10A987
Text Example
Text Example
White with #10A987
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #10A987; }
p { color: rgb(16,169,135); }
H1.HeaderClassName
{
color: #10A987;
}
.AnyTagClassName
{
color: #10A987;
}
</style>
background-color css
<style>
a { background-color: #10A987; }
a { background-color: rgb(16,169,135); }
div.DivClassName
{
background-color: #10A987;
}
.BgClassName
{
background-color: #10A987;
}
</style>
border-color css
<style>
span { border-color: #10A987; }
span { border-color: rgb(16,169,135); }
td.TdClassName
{
border-color: #10A987;
}
.TagClassName
{
border-color: #10A987;
}
</style>