Shades of Mountain Meadow #0DAC7B
Tints of Mountain Meadow #0DAC7B
RGB
CMYK
RGB Variations
Color information
#0DAC7B (or 0x0DAC7B) is known color: Mountain Meadow. HEX triplet: 0D, AC and 7B. RGB value is (13,172,123). Sum of RGB (Red+Green+Blue) = 13+172+123=308 (40% of max value = 765). Red value is 13 (5.47% from 255 or 4.22% from 308); Green value is 172 (67.58% from 255 or 55.84% from 308); Blue value is 123 (48.44% from 255 or 39.94% from 308); Max value from RGB is 172 - color contains mainly: green. Hex color #0DAC7B is not a web safe color. Web safe color analog (approx): #009966. Inversed color of #0DAC7B is #F25384. Grayscale: #767676. Windows color (decimal): -15881093 or 8104973. OLE color: 8104973.
HSL color Cylindrical-coordinate representation of color #0DAC7B: hue angle of 161.51º 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 #0DAC7B is Cyan = 0.92, Magento = 0, Yellow = 0.28 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 13 | 172 | 123 | - |
| CMYK | 0.92 | 0 | 0.28 | 0.33 |
| HSL | 161.51º | 0.86% | 0.36% | - |
| HSV(B) | 161.51º | 0.92% | 0.67% | - |
| XYZ | 18.49 | 31.02 | 23.75 | - |
| YUV | 118.87 | 130.32 | 52.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 13 | 172 | 123 | 0.92 | 0 | 0.28 | 0.33 | 161.51 | 0.86 | 0.36 |
| Hex | D | AC | 7B | 5C | 0 | 1C | 21 | A2 | 56 | 24 |
| Octal | 15 | 254 | 173 | 134 | 0 | 34 | 41 | 242 | 126 | 44 |
| Binary | 1101 | 10101100 | 1111011 | 1011100 | 0 | 11100 | 100001 | 10100010 | 1010110 | 100100 |
Color Harmonies of #0DAC7B
Complementary color
Monochromatic Colors of #0DAC7B
Black with #0DAC7B
Text Example
Text Example
White with #0DAC7B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0DAC7B; }
p { color: rgb(13,172,123); }
H1.HeaderClassName
{
color: #0DAC7B;
}
.AnyTagClassName
{
color: #0DAC7B;
}
</style>
background-color css
<style>
a { background-color: #0DAC7B; }
a { background-color: rgb(13,172,123); }
div.DivClassName
{
background-color: #0DAC7B;
}
.BgClassName
{
background-color: #0DAC7B;
}
</style>
border-color css
<style>
span { border-color: #0DAC7B; }
span { border-color: rgb(13,172,123); }
td.TdClassName
{
border-color: #0DAC7B;
}
.TagClassName
{
border-color: #0DAC7B;
}
</style>