Shades of Mountain Meadow #0DB07D
Tints of Mountain Meadow #0DB07D
RGB
CMYK
RGB Variations
Color information
#0DB07D (or 0x0DB07D) is known color: Mountain Meadow. HEX triplet: 0D, B0 and 7D. RGB value is (13,176,125). Sum of RGB (Red+Green+Blue) = 13+176+125=314 (41% of max value = 765). Red value is 13 (5.47% from 255 or 4.14% from 314); Green value is 176 (69.14% from 255 or 56.05% from 314); Blue value is 125 (49.22% from 255 or 39.81% from 314); Max value from RGB is 176 - color contains mainly: green. Hex color #0DB07D is not a web safe color. Web safe color analog (approx): #009966. Inversed color of #0DB07D is #F24F82. Grayscale: #797979. Windows color (decimal): -15880067 or 8237069. OLE color: 8237069.
HSL color Cylindrical-coordinate representation of color #0DB07D: hue angle of 161.23º degrees, saturation: 0.86, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #0DB07D is Cyan = 0.93, Magento = 0, Yellow = 0.29 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 13 | 176 | 125 | - |
| CMYK | 0.93 | 0 | 0.29 | 0.31 |
| HSL | 161.23º | 0.86% | 0.37% | - |
| HSV(B) | 161.23º | 0.93% | 0.69% | - |
| XYZ | 19.39 | 32.62 | 24.68 | - |
| YUV | 121.45 | 130 | 50.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 13 | 176 | 125 | 0.93 | 0 | 0.29 | 0.31 | 161.23 | 0.86 | 0.37 |
| Hex | D | B0 | 7D | 5D | 0 | 1D | 1F | A1 | 56 | 25 |
| Octal | 15 | 260 | 175 | 135 | 0 | 35 | 37 | 241 | 126 | 45 |
| Binary | 1101 | 10110000 | 1111101 | 1011101 | 0 | 11101 | 11111 | 10100001 | 1010110 | 100101 |
Color Harmonies of #0DB07D
Complementary color
Monochromatic Colors of #0DB07D
Black with #0DB07D
Text Example
Text Example
White with #0DB07D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0DB07D; }
p { color: rgb(13,176,125); }
H1.HeaderClassName
{
color: #0DB07D;
}
.AnyTagClassName
{
color: #0DB07D;
}
</style>
background-color css
<style>
a { background-color: #0DB07D; }
a { background-color: rgb(13,176,125); }
div.DivClassName
{
background-color: #0DB07D;
}
.BgClassName
{
background-color: #0DB07D;
}
</style>
border-color css
<style>
span { border-color: #0DB07D; }
span { border-color: rgb(13,176,125); }
td.TdClassName
{
border-color: #0DB07D;
}
.TagClassName
{
border-color: #0DB07D;
}
</style>