Shades of Mountain Meadow #0DAC7E
Tints of Mountain Meadow #0DAC7E
RGB
CMYK
RGB Variations
Color information
#0DAC7E (or 0x0DAC7E) is known color: Mountain Meadow. HEX triplet: 0D, AC and 7E. RGB value is (13,172,126). Sum of RGB (Red+Green+Blue) = 13+172+126=311 (41% of max value = 765). Red value is 13 (5.47% from 255 or 4.18% from 311); Green value is 172 (67.58% from 255 or 55.31% from 311); Blue value is 126 (49.61% from 255 or 40.51% from 311); Max value from RGB is 172 - color contains mainly: green. Hex color #0DAC7E is not a web safe color. Web safe color analog (approx): #009966. Inversed color of #0DAC7E is #F25381. Grayscale: #777777. Windows color (decimal): -15881090 or 8301581. OLE color: 8301581.
HSL color Cylindrical-coordinate representation of color #0DAC7E: hue angle of 162.64º 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 #0DAC7E is Cyan = 0.92, Magento = 0, Yellow = 0.27 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 13 | 172 | 126 | - |
| CMYK | 0.92 | 0 | 0.27 | 0.33 |
| HSL | 162.64º | 0.86% | 0.36% | - |
| HSV(B) | 162.64º | 0.92% | 0.67% | - |
| XYZ | 18.68 | 31.1 | 24.76 | - |
| YUV | 119.22 | 131.82 | 52.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 13 | 172 | 126 | 0.92 | 0 | 0.27 | 0.33 | 162.64 | 0.86 | 0.36 |
| Hex | D | AC | 7E | 5C | 0 | 1B | 21 | A3 | 56 | 24 |
| Octal | 15 | 254 | 176 | 134 | 0 | 33 | 41 | 243 | 126 | 44 |
| Binary | 1101 | 10101100 | 1111110 | 1011100 | 0 | 11011 | 100001 | 10100011 | 1010110 | 100100 |
Color Harmonies of #0DAC7E
Complementary color
Monochromatic Colors of #0DAC7E
Black with #0DAC7E
Text Example
Text Example
White with #0DAC7E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0DAC7E; }
p { color: rgb(13,172,126); }
H1.HeaderClassName
{
color: #0DAC7E;
}
.AnyTagClassName
{
color: #0DAC7E;
}
</style>
background-color css
<style>
a { background-color: #0DAC7E; }
a { background-color: rgb(13,172,126); }
div.DivClassName
{
background-color: #0DAC7E;
}
.BgClassName
{
background-color: #0DAC7E;
}
</style>
border-color css
<style>
span { border-color: #0DAC7E; }
span { border-color: rgb(13,172,126); }
td.TdClassName
{
border-color: #0DAC7E;
}
.TagClassName
{
border-color: #0DAC7E;
}
</style>