Shades of Mountain Meadow #0DAB7A
Tints of Mountain Meadow #0DAB7A
RGB
CMYK
RGB Variations
Color information
#0DAB7A (or 0x0DAB7A) is known color: Mountain Meadow. HEX triplet: 0D, AB and 7A. RGB value is (13,171,122). Sum of RGB (Red+Green+Blue) = 13+171+122=306 (40% of max value = 765). Red value is 13 (5.47% from 255 or 4.25% from 306); Green value is 171 (67.19% from 255 or 55.88% from 306); Blue value is 122 (48.05% from 255 or 39.87% from 306); Max value from RGB is 171 - color contains mainly: green. Hex color #0DAB7A is not a web safe color. Web safe color analog (approx): #009966. Inversed color of #0DAB7A is #F25485. Grayscale: #767676. Windows color (decimal): -15881350 or 8039181. OLE color: 8039181.
HSL color Cylindrical-coordinate representation of color #0DAB7A: hue angle of 161.39º 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 #0DAB7A is Cyan = 0.92, Magento = 0, Yellow = 0.29 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 13 | 171 | 122 | - |
| CMYK | 0.92 | 0 | 0.29 | 0.33 |
| HSL | 161.39º | 0.86% | 0.36% | - |
| HSV(B) | 161.39º | 0.92% | 0.67% | - |
| XYZ | 18.24 | 30.62 | 23.36 | - |
| YUV | 118.17 | 130.15 | 52.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 13 | 171 | 122 | 0.92 | 0 | 0.29 | 0.33 | 161.39 | 0.86 | 0.36 |
| Hex | D | AB | 7A | 5C | 0 | 1D | 21 | A1 | 56 | 24 |
| Octal | 15 | 253 | 172 | 134 | 0 | 35 | 41 | 241 | 126 | 44 |
| Binary | 1101 | 10101011 | 1111010 | 1011100 | 0 | 11101 | 100001 | 10100001 | 1010110 | 100100 |
Color Harmonies of #0DAB7A
Complementary color
Monochromatic Colors of #0DAB7A
Black with #0DAB7A
Text Example
Text Example
White with #0DAB7A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0DAB7A; }
p { color: rgb(13,171,122); }
H1.HeaderClassName
{
color: #0DAB7A;
}
.AnyTagClassName
{
color: #0DAB7A;
}
</style>
background-color css
<style>
a { background-color: #0DAB7A; }
a { background-color: rgb(13,171,122); }
div.DivClassName
{
background-color: #0DAB7A;
}
.BgClassName
{
background-color: #0DAB7A;
}
</style>
border-color css
<style>
span { border-color: #0DAB7A; }
span { border-color: rgb(13,171,122); }
td.TdClassName
{
border-color: #0DAB7A;
}
.TagClassName
{
border-color: #0DAB7A;
}
</style>