Shades of Mountain Meadow #0DB47C
Tints of Mountain Meadow #0DB47C
RGB
CMYK
RGB Variations
Color information
#0DB47C (or 0x0DB47C) is known color: Mountain Meadow. HEX triplet: 0D, B4 and 7C. RGB value is (13,180,124). Sum of RGB (Red+Green+Blue) = 13+180+124=317 (41% of max value = 765). Red value is 13 (5.47% from 255 or 4.10% from 317); Green value is 180 (70.70% from 255 or 56.78% from 317); Blue value is 124 (48.83% from 255 or 39.12% from 317); Max value from RGB is 180 - color contains mainly: green. Hex color #0DB47C is not a web safe color. Web safe color analog (approx): #00CC66. Inversed color of #0DB47C is #F24B83. Grayscale: #7B7B7B. Windows color (decimal): -15879044 or 8172557. OLE color: 8172557.
HSL color Cylindrical-coordinate representation of color #0DB47C: hue angle of 159.88º 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 #0DB47C is Cyan = 0.93, Magento = 0, Yellow = 0.31 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 13 | 180 | 124 | - |
| CMYK | 0.93 | 0 | 0.31 | 0.29 |
| HSL | 159.88º | 0.87% | 0.38% | - |
| HSV(B) | 159.88º | 0.93% | 0.71% | - |
| XYZ | 20.13 | 34.18 | 24.61 | - |
| YUV | 123.68 | 128.17 | 49.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 13 | 180 | 124 | 0.93 | 0 | 0.31 | 0.29 | 159.88 | 0.87 | 0.38 |
| Hex | D | B4 | 7C | 5D | 0 | 1F | 1D | A0 | 57 | 26 |
| Octal | 15 | 264 | 174 | 135 | 0 | 37 | 35 | 240 | 127 | 46 |
| Binary | 1101 | 10110100 | 1111100 | 1011101 | 0 | 11111 | 11101 | 10100000 | 1010111 | 100110 |
Color Harmonies of #0DB47C
Complementary color
Monochromatic Colors of #0DB47C
Black with #0DB47C
Text Example
Text Example
White with #0DB47C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0DB47C; }
p { color: rgb(13,180,124); }
H1.HeaderClassName
{
color: #0DB47C;
}
.AnyTagClassName
{
color: #0DB47C;
}
</style>
background-color css
<style>
a { background-color: #0DB47C; }
a { background-color: rgb(13,180,124); }
div.DivClassName
{
background-color: #0DB47C;
}
.BgClassName
{
background-color: #0DB47C;
}
</style>
border-color css
<style>
span { border-color: #0DB47C; }
span { border-color: rgb(13,180,124); }
td.TdClassName
{
border-color: #0DB47C;
}
.TagClassName
{
border-color: #0DB47C;
}
</style>