Shades of Mountain Meadow #0DAE8A
Tints of Mountain Meadow #0DAE8A
RGB
CMYK
RGB Variations
Color information
#0DAE8A (or 0x0DAE8A) is known color: Mountain Meadow. HEX triplet: 0D, AE and 8A. RGB value is (13,174,138). Sum of RGB (Red+Green+Blue) = 13+174+138=325 (43% of max value = 765). Red value is 13 (5.47% from 255 or 4% from 325); Green value is 174 (68.36% from 255 or 53.54% from 325); Blue value is 138 (54.30% from 255 or 42.46% from 325); Max value from RGB is 174 - color contains mainly: green. Hex color #0DAE8A is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #0DAE8A is #F25175. Grayscale: #797979. Windows color (decimal): -15880566 or 9088525. OLE color: 9088525.
HSL color Cylindrical-coordinate representation of color #0DAE8A: hue angle of 166.58º 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 #0DAE8A is Cyan = 0.93, Magento = 0, Yellow = 0.21 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 13 | 174 | 138 | - |
| CMYK | 0.93 | 0 | 0.21 | 0.32 |
| HSL | 166.58º | 0.86% | 0.37% | - |
| HSV(B) | 166.58º | 0.93% | 0.68% | - |
| XYZ | 19.89 | 32.19 | 29.21 | - |
| YUV | 121.76 | 137.16 | 50.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 13 | 174 | 138 | 0.93 | 0 | 0.21 | 0.32 | 166.58 | 0.86 | 0.37 |
| Hex | D | AE | 8A | 5D | 0 | 15 | 20 | A7 | 56 | 25 |
| Octal | 15 | 256 | 212 | 135 | 0 | 25 | 40 | 247 | 126 | 45 |
| Binary | 1101 | 10101110 | 10001010 | 1011101 | 0 | 10101 | 100000 | 10100111 | 1010110 | 100101 |
Color Harmonies of #0DAE8A
Complementary color
Monochromatic Colors of #0DAE8A
Black with #0DAE8A
Text Example
Text Example
White with #0DAE8A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0DAE8A; }
p { color: rgb(13,174,138); }
H1.HeaderClassName
{
color: #0DAE8A;
}
.AnyTagClassName
{
color: #0DAE8A;
}
</style>
background-color css
<style>
a { background-color: #0DAE8A; }
a { background-color: rgb(13,174,138); }
div.DivClassName
{
background-color: #0DAE8A;
}
.BgClassName
{
background-color: #0DAE8A;
}
</style>
border-color css
<style>
span { border-color: #0DAE8A; }
span { border-color: rgb(13,174,138); }
td.TdClassName
{
border-color: #0DAE8A;
}
.TagClassName
{
border-color: #0DAE8A;
}
</style>