Shades of Mountain Meadow #0DB78F
Tints of Mountain Meadow #0DB78F
RGB
CMYK
RGB Variations
Color information
#0DB78F (or 0x0DB78F) is known color: Mountain Meadow. HEX triplet: 0D, B7 and 8F. RGB value is (13,183,143). Sum of RGB (Red+Green+Blue) = 13+183+143=339 (44% of max value = 765). Red value is 13 (5.47% from 255 or 3.83% from 339); Green value is 183 (71.88% from 255 or 53.98% from 339); Blue value is 143 (56.25% from 255 or 42.18% from 339); Max value from RGB is 183 - color contains mainly: green. Hex color #0DB78F is not a web safe color. Web safe color analog (approx): #00CC99. Inversed color of #0DB78F is #F24870. Grayscale: #7F7F7F. Windows color (decimal): -15878257 or 9418509. OLE color: 9418509.
HSL color Cylindrical-coordinate representation of color #0DB78F: hue angle of 165.88º degrees, saturation: 0.87, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #0DB78F is Cyan = 0.93, Magento = 0, Yellow = 0.22 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 13 | 183 | 143 | - |
| CMYK | 0.93 | 0 | 0.22 | 0.28 |
| HSL | 165.88º | 0.87% | 0.38% | - |
| HSV(B) | 165.88º | 0.93% | 0.72% | - |
| XYZ | 22.06 | 35.94 | 31.76 | - |
| YUV | 127.61 | 136.68 | 46.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 13 | 183 | 143 | 0.93 | 0 | 0.22 | 0.28 | 165.88 | 0.87 | 0.38 |
| Hex | D | B7 | 8F | 5D | 0 | 16 | 1C | A6 | 57 | 26 |
| Octal | 15 | 267 | 217 | 135 | 0 | 26 | 34 | 246 | 127 | 46 |
| Binary | 1101 | 10110111 | 10001111 | 1011101 | 0 | 10110 | 11100 | 10100110 | 1010111 | 100110 |
Color Harmonies of #0DB78F
Complementary color
Monochromatic Colors of #0DB78F
Black with #0DB78F
Text Example
Text Example
White with #0DB78F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0DB78F; }
p { color: rgb(13,183,143); }
H1.HeaderClassName
{
color: #0DB78F;
}
.AnyTagClassName
{
color: #0DB78F;
}
</style>
background-color css
<style>
a { background-color: #0DB78F; }
a { background-color: rgb(13,183,143); }
div.DivClassName
{
background-color: #0DB78F;
}
.BgClassName
{
background-color: #0DB78F;
}
</style>
border-color css
<style>
span { border-color: #0DB78F; }
span { border-color: rgb(13,183,143); }
td.TdClassName
{
border-color: #0DB78F;
}
.TagClassName
{
border-color: #0DB78F;
}
</style>