Shades of Mountain Meadow #0DB591
Tints of Mountain Meadow #0DB591
RGB
CMYK
RGB Variations
Color information
#0DB591 (or 0x0DB591) is known color: Mountain Meadow. HEX triplet: 0D, B5 and 91. RGB value is (13,181,145). Sum of RGB (Red+Green+Blue) = 13+181+145=339 (44% of max value = 765). Red value is 13 (5.47% from 255 or 3.83% from 339); Green value is 181 (71.09% from 255 or 53.39% from 339); Blue value is 145 (57.03% from 255 or 42.77% from 339); Max value from RGB is 181 - color contains mainly: green. Hex color #0DB591 is not a web safe color. Web safe color analog (approx): #00CC99. Inversed color of #0DB591 is #F24A6E. Grayscale: #7E7E7E. Windows color (decimal): -15878767 or 9549069. OLE color: 9549069.
HSL color Cylindrical-coordinate representation of color #0DB591: hue angle of 167.14º 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 #0DB591 is Cyan = 0.93, Magento = 0, Yellow = 0.20 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 13 | 181 | 145 | - |
| CMYK | 0.93 | 0 | 0.20 | 0.29 |
| HSL | 167.14º | 0.87% | 0.38% | - |
| HSV(B) | 167.14º | 0.93% | 0.71% | - |
| XYZ | 21.8 | 35.18 | 32.43 | - |
| YUV | 126.66 | 138.34 | 46.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 13 | 181 | 145 | 0.93 | 0 | 0.20 | 0.29 | 167.14 | 0.87 | 0.38 |
| Hex | D | B5 | 91 | 5D | 0 | 14 | 1D | A7 | 57 | 26 |
| Octal | 15 | 265 | 221 | 135 | 0 | 24 | 35 | 247 | 127 | 46 |
| Binary | 1101 | 10110101 | 10010001 | 1011101 | 0 | 10100 | 11101 | 10100111 | 1010111 | 100110 |
Color Harmonies of #0DB591
Complementary color
Monochromatic Colors of #0DB591
Black with #0DB591
Text Example
Text Example
White with #0DB591
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0DB591; }
p { color: rgb(13,181,145); }
H1.HeaderClassName
{
color: #0DB591;
}
.AnyTagClassName
{
color: #0DB591;
}
</style>
background-color css
<style>
a { background-color: #0DB591; }
a { background-color: rgb(13,181,145); }
div.DivClassName
{
background-color: #0DB591;
}
.BgClassName
{
background-color: #0DB591;
}
</style>
border-color css
<style>
span { border-color: #0DB591; }
span { border-color: rgb(13,181,145); }
td.TdClassName
{
border-color: #0DB591;
}
.TagClassName
{
border-color: #0DB591;
}
</style>