Shades of Mountain Meadow #0DAF8D
Tints of Mountain Meadow #0DAF8D
RGB
CMYK
RGB Variations
Color information
#0DAF8D (or 0x0DAF8D) is known color: Mountain Meadow. HEX triplet: 0D, AF and 8D. RGB value is (13,175,141). Sum of RGB (Red+Green+Blue) = 13+175+141=329 (43% of max value = 765). Red value is 13 (5.47% from 255 or 3.95% from 329); Green value is 175 (68.75% from 255 or 53.19% from 329); Blue value is 141 (55.47% from 255 or 42.86% from 329); Max value from RGB is 175 - color contains mainly: green. Hex color #0DAF8D is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #0DAF8D is #F25072. Grayscale: #7A7A7A. Windows color (decimal): -15880307 or 9285389. OLE color: 9285389.
HSL color Cylindrical-coordinate representation of color #0DAF8D: hue angle of 167.41º 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 #0DAF8D is Cyan = 0.93, Magento = 0, Yellow = 0.19 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 13 | 175 | 141 | - |
| CMYK | 0.93 | 0 | 0.19 | 0.31 |
| HSL | 167.41º | 0.86% | 0.37% | - |
| HSV(B) | 167.41º | 0.93% | 0.69% | - |
| XYZ | 20.3 | 32.67 | 30.43 | - |
| YUV | 122.69 | 138.33 | 49.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 13 | 175 | 141 | 0.93 | 0 | 0.19 | 0.31 | 167.41 | 0.86 | 0.37 |
| Hex | D | AF | 8D | 5D | 0 | 13 | 1F | A7 | 56 | 25 |
| Octal | 15 | 257 | 215 | 135 | 0 | 23 | 37 | 247 | 126 | 45 |
| Binary | 1101 | 10101111 | 10001101 | 1011101 | 0 | 10011 | 11111 | 10100111 | 1010110 | 100101 |
Color Harmonies of #0DAF8D
Complementary color
Monochromatic Colors of #0DAF8D
Black with #0DAF8D
Text Example
Text Example
White with #0DAF8D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0DAF8D; }
p { color: rgb(13,175,141); }
H1.HeaderClassName
{
color: #0DAF8D;
}
.AnyTagClassName
{
color: #0DAF8D;
}
</style>
background-color css
<style>
a { background-color: #0DAF8D; }
a { background-color: rgb(13,175,141); }
div.DivClassName
{
background-color: #0DAF8D;
}
.BgClassName
{
background-color: #0DAF8D;
}
</style>
border-color css
<style>
span { border-color: #0DAF8D; }
span { border-color: rgb(13,175,141); }
td.TdClassName
{
border-color: #0DAF8D;
}
.TagClassName
{
border-color: #0DAF8D;
}
</style>