Shades of Mountain Meadow #0DB089
Tints of Mountain Meadow #0DB089
RGB
CMYK
RGB Variations
Color information
#0DB089 (or 0x0DB089) is known color: Mountain Meadow. HEX triplet: 0D, B0 and 89. RGB value is (13,176,137). Sum of RGB (Red+Green+Blue) = 13+176+137=326 (43% of max value = 765). Red value is 13 (5.47% from 255 or 3.99% from 326); Green value is 176 (69.14% from 255 or 53.99% from 326); Blue value is 137 (53.91% from 255 or 42.02% from 326); Max value from RGB is 176 - color contains mainly: green. Hex color #0DB089 is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #0DB089 is #F24F76. Grayscale: #7A7A7A. Windows color (decimal): -15880055 or 9023501. OLE color: 9023501.
HSL color Cylindrical-coordinate representation of color #0DB089: hue angle of 165.64º degrees, saturation: 0.86, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #0DB089 is Cyan = 0.93, Magento = 0, Yellow = 0.22 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 13 | 176 | 137 | - |
| CMYK | 0.93 | 0 | 0.22 | 0.31 |
| HSL | 165.64º | 0.86% | 0.37% | - |
| HSV(B) | 165.64º | 0.93% | 0.69% | - |
| XYZ | 20.21 | 32.94 | 28.96 | - |
| YUV | 122.82 | 136 | 49.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 13 | 176 | 137 | 0.93 | 0 | 0.22 | 0.31 | 165.64 | 0.86 | 0.37 |
| Hex | D | B0 | 89 | 5D | 0 | 16 | 1F | A6 | 56 | 25 |
| Octal | 15 | 260 | 211 | 135 | 0 | 26 | 37 | 246 | 126 | 45 |
| Binary | 1101 | 10110000 | 10001001 | 1011101 | 0 | 10110 | 11111 | 10100110 | 1010110 | 100101 |
Color Harmonies of #0DB089
Complementary color
Monochromatic Colors of #0DB089
Black with #0DB089
Text Example
Text Example
White with #0DB089
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0DB089; }
p { color: rgb(13,176,137); }
H1.HeaderClassName
{
color: #0DB089;
}
.AnyTagClassName
{
color: #0DB089;
}
</style>
background-color css
<style>
a { background-color: #0DB089; }
a { background-color: rgb(13,176,137); }
div.DivClassName
{
background-color: #0DB089;
}
.BgClassName
{
background-color: #0DB089;
}
</style>
border-color css
<style>
span { border-color: #0DB089; }
span { border-color: rgb(13,176,137); }
td.TdClassName
{
border-color: #0DB089;
}
.TagClassName
{
border-color: #0DB089;
}
</style>