Shades of Mountain Meadow #0DB47A
Tints of Mountain Meadow #0DB47A
RGB
CMYK
RGB Variations
Color information
#0DB47A (or 0x0DB47A) is known color: Mountain Meadow. HEX triplet: 0D, B4 and 7A. RGB value is (13,180,122). Sum of RGB (Red+Green+Blue) = 13+180+122=315 (41% of max value = 765). Red value is 13 (5.47% from 255 or 4.13% from 315); Green value is 180 (70.70% from 255 or 57.14% from 315); Blue value is 122 (48.05% from 255 or 38.73% from 315); Max value from RGB is 180 - color contains mainly: green. Hex color #0DB47A is not a web safe color. Web safe color analog (approx): #00CC66. Inversed color of #0DB47A is #F24B85. Grayscale: #7B7B7B. Windows color (decimal): -15879046 or 8041485. OLE color: 8041485.
HSL color Cylindrical-coordinate representation of color #0DB47A: hue angle of 159.16º degrees, saturation: 0.87, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #0DB47A is Cyan = 0.93, Magento = 0, Yellow = 0.32 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 13 | 180 | 122 | - |
| CMYK | 0.93 | 0 | 0.32 | 0.29 |
| HSL | 159.16º | 0.87% | 0.38% | - |
| HSV(B) | 159.16º | 0.93% | 0.71% | - |
| XYZ | 20 | 34.13 | 23.95 | - |
| YUV | 123.46 | 127.17 | 49.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 13 | 180 | 122 | 0.93 | 0 | 0.32 | 0.29 | 159.16 | 0.87 | 0.38 |
| Hex | D | B4 | 7A | 5D | 0 | 20 | 1D | 9F | 57 | 26 |
| Octal | 15 | 264 | 172 | 135 | 0 | 40 | 35 | 237 | 127 | 46 |
| Binary | 1101 | 10110100 | 1111010 | 1011101 | 0 | 100000 | 11101 | 10011111 | 1010111 | 100110 |
Color Harmonies of #0DB47A
Complementary color
Monochromatic Colors of #0DB47A
Black with #0DB47A
Text Example
Text Example
White with #0DB47A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0DB47A; }
p { color: rgb(13,180,122); }
H1.HeaderClassName
{
color: #0DB47A;
}
.AnyTagClassName
{
color: #0DB47A;
}
</style>
background-color css
<style>
a { background-color: #0DB47A; }
a { background-color: rgb(13,180,122); }
div.DivClassName
{
background-color: #0DB47A;
}
.BgClassName
{
background-color: #0DB47A;
}
</style>
border-color css
<style>
span { border-color: #0DB47A; }
span { border-color: rgb(13,180,122); }
td.TdClassName
{
border-color: #0DB47A;
}
.TagClassName
{
border-color: #0DB47A;
}
</style>