Shades of Mountain Meadow #0DAE7F
Tints of Mountain Meadow #0DAE7F
RGB
CMYK
RGB Variations
Color information
#0DAE7F (or 0x0DAE7F) is known color: Mountain Meadow. HEX triplet: 0D, AE and 7F. RGB value is (13,174,127). Sum of RGB (Red+Green+Blue) = 13+174+127=314 (41% of max value = 765). Red value is 13 (5.47% from 255 or 4.14% from 314); Green value is 174 (68.36% from 255 or 55.41% from 314); Blue value is 127 (50% from 255 or 40.45% from 314); Max value from RGB is 174 - color contains mainly: green. Hex color #0DAE7F is not a web safe color. Web safe color analog (approx): #009966. Inversed color of #0DAE7F is #F25180. Grayscale: #787878. Windows color (decimal): -15880577 or 8367629. OLE color: 8367629.
HSL color Cylindrical-coordinate representation of color #0DAE7F: hue angle of 162.48º degrees, saturation: 0.86, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #0DAE7F is Cyan = 0.93, Magento = 0, Yellow = 0.27 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 13 | 174 | 127 | - |
| CMYK | 0.93 | 0 | 0.27 | 0.32 |
| HSL | 162.48º | 0.86% | 0.37% | - |
| HSV(B) | 162.48º | 0.93% | 0.68% | - |
| XYZ | 19.13 | 31.89 | 25.23 | - |
| YUV | 120.5 | 131.66 | 51.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 13 | 174 | 127 | 0.93 | 0 | 0.27 | 0.32 | 162.48 | 0.86 | 0.37 |
| Hex | D | AE | 7F | 5D | 0 | 1B | 20 | A2 | 56 | 25 |
| Octal | 15 | 256 | 177 | 135 | 0 | 33 | 40 | 242 | 126 | 45 |
| Binary | 1101 | 10101110 | 1111111 | 1011101 | 0 | 11011 | 100000 | 10100010 | 1010110 | 100101 |
Color Harmonies of #0DAE7F
Complementary color
Monochromatic Colors of #0DAE7F
Black with #0DAE7F
Text Example
Text Example
White with #0DAE7F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0DAE7F; }
p { color: rgb(13,174,127); }
H1.HeaderClassName
{
color: #0DAE7F;
}
.AnyTagClassName
{
color: #0DAE7F;
}
</style>
background-color css
<style>
a { background-color: #0DAE7F; }
a { background-color: rgb(13,174,127); }
div.DivClassName
{
background-color: #0DAE7F;
}
.BgClassName
{
background-color: #0DAE7F;
}
</style>
border-color css
<style>
span { border-color: #0DAE7F; }
span { border-color: rgb(13,174,127); }
td.TdClassName
{
border-color: #0DAE7F;
}
.TagClassName
{
border-color: #0DAE7F;
}
</style>