Shades of Mountain Meadow #0DB37A
Tints of Mountain Meadow #0DB37A
RGB
CMYK
RGB Variations
Color information
#0DB37A (or 0x0DB37A) is known color: Mountain Meadow. HEX triplet: 0D, B3 and 7A. RGB value is (13,179,122). Sum of RGB (Red+Green+Blue) = 13+179+122=314 (41% of max value = 765). Red value is 13 (5.47% from 255 or 4.14% from 314); Green value is 179 (70.31% from 255 or 57.01% from 314); Blue value is 122 (48.05% from 255 or 38.85% from 314); Max value from RGB is 179 - color contains mainly: green. Hex color #0DB37A is not a web safe color. Web safe color analog (approx): #00CC66. Inversed color of #0DB37A is #F24C85. Grayscale: #7A7A7A. Windows color (decimal): -15879302 or 8041229. OLE color: 8041229.
HSL color Cylindrical-coordinate representation of color #0DB37A: hue angle of 159.4º degrees, saturation: 0.86, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #0DB37A is Cyan = 0.93, Magento = 0, Yellow = 0.32 and Black (K on CMYK) = 0.30.
Color convert
| RGB | 13 | 179 | 122 | - |
| CMYK | 0.93 | 0 | 0.32 | 0.30 |
| HSL | 159.4º | 0.86% | 0.38% | - |
| HSV(B) | 159.4º | 0.93% | 0.7% | - |
| XYZ | 19.8 | 33.73 | 23.88 | - |
| YUV | 122.87 | 127.5 | 49.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 13 | 179 | 122 | 0.93 | 0 | 0.32 | 0.30 | 159.4 | 0.86 | 0.38 |
| Hex | D | B3 | 7A | 5D | 0 | 20 | 1E | 9F | 56 | 26 |
| Octal | 15 | 263 | 172 | 135 | 0 | 40 | 36 | 237 | 126 | 46 |
| Binary | 1101 | 10110011 | 1111010 | 1011101 | 0 | 100000 | 11110 | 10011111 | 1010110 | 100110 |
Color Harmonies of #0DB37A
Complementary color
Monochromatic Colors of #0DB37A
Black with #0DB37A
Text Example
Text Example
White with #0DB37A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0DB37A; }
p { color: rgb(13,179,122); }
H1.HeaderClassName
{
color: #0DB37A;
}
.AnyTagClassName
{
color: #0DB37A;
}
</style>
background-color css
<style>
a { background-color: #0DB37A; }
a { background-color: rgb(13,179,122); }
div.DivClassName
{
background-color: #0DB37A;
}
.BgClassName
{
background-color: #0DB37A;
}
</style>
border-color css
<style>
span { border-color: #0DB37A; }
span { border-color: rgb(13,179,122); }
td.TdClassName
{
border-color: #0DB37A;
}
.TagClassName
{
border-color: #0DB37A;
}
</style>