Shades of Mountain Meadow #0DA781
Tints of Mountain Meadow #0DA781
RGB
CMYK
RGB Variations
Color information
#0DA781 (or 0x0DA781) is known color: Mountain Meadow. HEX triplet: 0D, A7 and 81. RGB value is (13,167,129). Sum of RGB (Red+Green+Blue) = 13+167+129=309 (40% of max value = 765). Red value is 13 (5.47% from 255 or 4.21% from 309); Green value is 167 (65.62% from 255 or 54.05% from 309); Blue value is 129 (50.78% from 255 or 41.75% from 309); Max value from RGB is 167 - color contains mainly: green. Hex color #0DA781 is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #0DA781 is #F2587E. Grayscale: #747474. Windows color (decimal): -15882367 or 8496909. OLE color: 8496909.
HSL color Cylindrical-coordinate representation of color #0DA781: hue angle of 165.19º degrees, saturation: 0.86, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #0DA781 is Cyan = 0.92, Magento = 0, Yellow = 0.23 and Black (K on CMYK) = 0.35.
Color convert
| RGB | 13 | 167 | 129 | - |
| CMYK | 0.92 | 0 | 0.23 | 0.35 |
| HSL | 165.19º | 0.86% | 0.35% | - |
| HSV(B) | 165.19º | 0.92% | 0.65% | - |
| XYZ | 17.95 | 29.31 | 25.48 | - |
| YUV | 116.62 | 134.98 | 54.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 13 | 167 | 129 | 0.92 | 0 | 0.23 | 0.35 | 165.19 | 0.86 | 0.35 |
| Hex | D | A7 | 81 | 5C | 0 | 17 | 23 | A5 | 56 | 23 |
| Octal | 15 | 247 | 201 | 134 | 0 | 27 | 43 | 245 | 126 | 43 |
| Binary | 1101 | 10100111 | 10000001 | 1011100 | 0 | 10111 | 100011 | 10100101 | 1010110 | 100011 |
Color Harmonies of #0DA781
Complementary color
Monochromatic Colors of #0DA781
Black with #0DA781
Text Example
Text Example
White with #0DA781
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0DA781; }
p { color: rgb(13,167,129); }
H1.HeaderClassName
{
color: #0DA781;
}
.AnyTagClassName
{
color: #0DA781;
}
</style>
background-color css
<style>
a { background-color: #0DA781; }
a { background-color: rgb(13,167,129); }
div.DivClassName
{
background-color: #0DA781;
}
.BgClassName
{
background-color: #0DA781;
}
</style>
border-color css
<style>
span { border-color: #0DA781; }
span { border-color: rgb(13,167,129); }
td.TdClassName
{
border-color: #0DA781;
}
.TagClassName
{
border-color: #0DA781;
}
</style>