Shades of Mountain Meadow #0DB489
Tints of Mountain Meadow #0DB489
RGB
CMYK
RGB Variations
Color information
#0DB489 (or 0x0DB489) is known color: Mountain Meadow. HEX triplet: 0D, B4 and 89. RGB value is (13,180,137). Sum of RGB (Red+Green+Blue) = 13+180+137=330 (43% of max value = 765). Red value is 13 (5.47% from 255 or 3.94% from 330); Green value is 180 (70.70% from 255 or 54.55% from 330); Blue value is 137 (53.91% from 255 or 41.52% from 330); Max value from RGB is 180 - color contains mainly: green. Hex color #0DB489 is not a web safe color. Web safe color analog (approx): #00CC99. Inversed color of #0DB489 is #F24B76. Grayscale: #7D7D7D. Windows color (decimal): -15879031 or 9024525. OLE color: 9024525.
HSL color Cylindrical-coordinate representation of color #0DB489: hue angle of 164.55º degrees, saturation: 0.87, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #0DB489 is Cyan = 0.93, Magento = 0, Yellow = 0.24 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 13 | 180 | 137 | - |
| CMYK | 0.93 | 0 | 0.24 | 0.29 |
| HSL | 164.55º | 0.87% | 0.38% | - |
| HSV(B) | 164.55º | 0.93% | 0.71% | - |
| XYZ | 21 | 34.53 | 29.23 | - |
| YUV | 125.17 | 134.67 | 48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 13 | 180 | 137 | 0.93 | 0 | 0.24 | 0.29 | 164.55 | 0.87 | 0.38 |
| Hex | D | B4 | 89 | 5D | 0 | 18 | 1D | A5 | 57 | 26 |
| Octal | 15 | 264 | 211 | 135 | 0 | 30 | 35 | 245 | 127 | 46 |
| Binary | 1101 | 10110100 | 10001001 | 1011101 | 0 | 11000 | 11101 | 10100101 | 1010111 | 100110 |
Color Harmonies of #0DB489
Complementary color
Monochromatic Colors of #0DB489
Black with #0DB489
Text Example
Text Example
White with #0DB489
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0DB489; }
p { color: rgb(13,180,137); }
H1.HeaderClassName
{
color: #0DB489;
}
.AnyTagClassName
{
color: #0DB489;
}
</style>
background-color css
<style>
a { background-color: #0DB489; }
a { background-color: rgb(13,180,137); }
div.DivClassName
{
background-color: #0DB489;
}
.BgClassName
{
background-color: #0DB489;
}
</style>
border-color css
<style>
span { border-color: #0DB489; }
span { border-color: rgb(13,180,137); }
td.TdClassName
{
border-color: #0DB489;
}
.TagClassName
{
border-color: #0DB489;
}
</style>