Shades of Mountain Meadow #0DAD7A
Tints of Mountain Meadow #0DAD7A
RGB
CMYK
RGB Variations
Color information
#0DAD7A (or 0x0DAD7A) is known color: Mountain Meadow. HEX triplet: 0D, AD and 7A. RGB value is (13,173,122). Sum of RGB (Red+Green+Blue) = 13+173+122=308 (40% of max value = 765). Red value is 13 (5.47% from 255 or 4.22% from 308); Green value is 173 (67.97% from 255 or 56.17% from 308); Blue value is 122 (48.05% from 255 or 39.61% from 308); Max value from RGB is 173 - color contains mainly: green. Hex color #0DAD7A is not a web safe color. Web safe color analog (approx): #009966. Inversed color of #0DAD7A is #F25285. Grayscale: #777777. Windows color (decimal): -15880838 or 8039693. OLE color: 8039693.
HSL color Cylindrical-coordinate representation of color #0DAD7A: hue angle of 160.88º 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 #0DAD7A is Cyan = 0.92, Magento = 0, Yellow = 0.29 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 13 | 173 | 122 | - |
| CMYK | 0.92 | 0 | 0.29 | 0.32 |
| HSL | 160.88º | 0.86% | 0.36% | - |
| HSV(B) | 160.88º | 0.92% | 0.68% | - |
| XYZ | 18.62 | 31.38 | 23.49 | - |
| YUV | 119.35 | 129.49 | 52.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 13 | 173 | 122 | 0.92 | 0 | 0.29 | 0.32 | 160.88 | 0.86 | 0.36 |
| Hex | D | AD | 7A | 5C | 0 | 1D | 20 | A1 | 56 | 24 |
| Octal | 15 | 255 | 172 | 134 | 0 | 35 | 40 | 241 | 126 | 44 |
| Binary | 1101 | 10101101 | 1111010 | 1011100 | 0 | 11101 | 100000 | 10100001 | 1010110 | 100100 |
Color Harmonies of #0DAD7A
Complementary color
Monochromatic Colors of #0DAD7A
Black with #0DAD7A
Text Example
Text Example
White with #0DAD7A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0DAD7A; }
p { color: rgb(13,173,122); }
H1.HeaderClassName
{
color: #0DAD7A;
}
.AnyTagClassName
{
color: #0DAD7A;
}
</style>
background-color css
<style>
a { background-color: #0DAD7A; }
a { background-color: rgb(13,173,122); }
div.DivClassName
{
background-color: #0DAD7A;
}
.BgClassName
{
background-color: #0DAD7A;
}
</style>
border-color css
<style>
span { border-color: #0DAD7A; }
span { border-color: rgb(13,173,122); }
td.TdClassName
{
border-color: #0DAD7A;
}
.TagClassName
{
border-color: #0DAD7A;
}
</style>