Shades of Mountain Meadow #0DAF7E
Tints of Mountain Meadow #0DAF7E
RGB
CMYK
RGB Variations
Color information
#0DAF7E (or 0x0DAF7E) is known color: Mountain Meadow. HEX triplet: 0D, AF and 7E. RGB value is (13,175,126). Sum of RGB (Red+Green+Blue) = 13+175+126=314 (41% of max value = 765). Red value is 13 (5.47% from 255 or 4.14% from 314); Green value is 175 (68.75% from 255 or 55.73% from 314); Blue value is 126 (49.61% from 255 or 40.13% from 314); Max value from RGB is 175 - color contains mainly: green. Hex color #0DAF7E is not a web safe color. Web safe color analog (approx): #009966. Inversed color of #0DAF7E is #F25081. Grayscale: #797979. Windows color (decimal): -15880322 or 8302349. OLE color: 8302349.
HSL color Cylindrical-coordinate representation of color #0DAF7E: hue angle of 161.85º degrees, saturation: 0.86, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #0DAF7E is Cyan = 0.93, Magento = 0, Yellow = 0.28 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 13 | 175 | 126 | - |
| CMYK | 0.93 | 0 | 0.28 | 0.31 |
| HSL | 161.85º | 0.86% | 0.37% | - |
| HSV(B) | 161.85º | 0.93% | 0.69% | - |
| XYZ | 19.26 | 32.25 | 24.95 | - |
| YUV | 120.98 | 130.83 | 50.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 13 | 175 | 126 | 0.93 | 0 | 0.28 | 0.31 | 161.85 | 0.86 | 0.37 |
| Hex | D | AF | 7E | 5D | 0 | 1C | 1F | A2 | 56 | 25 |
| Octal | 15 | 257 | 176 | 135 | 0 | 34 | 37 | 242 | 126 | 45 |
| Binary | 1101 | 10101111 | 1111110 | 1011101 | 0 | 11100 | 11111 | 10100010 | 1010110 | 100101 |
Color Harmonies of #0DAF7E
Complementary color
Monochromatic Colors of #0DAF7E
Black with #0DAF7E
Text Example
Text Example
White with #0DAF7E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0DAF7E; }
p { color: rgb(13,175,126); }
H1.HeaderClassName
{
color: #0DAF7E;
}
.AnyTagClassName
{
color: #0DAF7E;
}
</style>
background-color css
<style>
a { background-color: #0DAF7E; }
a { background-color: rgb(13,175,126); }
div.DivClassName
{
background-color: #0DAF7E;
}
.BgClassName
{
background-color: #0DAF7E;
}
</style>
border-color css
<style>
span { border-color: #0DAF7E; }
span { border-color: rgb(13,175,126); }
td.TdClassName
{
border-color: #0DAF7E;
}
.TagClassName
{
border-color: #0DAF7E;
}
</style>