Shades of Mountain Meadow #0DBE89
Tints of Mountain Meadow #0DBE89
RGB
CMYK
RGB Variations
Color information
#0DBE89 (or 0x0DBE89) is known color: Mountain Meadow. HEX triplet: 0D, BE and 89. RGB value is (13,190,137). Sum of RGB (Red+Green+Blue) = 13+190+137=340 (45% of max value = 765). Red value is 13 (5.47% from 255 or 3.82% from 340); Green value is 190 (74.61% from 255 or 55.88% from 340); Blue value is 137 (53.91% from 255 or 40.29% from 340); Max value from RGB is 190 - color contains mainly: green. Hex color #0DBE89 is not a web safe color. Web safe color analog (approx): #00CC99. Inversed color of #0DBE89 is #F24176. Grayscale: #838383. Windows color (decimal): -15876471 or 9027085. OLE color: 9027085.
HSL color Cylindrical-coordinate representation of color #0DBE89: hue angle of 162.03º 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 #0DBE89 is Cyan = 0.93, Magento = 0, Yellow = 0.28 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 13 | 190 | 137 | - |
| CMYK | 0.93 | 0 | 0.28 | 0.25 |
| HSL | 162.03º | 0.87% | 0.4% | - |
| HSV(B) | 162.03º | 0.93% | 0.75% | - |
| XYZ | 23.09 | 38.72 | 29.92 | - |
| YUV | 131.04 | 131.36 | 43.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 13 | 190 | 137 | 0.93 | 0 | 0.28 | 0.25 | 162.03 | 0.87 | 0.4 |
| Hex | D | BE | 89 | 5D | 0 | 1C | 19 | A2 | 57 | 28 |
| Octal | 15 | 276 | 211 | 135 | 0 | 34 | 31 | 242 | 127 | 50 |
| Binary | 1101 | 10111110 | 10001001 | 1011101 | 0 | 11100 | 11001 | 10100010 | 1010111 | 101000 |
Color Harmonies of #0DBE89
Complementary color
Monochromatic Colors of #0DBE89
Black with #0DBE89
Text Example
Text Example
White with #0DBE89
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0DBE89; }
p { color: rgb(13,190,137); }
H1.HeaderClassName
{
color: #0DBE89;
}
.AnyTagClassName
{
color: #0DBE89;
}
</style>
background-color css
<style>
a { background-color: #0DBE89; }
a { background-color: rgb(13,190,137); }
div.DivClassName
{
background-color: #0DBE89;
}
.BgClassName
{
background-color: #0DBE89;
}
</style>
border-color css
<style>
span { border-color: #0DBE89; }
span { border-color: rgb(13,190,137); }
td.TdClassName
{
border-color: #0DBE89;
}
.TagClassName
{
border-color: #0DBE89;
}
</style>