Shades of Mountain Meadow #0DAF86
Tints of Mountain Meadow #0DAF86
RGB
CMYK
RGB Variations
Color information
#0DAF86 (or 0x0DAF86) is known color: Mountain Meadow. HEX triplet: 0D, AF and 86. RGB value is (13,175,134). Sum of RGB (Red+Green+Blue) = 13+175+134=322 (42% of max value = 765). Red value is 13 (5.47% from 255 or 4.04% from 322); Green value is 175 (68.75% from 255 or 54.35% from 322); Blue value is 134 (52.73% from 255 or 41.61% from 322); Max value from RGB is 175 - color contains mainly: green. Hex color #0DAF86 is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #0DAF86 is #F25079. Grayscale: #797979. Windows color (decimal): -15880314 or 8826637. OLE color: 8826637.
HSL color Cylindrical-coordinate representation of color #0DAF86: hue angle of 164.81º degrees, saturation: 0.86, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #0DAF86 is Cyan = 0.93, Magento = 0, Yellow = 0.23 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 13 | 175 | 134 | - |
| CMYK | 0.93 | 0 | 0.23 | 0.31 |
| HSL | 164.81º | 0.86% | 0.37% | - |
| HSV(B) | 164.81º | 0.93% | 0.69% | - |
| XYZ | 19.8 | 32.47 | 27.78 | - |
| YUV | 121.89 | 134.83 | 50.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 13 | 175 | 134 | 0.93 | 0 | 0.23 | 0.31 | 164.81 | 0.86 | 0.37 |
| Hex | D | AF | 86 | 5D | 0 | 17 | 1F | A5 | 56 | 25 |
| Octal | 15 | 257 | 206 | 135 | 0 | 27 | 37 | 245 | 126 | 45 |
| Binary | 1101 | 10101111 | 10000110 | 1011101 | 0 | 10111 | 11111 | 10100101 | 1010110 | 100101 |
Color Harmonies of #0DAF86
Complementary color
Monochromatic Colors of #0DAF86
Black with #0DAF86
Text Example
Text Example
White with #0DAF86
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0DAF86; }
p { color: rgb(13,175,134); }
H1.HeaderClassName
{
color: #0DAF86;
}
.AnyTagClassName
{
color: #0DAF86;
}
</style>
background-color css
<style>
a { background-color: #0DAF86; }
a { background-color: rgb(13,175,134); }
div.DivClassName
{
background-color: #0DAF86;
}
.BgClassName
{
background-color: #0DAF86;
}
</style>
border-color css
<style>
span { border-color: #0DAF86; }
span { border-color: rgb(13,175,134); }
td.TdClassName
{
border-color: #0DAF86;
}
.TagClassName
{
border-color: #0DAF86;
}
</style>