Shades of Mountain Meadow #0DA986
Tints of Mountain Meadow #0DA986
RGB
CMYK
RGB Variations
Color information
#0DA986 (or 0x0DA986) is known color: Mountain Meadow. HEX triplet: 0D, A9 and 86. RGB value is (13,169,134). Sum of RGB (Red+Green+Blue) = 13+169+134=316 (41% of max value = 765). Red value is 13 (5.47% from 255 or 4.11% from 316); Green value is 169 (66.41% from 255 or 53.48% from 316); Blue value is 134 (52.73% from 255 or 42.41% from 316); Max value from RGB is 169 - color contains mainly: green. Hex color #0DA986 is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #0DA986 is #F25679. Grayscale: #767676. Windows color (decimal): -15881850 or 8825101. OLE color: 8825101.
HSL color Cylindrical-coordinate representation of color #0DA986: hue angle of 166.54º degrees, saturation: 0.86, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #0DA986 is Cyan = 0.92, Magento = 0, Yellow = 0.21 and Black (K on CMYK) = 0.34.
Color convert
| RGB | 13 | 169 | 134 | - |
| CMYK | 0.92 | 0 | 0.21 | 0.34 |
| HSL | 166.54º | 0.86% | 0.36% | - |
| HSV(B) | 166.54º | 0.92% | 0.66% | - |
| XYZ | 18.66 | 30.18 | 27.4 | - |
| YUV | 118.37 | 136.82 | 52.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 13 | 169 | 134 | 0.92 | 0 | 0.21 | 0.34 | 166.54 | 0.86 | 0.36 |
| Hex | D | A9 | 86 | 5C | 0 | 15 | 22 | A7 | 56 | 24 |
| Octal | 15 | 251 | 206 | 134 | 0 | 25 | 42 | 247 | 126 | 44 |
| Binary | 1101 | 10101001 | 10000110 | 1011100 | 0 | 10101 | 100010 | 10100111 | 1010110 | 100100 |
Color Harmonies of #0DA986
Complementary color
Monochromatic Colors of #0DA986
Black with #0DA986
Text Example
Text Example
White with #0DA986
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0DA986; }
p { color: rgb(13,169,134); }
H1.HeaderClassName
{
color: #0DA986;
}
.AnyTagClassName
{
color: #0DA986;
}
</style>
background-color css
<style>
a { background-color: #0DA986; }
a { background-color: rgb(13,169,134); }
div.DivClassName
{
background-color: #0DA986;
}
.BgClassName
{
background-color: #0DA986;
}
</style>
border-color css
<style>
span { border-color: #0DA986; }
span { border-color: rgb(13,169,134); }
td.TdClassName
{
border-color: #0DA986;
}
.TagClassName
{
border-color: #0DA986;
}
</style>