Shades of Mountain Meadow #0DBE86
Tints of Mountain Meadow #0DBE86
RGB
CMYK
RGB Variations
Color information
#0DBE86 (or 0x0DBE86) is known color: Mountain Meadow. HEX triplet: 0D, BE and 86. RGB value is (13,190,134). Sum of RGB (Red+Green+Blue) = 13+190+134=337 (44% of max value = 765). Red value is 13 (5.47% from 255 or 3.86% from 337); Green value is 190 (74.61% from 255 or 56.38% from 337); Blue value is 134 (52.73% from 255 or 39.76% from 337); Max value from RGB is 190 - color contains mainly: green. Hex color #0DBE86 is not a web safe color. Web safe color analog (approx): #00CC99. Inversed color of #0DBE86 is #F24179. Grayscale: #828282. Windows color (decimal): -15876474 or 8830477. OLE color: 8830477.
HSL color Cylindrical-coordinate representation of color #0DBE86: hue angle of 161.02º degrees, saturation: 0.87, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #0DBE86 is Cyan = 0.93, Magento = 0, Yellow = 0.29 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 13 | 190 | 134 | - |
| CMYK | 0.93 | 0 | 0.29 | 0.25 |
| HSL | 161.02º | 0.87% | 0.4% | - |
| HSV(B) | 161.02º | 0.93% | 0.75% | - |
| XYZ | 22.88 | 38.63 | 28.81 | - |
| YUV | 130.69 | 129.86 | 44.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 13 | 190 | 134 | 0.93 | 0 | 0.29 | 0.25 | 161.02 | 0.87 | 0.4 |
| Hex | D | BE | 86 | 5D | 0 | 1D | 19 | A1 | 57 | 28 |
| Octal | 15 | 276 | 206 | 135 | 0 | 35 | 31 | 241 | 127 | 50 |
| Binary | 1101 | 10111110 | 10000110 | 1011101 | 0 | 11101 | 11001 | 10100001 | 1010111 | 101000 |
Color Harmonies of #0DBE86
Complementary color
Monochromatic Colors of #0DBE86
Black with #0DBE86
Text Example
Text Example
White with #0DBE86
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0DBE86; }
p { color: rgb(13,190,134); }
H1.HeaderClassName
{
color: #0DBE86;
}
.AnyTagClassName
{
color: #0DBE86;
}
</style>
background-color css
<style>
a { background-color: #0DBE86; }
a { background-color: rgb(13,190,134); }
div.DivClassName
{
background-color: #0DBE86;
}
.BgClassName
{
background-color: #0DBE86;
}
</style>
border-color css
<style>
span { border-color: #0DBE86; }
span { border-color: rgb(13,190,134); }
td.TdClassName
{
border-color: #0DBE86;
}
.TagClassName
{
border-color: #0DBE86;
}
</style>