Shades of Mountain Meadow #0DAA80
Tints of Mountain Meadow #0DAA80
RGB
CMYK
RGB Variations
Color information
#0DAA80 (or 0x0DAA80) is known color: Mountain Meadow. HEX triplet: 0D, AA and 80. RGB value is (13,170,128). Sum of RGB (Red+Green+Blue) = 13+170+128=311 (41% of max value = 765). Red value is 13 (5.47% from 255 or 4.18% from 311); Green value is 170 (66.80% from 255 or 54.66% from 311); Blue value is 128 (50.39% from 255 or 41.16% from 311); Max value from RGB is 170 - color contains mainly: green. Hex color #0DAA80 is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #0DAA80 is #F2557F. Grayscale: #767676. Windows color (decimal): -15881600 or 8432141. OLE color: 8432141.
HSL color Cylindrical-coordinate representation of color #0DAA80: hue angle of 163.95º 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 #0DAA80 is Cyan = 0.92, Magento = 0, Yellow = 0.25 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 13 | 170 | 128 | - |
| CMYK | 0.92 | 0 | 0.25 | 0.33 |
| HSL | 163.95º | 0.86% | 0.36% | - |
| HSV(B) | 163.95º | 0.92% | 0.67% | - |
| XYZ | 18.44 | 30.39 | 25.32 | - |
| YUV | 118.27 | 133.49 | 52.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 13 | 170 | 128 | 0.92 | 0 | 0.25 | 0.33 | 163.95 | 0.86 | 0.36 |
| Hex | D | AA | 80 | 5C | 0 | 19 | 21 | A4 | 56 | 24 |
| Octal | 15 | 252 | 200 | 134 | 0 | 31 | 41 | 244 | 126 | 44 |
| Binary | 1101 | 10101010 | 10000000 | 1011100 | 0 | 11001 | 100001 | 10100100 | 1010110 | 100100 |
Color Harmonies of #0DAA80
Complementary color
Monochromatic Colors of #0DAA80
Black with #0DAA80
Text Example
Text Example
White with #0DAA80
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0DAA80; }
p { color: rgb(13,170,128); }
H1.HeaderClassName
{
color: #0DAA80;
}
.AnyTagClassName
{
color: #0DAA80;
}
</style>
background-color css
<style>
a { background-color: #0DAA80; }
a { background-color: rgb(13,170,128); }
div.DivClassName
{
background-color: #0DAA80;
}
.BgClassName
{
background-color: #0DAA80;
}
</style>
border-color css
<style>
span { border-color: #0DAA80; }
span { border-color: rgb(13,170,128); }
td.TdClassName
{
border-color: #0DAA80;
}
.TagClassName
{
border-color: #0DAA80;
}
</style>