Shades of Mountain Meadow #0DAB80
Tints of Mountain Meadow #0DAB80
RGB
CMYK
RGB Variations
Color information
#0DAB80 (or 0x0DAB80) is known color: Mountain Meadow. HEX triplet: 0D, AB and 80. RGB value is (13,171,128). Sum of RGB (Red+Green+Blue) = 13+171+128=312 (41% of max value = 765). Red value is 13 (5.47% from 255 or 4.17% from 312); Green value is 171 (67.19% from 255 or 54.81% from 312); Blue value is 128 (50.39% from 255 or 41.03% from 312); Max value from RGB is 171 - color contains mainly: green. Hex color #0DAB80 is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #0DAB80 is #F2547F. Grayscale: #767676. Windows color (decimal): -15881344 or 8432397. OLE color: 8432397.
HSL color Cylindrical-coordinate representation of color #0DAB80: hue angle of 163.67º 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 #0DAB80 is Cyan = 0.92, Magento = 0, Yellow = 0.25 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 13 | 171 | 128 | - |
| CMYK | 0.92 | 0 | 0.25 | 0.33 |
| HSL | 163.67º | 0.86% | 0.36% | - |
| HSV(B) | 163.67º | 0.92% | 0.67% | - |
| XYZ | 18.63 | 30.77 | 25.38 | - |
| YUV | 118.86 | 133.15 | 52.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 13 | 171 | 128 | 0.92 | 0 | 0.25 | 0.33 | 163.67 | 0.86 | 0.36 |
| Hex | D | AB | 80 | 5C | 0 | 19 | 21 | A4 | 56 | 24 |
| Octal | 15 | 253 | 200 | 134 | 0 | 31 | 41 | 244 | 126 | 44 |
| Binary | 1101 | 10101011 | 10000000 | 1011100 | 0 | 11001 | 100001 | 10100100 | 1010110 | 100100 |
Color Harmonies of #0DAB80
Complementary color
Monochromatic Colors of #0DAB80
Black with #0DAB80
Text Example
Text Example
White with #0DAB80
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0DAB80; }
p { color: rgb(13,171,128); }
H1.HeaderClassName
{
color: #0DAB80;
}
.AnyTagClassName
{
color: #0DAB80;
}
</style>
background-color css
<style>
a { background-color: #0DAB80; }
a { background-color: rgb(13,171,128); }
div.DivClassName
{
background-color: #0DAB80;
}
.BgClassName
{
background-color: #0DAB80;
}
</style>
border-color css
<style>
span { border-color: #0DAB80; }
span { border-color: rgb(13,171,128); }
td.TdClassName
{
border-color: #0DAB80;
}
.TagClassName
{
border-color: #0DAB80;
}
</style>