Shades of Mountain Meadow #0DB07C
Tints of Mountain Meadow #0DB07C
RGB
CMYK
RGB Variations
Color information
#0DB07C (or 0x0DB07C) is known color: Mountain Meadow. HEX triplet: 0D, B0 and 7C. RGB value is (13,176,124). Sum of RGB (Red+Green+Blue) = 13+176+124=313 (41% of max value = 765). Red value is 13 (5.47% from 255 or 4.15% from 313); Green value is 176 (69.14% from 255 or 56.23% from 313); Blue value is 124 (48.83% from 255 or 39.62% from 313); Max value from RGB is 176 - color contains mainly: green. Hex color #0DB07C is not a web safe color. Web safe color analog (approx): #009966. Inversed color of #0DB07C is #F24F83. Grayscale: #797979. Windows color (decimal): -15880068 or 8171533. OLE color: 8171533.
HSL color Cylindrical-coordinate representation of color #0DB07C: hue angle of 160.86º 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 #0DB07C is Cyan = 0.93, Magento = 0, Yellow = 0.30 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 13 | 176 | 124 | - |
| CMYK | 0.93 | 0 | 0.30 | 0.31 |
| HSL | 160.86º | 0.86% | 0.37% | - |
| HSV(B) | 160.86º | 0.93% | 0.69% | - |
| XYZ | 19.33 | 32.59 | 24.34 | - |
| YUV | 121.34 | 129.5 | 50.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 13 | 176 | 124 | 0.93 | 0 | 0.30 | 0.31 | 160.86 | 0.86 | 0.37 |
| Hex | D | B0 | 7C | 5D | 0 | 1E | 1F | A1 | 56 | 25 |
| Octal | 15 | 260 | 174 | 135 | 0 | 36 | 37 | 241 | 126 | 45 |
| Binary | 1101 | 10110000 | 1111100 | 1011101 | 0 | 11110 | 11111 | 10100001 | 1010110 | 100101 |
Color Harmonies of #0DB07C
Complementary color
Monochromatic Colors of #0DB07C
Black with #0DB07C
Text Example
Text Example
White with #0DB07C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0DB07C; }
p { color: rgb(13,176,124); }
H1.HeaderClassName
{
color: #0DB07C;
}
.AnyTagClassName
{
color: #0DB07C;
}
</style>
background-color css
<style>
a { background-color: #0DB07C; }
a { background-color: rgb(13,176,124); }
div.DivClassName
{
background-color: #0DB07C;
}
.BgClassName
{
background-color: #0DB07C;
}
</style>
border-color css
<style>
span { border-color: #0DB07C; }
span { border-color: rgb(13,176,124); }
td.TdClassName
{
border-color: #0DB07C;
}
.TagClassName
{
border-color: #0DB07C;
}
</style>