Shades of Mountain Meadow #0DAD89
Tints of Mountain Meadow #0DAD89
RGB
CMYK
RGB Variations
Color information
#0DAD89 (or 0x0DAD89) is known color: Mountain Meadow. HEX triplet: 0D, AD and 89. RGB value is (13,173,137). Sum of RGB (Red+Green+Blue) = 13+173+137=323 (42% of max value = 765). Red value is 13 (5.47% from 255 or 4.02% from 323); Green value is 173 (67.97% from 255 or 53.56% from 323); Blue value is 137 (53.91% from 255 or 42.41% from 323); Max value from RGB is 173 - color contains mainly: green. Hex color #0DAD89 is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #0DAD89 is #F25276. Grayscale: #797979. Windows color (decimal): -15880823 or 9022733. OLE color: 9022733.
HSL color Cylindrical-coordinate representation of color #0DAD89: hue angle of 166.5º degrees, saturation: 0.86, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #0DAD89 is Cyan = 0.92, Magento = 0, Yellow = 0.21 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 13 | 173 | 137 | - |
| CMYK | 0.92 | 0 | 0.21 | 0.32 |
| HSL | 166.5º | 0.86% | 0.36% | - |
| HSV(B) | 166.5º | 0.92% | 0.68% | - |
| XYZ | 19.62 | 31.78 | 28.77 | - |
| YUV | 121.06 | 136.99 | 50.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 13 | 173 | 137 | 0.92 | 0 | 0.21 | 0.32 | 166.5 | 0.86 | 0.36 |
| Hex | D | AD | 89 | 5C | 0 | 15 | 20 | A6 | 56 | 24 |
| Octal | 15 | 255 | 211 | 134 | 0 | 25 | 40 | 246 | 126 | 44 |
| Binary | 1101 | 10101101 | 10001001 | 1011100 | 0 | 10101 | 100000 | 10100110 | 1010110 | 100100 |
Color Harmonies of #0DAD89
Complementary color
Monochromatic Colors of #0DAD89
Black with #0DAD89
Text Example
Text Example
White with #0DAD89
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0DAD89; }
p { color: rgb(13,173,137); }
H1.HeaderClassName
{
color: #0DAD89;
}
.AnyTagClassName
{
color: #0DAD89;
}
</style>
background-color css
<style>
a { background-color: #0DAD89; }
a { background-color: rgb(13,173,137); }
div.DivClassName
{
background-color: #0DAD89;
}
.BgClassName
{
background-color: #0DAD89;
}
</style>
border-color css
<style>
span { border-color: #0DAD89; }
span { border-color: rgb(13,173,137); }
td.TdClassName
{
border-color: #0DAD89;
}
.TagClassName
{
border-color: #0DAD89;
}
</style>