Shades of Mountain Meadow #0DB889
Tints of Mountain Meadow #0DB889
RGB
CMYK
RGB Variations
Color information
#0DB889 (or 0x0DB889) is known color: Mountain Meadow. HEX triplet: 0D, B8 and 89. RGB value is (13,184,137). Sum of RGB (Red+Green+Blue) = 13+184+137=334 (44% of max value = 765). Red value is 13 (5.47% from 255 or 3.89% from 334); Green value is 184 (72.27% from 255 or 55.09% from 334); Blue value is 137 (53.91% from 255 or 41.02% from 334); Max value from RGB is 184 - color contains mainly: green. Hex color #0DB889 is not a web safe color. Web safe color analog (approx): #00CC99. Inversed color of #0DB889 is #F24776. Grayscale: #7F7F7F. Windows color (decimal): -15878007 or 9025549. OLE color: 9025549.
HSL color Cylindrical-coordinate representation of color #0DB889: hue angle of 163.51º degrees, saturation: 0.87, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #0DB889 is Cyan = 0.93, Magento = 0, Yellow = 0.26 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 13 | 184 | 137 | - |
| CMYK | 0.93 | 0 | 0.26 | 0.28 |
| HSL | 163.51º | 0.87% | 0.39% | - |
| HSV(B) | 163.51º | 0.93% | 0.72% | - |
| XYZ | 21.82 | 36.17 | 29.5 | - |
| YUV | 127.51 | 133.35 | 46.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 13 | 184 | 137 | 0.93 | 0 | 0.26 | 0.28 | 163.51 | 0.87 | 0.39 |
| Hex | D | B8 | 89 | 5D | 0 | 1A | 1C | A4 | 57 | 27 |
| Octal | 15 | 270 | 211 | 135 | 0 | 32 | 34 | 244 | 127 | 47 |
| Binary | 1101 | 10111000 | 10001001 | 1011101 | 0 | 11010 | 11100 | 10100100 | 1010111 | 100111 |
Color Harmonies of #0DB889
Complementary color
Monochromatic Colors of #0DB889
Black with #0DB889
Text Example
Text Example
White with #0DB889
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0DB889; }
p { color: rgb(13,184,137); }
H1.HeaderClassName
{
color: #0DB889;
}
.AnyTagClassName
{
color: #0DB889;
}
</style>
background-color css
<style>
a { background-color: #0DB889; }
a { background-color: rgb(13,184,137); }
div.DivClassName
{
background-color: #0DB889;
}
.BgClassName
{
background-color: #0DB889;
}
</style>
border-color css
<style>
span { border-color: #0DB889; }
span { border-color: rgb(13,184,137); }
td.TdClassName
{
border-color: #0DB889;
}
.TagClassName
{
border-color: #0DB889;
}
</style>