Shades of Mountain Meadow #0DB386
Tints of Mountain Meadow #0DB386
RGB
CMYK
RGB Variations
Color information
#0DB386 (or 0x0DB386) is known color: Mountain Meadow. HEX triplet: 0D, B3 and 86. RGB value is (13,179,134). Sum of RGB (Red+Green+Blue) = 13+179+134=326 (43% of max value = 765). Red value is 13 (5.47% from 255 or 3.99% from 326); Green value is 179 (70.31% from 255 or 54.91% from 326); Blue value is 134 (52.73% from 255 or 41.10% from 326); Max value from RGB is 179 - color contains mainly: green. Hex color #0DB386 is not a web safe color. Web safe color analog (approx): #00CC99. Inversed color of #0DB386 is #F24C79. Grayscale: #7C7C7C. Windows color (decimal): -15879290 or 8827661. OLE color: 8827661.
HSL color Cylindrical-coordinate representation of color #0DB386: hue angle of 163.73º degrees, saturation: 0.86, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #0DB386 is Cyan = 0.93, Magento = 0, Yellow = 0.25 and Black (K on CMYK) = 0.30.
Color convert
| RGB | 13 | 179 | 134 | - |
| CMYK | 0.93 | 0 | 0.25 | 0.30 |
| HSL | 163.73º | 0.86% | 0.38% | - |
| HSV(B) | 163.73º | 0.93% | 0.7% | - |
| XYZ | 20.59 | 34.05 | 28.04 | - |
| YUV | 124.24 | 133.5 | 48.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 13 | 179 | 134 | 0.93 | 0 | 0.25 | 0.30 | 163.73 | 0.86 | 0.38 |
| Hex | D | B3 | 86 | 5D | 0 | 19 | 1E | A4 | 56 | 26 |
| Octal | 15 | 263 | 206 | 135 | 0 | 31 | 36 | 244 | 126 | 46 |
| Binary | 1101 | 10110011 | 10000110 | 1011101 | 0 | 11001 | 11110 | 10100100 | 1010110 | 100110 |
Color Harmonies of #0DB386
Complementary color
Monochromatic Colors of #0DB386
Black with #0DB386
Text Example
Text Example
White with #0DB386
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0DB386; }
p { color: rgb(13,179,134); }
H1.HeaderClassName
{
color: #0DB386;
}
.AnyTagClassName
{
color: #0DB386;
}
</style>
background-color css
<style>
a { background-color: #0DB386; }
a { background-color: rgb(13,179,134); }
div.DivClassName
{
background-color: #0DB386;
}
.BgClassName
{
background-color: #0DB386;
}
</style>
border-color css
<style>
span { border-color: #0DB386; }
span { border-color: rgb(13,179,134); }
td.TdClassName
{
border-color: #0DB386;
}
.TagClassName
{
border-color: #0DB386;
}
</style>