Shades of Mountain Meadow #0DAB7C
Tints of Mountain Meadow #0DAB7C
RGB
CMYK
RGB Variations
Color information
#0DAB7C (or 0x0DAB7C) is known color: Mountain Meadow. HEX triplet: 0D, AB and 7C. RGB value is (13,171,124). Sum of RGB (Red+Green+Blue) = 13+171+124=308 (40% of max value = 765). Red value is 13 (5.47% from 255 or 4.22% from 308); Green value is 171 (67.19% from 255 or 55.52% from 308); Blue value is 124 (48.83% from 255 or 40.26% from 308); Max value from RGB is 171 - color contains mainly: green. Hex color #0DAB7C is not a web safe color. Web safe color analog (approx): #009966. Inversed color of #0DAB7C is #F25483. Grayscale: #767676. Windows color (decimal): -15881348 or 8170253. OLE color: 8170253.
HSL color Cylindrical-coordinate representation of color #0DAB7C: hue angle of 162.15º 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 #0DAB7C is Cyan = 0.92, Magento = 0, Yellow = 0.27 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 13 | 171 | 124 | - |
| CMYK | 0.92 | 0 | 0.27 | 0.33 |
| HSL | 162.15º | 0.86% | 0.36% | - |
| HSV(B) | 162.15º | 0.92% | 0.67% | - |
| XYZ | 18.37 | 30.67 | 24.02 | - |
| YUV | 118.4 | 131.15 | 52.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 13 | 171 | 124 | 0.92 | 0 | 0.27 | 0.33 | 162.15 | 0.86 | 0.36 |
| Hex | D | AB | 7C | 5C | 0 | 1B | 21 | A2 | 56 | 24 |
| Octal | 15 | 253 | 174 | 134 | 0 | 33 | 41 | 242 | 126 | 44 |
| Binary | 1101 | 10101011 | 1111100 | 1011100 | 0 | 11011 | 100001 | 10100010 | 1010110 | 100100 |
Color Harmonies of #0DAB7C
Complementary color
Monochromatic Colors of #0DAB7C
Black with #0DAB7C
Text Example
Text Example
White with #0DAB7C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0DAB7C; }
p { color: rgb(13,171,124); }
H1.HeaderClassName
{
color: #0DAB7C;
}
.AnyTagClassName
{
color: #0DAB7C;
}
</style>
background-color css
<style>
a { background-color: #0DAB7C; }
a { background-color: rgb(13,171,124); }
div.DivClassName
{
background-color: #0DAB7C;
}
.BgClassName
{
background-color: #0DAB7C;
}
</style>
border-color css
<style>
span { border-color: #0DAB7C; }
span { border-color: rgb(13,171,124); }
td.TdClassName
{
border-color: #0DAB7C;
}
.TagClassName
{
border-color: #0DAB7C;
}
</style>