Shades of Mountain Meadow #0DAB7E
Tints of Mountain Meadow #0DAB7E
RGB
CMYK
RGB Variations
Color information
#0DAB7E (or 0x0DAB7E) is known color: Mountain Meadow. HEX triplet: 0D, AB and 7E. RGB value is (13,171,126). Sum of RGB (Red+Green+Blue) = 13+171+126=310 (41% of max value = 765). Red value is 13 (5.47% from 255 or 4.19% from 310); Green value is 171 (67.19% from 255 or 55.16% from 310); Blue value is 126 (49.61% from 255 or 40.65% from 310); Max value from RGB is 171 - color contains mainly: green. Hex color #0DAB7E is not a web safe color. Web safe color analog (approx): #009966. Inversed color of #0DAB7E is #F25481. Grayscale: #767676. Windows color (decimal): -15881346 or 8301325. OLE color: 8301325.
HSL color Cylindrical-coordinate representation of color #0DAB7E: hue angle of 162.91º degrees, saturation: 0.86, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #0DAB7E is Cyan = 0.92, Magento = 0, Yellow = 0.26 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 13 | 171 | 126 | - |
| CMYK | 0.92 | 0 | 0.26 | 0.33 |
| HSL | 162.91º | 0.86% | 0.36% | - |
| HSV(B) | 162.91º | 0.92% | 0.67% | - |
| XYZ | 18.49 | 30.72 | 24.69 | - |
| YUV | 118.63 | 132.15 | 52.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 13 | 171 | 126 | 0.92 | 0 | 0.26 | 0.33 | 162.91 | 0.86 | 0.36 |
| Hex | D | AB | 7E | 5C | 0 | 1A | 21 | A3 | 56 | 24 |
| Octal | 15 | 253 | 176 | 134 | 0 | 32 | 41 | 243 | 126 | 44 |
| Binary | 1101 | 10101011 | 1111110 | 1011100 | 0 | 11010 | 100001 | 10100011 | 1010110 | 100100 |
Color Harmonies of #0DAB7E
Complementary color
Monochromatic Colors of #0DAB7E
Black with #0DAB7E
Text Example
Text Example
White with #0DAB7E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0DAB7E; }
p { color: rgb(13,171,126); }
H1.HeaderClassName
{
color: #0DAB7E;
}
.AnyTagClassName
{
color: #0DAB7E;
}
</style>
background-color css
<style>
a { background-color: #0DAB7E; }
a { background-color: rgb(13,171,126); }
div.DivClassName
{
background-color: #0DAB7E;
}
.BgClassName
{
background-color: #0DAB7E;
}
</style>
border-color css
<style>
span { border-color: #0DAB7E; }
span { border-color: rgb(13,171,126); }
td.TdClassName
{
border-color: #0DAB7E;
}
.TagClassName
{
border-color: #0DAB7E;
}
</style>