Shades of Mountain Meadow #0DAF81
Tints of Mountain Meadow #0DAF81
RGB
CMYK
RGB Variations
Color information
#0DAF81 (or 0x0DAF81) is known color: Mountain Meadow. HEX triplet: 0D, AF and 81. RGB value is (13,175,129). Sum of RGB (Red+Green+Blue) = 13+175+129=317 (41% of max value = 765). Red value is 13 (5.47% from 255 or 4.10% from 317); Green value is 175 (68.75% from 255 or 55.21% from 317); Blue value is 129 (50.78% from 255 or 40.69% from 317); Max value from RGB is 175 - color contains mainly: green. Hex color #0DAF81 is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #0DAF81 is #F2507E. Grayscale: #797979. Windows color (decimal): -15880319 or 8498957. OLE color: 8498957.
HSL color Cylindrical-coordinate representation of color #0DAF81: hue angle of 162.96º 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 #0DAF81 is Cyan = 0.93, Magento = 0, Yellow = 0.26 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 13 | 175 | 129 | - |
| CMYK | 0.93 | 0 | 0.26 | 0.31 |
| HSL | 162.96º | 0.86% | 0.37% | - |
| HSV(B) | 162.96º | 0.93% | 0.69% | - |
| XYZ | 19.46 | 32.33 | 25.98 | - |
| YUV | 121.32 | 132.33 | 50.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 13 | 175 | 129 | 0.93 | 0 | 0.26 | 0.31 | 162.96 | 0.86 | 0.37 |
| Hex | D | AF | 81 | 5D | 0 | 1A | 1F | A3 | 56 | 25 |
| Octal | 15 | 257 | 201 | 135 | 0 | 32 | 37 | 243 | 126 | 45 |
| Binary | 1101 | 10101111 | 10000001 | 1011101 | 0 | 11010 | 11111 | 10100011 | 1010110 | 100101 |
Color Harmonies of #0DAF81
Complementary color
Monochromatic Colors of #0DAF81
Black with #0DAF81
Text Example
Text Example
White with #0DAF81
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0DAF81; }
p { color: rgb(13,175,129); }
H1.HeaderClassName
{
color: #0DAF81;
}
.AnyTagClassName
{
color: #0DAF81;
}
</style>
background-color css
<style>
a { background-color: #0DAF81; }
a { background-color: rgb(13,175,129); }
div.DivClassName
{
background-color: #0DAF81;
}
.BgClassName
{
background-color: #0DAF81;
}
</style>
border-color css
<style>
span { border-color: #0DAF81; }
span { border-color: rgb(13,175,129); }
td.TdClassName
{
border-color: #0DAF81;
}
.TagClassName
{
border-color: #0DAF81;
}
</style>