Shades of Mountain Meadow #0DB784
Tints of Mountain Meadow #0DB784
RGB
CMYK
RGB Variations
Color information
#0DB784 (or 0x0DB784) is known color: Mountain Meadow. HEX triplet: 0D, B7 and 84. RGB value is (13,183,132). Sum of RGB (Red+Green+Blue) = 13+183+132=328 (43% of max value = 765). Red value is 13 (5.47% from 255 or 3.96% from 328); Green value is 183 (71.88% from 255 or 55.79% from 328); Blue value is 132 (51.95% from 255 or 40.24% from 328); Max value from RGB is 183 - color contains mainly: green. Hex color #0DB784 is not a web safe color. Web safe color analog (approx): #00CC99. Inversed color of #0DB784 is #F2487B. Grayscale: #7E7E7E. Windows color (decimal): -15878268 or 8697613. OLE color: 8697613.
HSL color Cylindrical-coordinate representation of color #0DB784: hue angle of 162º degrees, saturation: 0.87, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #0DB784 is Cyan = 0.93, Magento = 0, Yellow = 0.28 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 13 | 183 | 132 | - |
| CMYK | 0.93 | 0 | 0.28 | 0.28 |
| HSL | 162º | 0.87% | 0.38% | - |
| HSV(B) | 162º | 0.93% | 0.72% | - |
| XYZ | 21.26 | 35.62 | 27.58 | - |
| YUV | 126.36 | 131.18 | 47.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 13 | 183 | 132 | 0.93 | 0 | 0.28 | 0.28 | 162 | 0.87 | 0.38 |
| Hex | D | B7 | 84 | 5D | 0 | 1C | 1C | A2 | 57 | 26 |
| Octal | 15 | 267 | 204 | 135 | 0 | 34 | 34 | 242 | 127 | 46 |
| Binary | 1101 | 10110111 | 10000100 | 1011101 | 0 | 11100 | 11100 | 10100010 | 1010111 | 100110 |
Color Harmonies of #0DB784
Complementary color
Monochromatic Colors of #0DB784
Black with #0DB784
Text Example
Text Example
White with #0DB784
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0DB784; }
p { color: rgb(13,183,132); }
H1.HeaderClassName
{
color: #0DB784;
}
.AnyTagClassName
{
color: #0DB784;
}
</style>
background-color css
<style>
a { background-color: #0DB784; }
a { background-color: rgb(13,183,132); }
div.DivClassName
{
background-color: #0DB784;
}
.BgClassName
{
background-color: #0DB784;
}
</style>
border-color css
<style>
span { border-color: #0DB784; }
span { border-color: rgb(13,183,132); }
td.TdClassName
{
border-color: #0DB784;
}
.TagClassName
{
border-color: #0DB784;
}
</style>