Shades of Mountain Meadow #0DB690
Tints of Mountain Meadow #0DB690
RGB
CMYK
RGB Variations
Color information
#0DB690 (or 0x0DB690) is known color: Mountain Meadow. HEX triplet: 0D, B6 and 90. RGB value is (13,182,144). Sum of RGB (Red+Green+Blue) = 13+182+144=339 (44% of max value = 765). Red value is 13 (5.47% from 255 or 3.83% from 339); Green value is 182 (71.48% from 255 or 53.69% from 339); Blue value is 144 (56.64% from 255 or 42.48% from 339); Max value from RGB is 182 - color contains mainly: green. Hex color #0DB690 is not a web safe color. Web safe color analog (approx): #00CC99. Inversed color of #0DB690 is #F2496F. Grayscale: #7F7F7F. Windows color (decimal): -15878512 or 9483789. OLE color: 9483789.
HSL color Cylindrical-coordinate representation of color #0DB690: hue angle of 166.51º 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 #0DB690 is Cyan = 0.93, Magento = 0, Yellow = 0.21 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 13 | 182 | 144 | - |
| CMYK | 0.93 | 0 | 0.21 | 0.29 |
| HSL | 166.51º | 0.87% | 0.38% | - |
| HSV(B) | 166.51º | 0.93% | 0.71% | - |
| XYZ | 21.93 | 35.56 | 32.09 | - |
| YUV | 127.14 | 137.51 | 46.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 13 | 182 | 144 | 0.93 | 0 | 0.21 | 0.29 | 166.51 | 0.87 | 0.38 |
| Hex | D | B6 | 90 | 5D | 0 | 15 | 1D | A7 | 57 | 26 |
| Octal | 15 | 266 | 220 | 135 | 0 | 25 | 35 | 247 | 127 | 46 |
| Binary | 1101 | 10110110 | 10010000 | 1011101 | 0 | 10101 | 11101 | 10100111 | 1010111 | 100110 |
Color Harmonies of #0DB690
Complementary color
Monochromatic Colors of #0DB690
Black with #0DB690
Text Example
Text Example
White with #0DB690
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0DB690; }
p { color: rgb(13,182,144); }
H1.HeaderClassName
{
color: #0DB690;
}
.AnyTagClassName
{
color: #0DB690;
}
</style>
background-color css
<style>
a { background-color: #0DB690; }
a { background-color: rgb(13,182,144); }
div.DivClassName
{
background-color: #0DB690;
}
.BgClassName
{
background-color: #0DB690;
}
</style>
border-color css
<style>
span { border-color: #0DB690; }
span { border-color: rgb(13,182,144); }
td.TdClassName
{
border-color: #0DB690;
}
.TagClassName
{
border-color: #0DB690;
}
</style>