Shades of Mountain Meadow #0DB895
Tints of Mountain Meadow #0DB895
RGB
CMYK
RGB Variations
Color information
#0DB895 (or 0x0DB895) is known color: Mountain Meadow. HEX triplet: 0D, B8 and 95. RGB value is (13,184,149). Sum of RGB (Red+Green+Blue) = 13+184+149=346 (45% of max value = 765). Red value is 13 (5.47% from 255 or 3.76% from 346); Green value is 184 (72.27% from 255 or 53.18% from 346); Blue value is 149 (58.59% from 255 or 43.06% from 346); Max value from RGB is 184 - color contains mainly: green. Hex color #0DB895 is not a web safe color. Web safe color analog (approx): #00CC99. Inversed color of #0DB895 is #F2476A. Grayscale: #808080. Windows color (decimal): -15877995 or 9811981. OLE color: 9811981.
HSL color Cylindrical-coordinate representation of color #0DB895: hue angle of 167.72º degrees, saturation: 0.87, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #0DB895 is Cyan = 0.93, Magento = 0, Yellow = 0.19 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 13 | 184 | 149 | - |
| CMYK | 0.93 | 0 | 0.19 | 0.28 |
| HSL | 167.72º | 0.87% | 0.39% | - |
| HSV(B) | 167.72º | 0.93% | 0.72% | - |
| XYZ | 22.73 | 36.54 | 34.29 | - |
| YUV | 128.88 | 139.35 | 45.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 13 | 184 | 149 | 0.93 | 0 | 0.19 | 0.28 | 167.72 | 0.87 | 0.39 |
| Hex | D | B8 | 95 | 5D | 0 | 13 | 1C | A8 | 57 | 27 |
| Octal | 15 | 270 | 225 | 135 | 0 | 23 | 34 | 250 | 127 | 47 |
| Binary | 1101 | 10111000 | 10010101 | 1011101 | 0 | 10011 | 11100 | 10101000 | 1010111 | 100111 |
Color Harmonies of #0DB895
Complementary color
Monochromatic Colors of #0DB895
Black with #0DB895
Text Example
Text Example
White with #0DB895
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0DB895; }
p { color: rgb(13,184,149); }
H1.HeaderClassName
{
color: #0DB895;
}
.AnyTagClassName
{
color: #0DB895;
}
</style>
background-color css
<style>
a { background-color: #0DB895; }
a { background-color: rgb(13,184,149); }
div.DivClassName
{
background-color: #0DB895;
}
.BgClassName
{
background-color: #0DB895;
}
</style>
border-color css
<style>
span { border-color: #0DB895; }
span { border-color: rgb(13,184,149); }
td.TdClassName
{
border-color: #0DB895;
}
.TagClassName
{
border-color: #0DB895;
}
</style>