Shades of Mountain Meadow #0DB795
Tints of Mountain Meadow #0DB795
RGB
CMYK
RGB Variations
Color information
#0DB795 (or 0x0DB795) is known color: Mountain Meadow. HEX triplet: 0D, B7 and 95. RGB value is (13,183,149). Sum of RGB (Red+Green+Blue) = 13+183+149=345 (45% of max value = 765). Red value is 13 (5.47% from 255 or 3.77% from 345); Green value is 183 (71.88% from 255 or 53.04% from 345); Blue value is 149 (58.59% from 255 or 43.19% from 345); Max value from RGB is 183 - color contains mainly: green. Hex color #0DB795 is not a web safe color. Web safe color analog (approx): #00CC99. Inversed color of #0DB795 is #F2486A. Grayscale: #808080. Windows color (decimal): -15878251 or 9811725. OLE color: 9811725.
HSL color Cylindrical-coordinate representation of color #0DB795: hue angle of 168º degrees, saturation: 0.87, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #0DB795 is Cyan = 0.93, Magento = 0, Yellow = 0.19 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 13 | 183 | 149 | - |
| CMYK | 0.93 | 0 | 0.19 | 0.28 |
| HSL | 168º | 0.87% | 0.38% | - |
| HSV(B) | 168º | 0.93% | 0.72% | - |
| XYZ | 22.52 | 36.12 | 34.22 | - |
| YUV | 128.29 | 139.68 | 45.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 13 | 183 | 149 | 0.93 | 0 | 0.19 | 0.28 | 168 | 0.87 | 0.38 |
| Hex | D | B7 | 95 | 5D | 0 | 13 | 1C | A8 | 57 | 26 |
| Octal | 15 | 267 | 225 | 135 | 0 | 23 | 34 | 250 | 127 | 46 |
| Binary | 1101 | 10110111 | 10010101 | 1011101 | 0 | 10011 | 11100 | 10101000 | 1010111 | 100110 |
Color Harmonies of #0DB795
Complementary color
Monochromatic Colors of #0DB795
Black with #0DB795
Text Example
Text Example
White with #0DB795
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0DB795; }
p { color: rgb(13,183,149); }
H1.HeaderClassName
{
color: #0DB795;
}
.AnyTagClassName
{
color: #0DB795;
}
</style>
background-color css
<style>
a { background-color: #0DB795; }
a { background-color: rgb(13,183,149); }
div.DivClassName
{
background-color: #0DB795;
}
.BgClassName
{
background-color: #0DB795;
}
</style>
border-color css
<style>
span { border-color: #0DB795; }
span { border-color: rgb(13,183,149); }
td.TdClassName
{
border-color: #0DB795;
}
.TagClassName
{
border-color: #0DB795;
}
</style>