Shades of Mountain Meadow #0DAD8C
Tints of Mountain Meadow #0DAD8C
RGB
CMYK
RGB Variations
Color information
#0DAD8C (or 0x0DAD8C) is known color: Mountain Meadow. HEX triplet: 0D, AD and 8C. RGB value is (13,173,140). Sum of RGB (Red+Green+Blue) = 13+173+140=326 (43% of max value = 765). Red value is 13 (5.47% from 255 or 3.99% from 326); Green value is 173 (67.97% from 255 or 53.07% from 326); Blue value is 140 (55.08% from 255 or 42.94% from 326); Max value from RGB is 173 - color contains mainly: green. Hex color #0DAD8C is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #0DAD8C is #F25273. Grayscale: #797979. Windows color (decimal): -15880820 or 9219341. OLE color: 9219341.
HSL color Cylindrical-coordinate representation of color #0DAD8C: hue angle of 167.62º 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 #0DAD8C is Cyan = 0.92, Magento = 0, Yellow = 0.19 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 13 | 173 | 140 | - |
| CMYK | 0.92 | 0 | 0.19 | 0.32 |
| HSL | 167.63º | 0.86% | 0.36% | - |
| HSV(B) | 167.63º | 0.92% | 0.68% | - |
| XYZ | 19.84 | 31.87 | 29.92 | - |
| YUV | 121.4 | 138.49 | 50.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 13 | 173 | 140 | 0.92 | 0 | 0.19 | 0.32 | 167.63 | 0.86 | 0.36 |
| Hex | D | AD | 8C | 5C | 0 | 13 | 20 | A8 | 56 | 24 |
| Octal | 15 | 255 | 214 | 134 | 0 | 23 | 40 | 250 | 126 | 44 |
| Binary | 1101 | 10101101 | 10001100 | 1011100 | 0 | 10011 | 100000 | 10101000 | 1010110 | 100100 |
Color Harmonies of #0DAD8C
Complementary color
Monochromatic Colors of #0DAD8C
Black with #0DAD8C
Text Example
Text Example
White with #0DAD8C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0DAD8C; }
p { color: rgb(13,173,140); }
H1.HeaderClassName
{
color: #0DAD8C;
}
.AnyTagClassName
{
color: #0DAD8C;
}
</style>
background-color css
<style>
a { background-color: #0DAD8C; }
a { background-color: rgb(13,173,140); }
div.DivClassName
{
background-color: #0DAD8C;
}
.BgClassName
{
background-color: #0DAD8C;
}
</style>
border-color css
<style>
span { border-color: #0DAD8C; }
span { border-color: rgb(13,173,140); }
td.TdClassName
{
border-color: #0DAD8C;
}
.TagClassName
{
border-color: #0DAD8C;
}
</style>