Shades of Mountain Meadow #0DB995
Tints of Mountain Meadow #0DB995
RGB
CMYK
RGB Variations
Color information
#0DB995 (or 0x0DB995) is known color: Mountain Meadow. HEX triplet: 0D, B9 and 95. RGB value is (13,185,149). Sum of RGB (Red+Green+Blue) = 13+185+149=347 (45% of max value = 765). Red value is 13 (5.47% from 255 or 3.75% from 347); Green value is 185 (72.66% from 255 or 53.31% from 347); Blue value is 149 (58.59% from 255 or 42.94% from 347); Max value from RGB is 185 - color contains mainly: green. Hex color #0DB995 is not a web safe color. Web safe color analog (approx): #00CC99. Inversed color of #0DB995 is #F2466A. Grayscale: #818181. Windows color (decimal): -15877739 or 9812237. OLE color: 9812237.
HSL color Cylindrical-coordinate representation of color #0DB995: hue angle of 167.44º degrees, saturation: 0.87, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #0DB995 is Cyan = 0.93, Magento = 0, Yellow = 0.19 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 13 | 185 | 149 | - |
| CMYK | 0.93 | 0 | 0.19 | 0.27 |
| HSL | 167.44º | 0.87% | 0.39% | - |
| HSV(B) | 167.44º | 0.93% | 0.73% | - |
| XYZ | 22.94 | 36.95 | 34.36 | - |
| YUV | 129.47 | 139.02 | 44.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 13 | 185 | 149 | 0.93 | 0 | 0.19 | 0.27 | 167.44 | 0.87 | 0.39 |
| Hex | D | B9 | 95 | 5D | 0 | 13 | 1B | A7 | 57 | 27 |
| Octal | 15 | 271 | 225 | 135 | 0 | 23 | 33 | 247 | 127 | 47 |
| Binary | 1101 | 10111001 | 10010101 | 1011101 | 0 | 10011 | 11011 | 10100111 | 1010111 | 100111 |
Color Harmonies of #0DB995
Complementary color
Monochromatic Colors of #0DB995
Black with #0DB995
Text Example
Text Example
White with #0DB995
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0DB995; }
p { color: rgb(13,185,149); }
H1.HeaderClassName
{
color: #0DB995;
}
.AnyTagClassName
{
color: #0DB995;
}
</style>
background-color css
<style>
a { background-color: #0DB995; }
a { background-color: rgb(13,185,149); }
div.DivClassName
{
background-color: #0DB995;
}
.BgClassName
{
background-color: #0DB995;
}
</style>
border-color css
<style>
span { border-color: #0DB995; }
span { border-color: rgb(13,185,149); }
td.TdClassName
{
border-color: #0DB995;
}
.TagClassName
{
border-color: #0DB995;
}
</style>