Shades of Mountain Meadow #10A781
Tints of Mountain Meadow #10A781
RGB
CMYK
RGB Variations
Color information
#10A781 (or 0x10A781) is known color: Mountain Meadow. HEX triplet: 10, A7 and 81. RGB value is (16,167,129). Sum of RGB (Red+Green+Blue) = 16+167+129=312 (41% of max value = 765). Red value is 16 (6.64% from 255 or 5.13% from 312); Green value is 167 (65.62% from 255 or 53.53% from 312); Blue value is 129 (50.78% from 255 or 41.35% from 312); Max value from RGB is 167 - color contains mainly: green. Hex color #10A781 is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #10A781 is #EF587E. Grayscale: #757575. Windows color (decimal): -15685759 or 8496912. OLE color: 8496912.
HSL color Cylindrical-coordinate representation of color #10A781: hue angle of 164.9º degrees, saturation: 0.83, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #10A781 is Cyan = 0.90, Magento = 0, Yellow = 0.23 and Black (K on CMYK) = 0.35.
Color convert
| RGB | 16 | 167 | 129 | - |
| CMYK | 0.90 | 0 | 0.23 | 0.35 |
| HSL | 164.9º | 0.83% | 0.36% | - |
| HSV(B) | 164.9º | 0.9% | 0.65% | - |
| XYZ | 17.99 | 29.33 | 25.48 | - |
| YUV | 117.52 | 134.47 | 55.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 16 | 167 | 129 | 0.90 | 0 | 0.23 | 0.35 | 164.9 | 0.83 | 0.36 |
| Hex | 10 | A7 | 81 | 5A | 0 | 17 | 23 | A5 | 53 | 24 |
| Octal | 20 | 247 | 201 | 132 | 0 | 27 | 43 | 245 | 123 | 44 |
| Binary | 10000 | 10100111 | 10000001 | 1011010 | 0 | 10111 | 100011 | 10100101 | 1010011 | 100100 |
Color Harmonies of #10A781
Complementary color
Monochromatic Colors of #10A781
Black with #10A781
Text Example
Text Example
White with #10A781
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #10A781; }
p { color: rgb(16,167,129); }
H1.HeaderClassName
{
color: #10A781;
}
.AnyTagClassName
{
color: #10A781;
}
</style>
background-color css
<style>
a { background-color: #10A781; }
a { background-color: rgb(16,167,129); }
div.DivClassName
{
background-color: #10A781;
}
.BgClassName
{
background-color: #10A781;
}
</style>
border-color css
<style>
span { border-color: #10A781; }
span { border-color: rgb(16,167,129); }
td.TdClassName
{
border-color: #10A781;
}
.TagClassName
{
border-color: #10A781;
}
</style>