Shades of Mountain Meadow #0DB791
Tints of Mountain Meadow #0DB791
RGB
CMYK
RGB Variations
Color information
#0DB791 (or 0x0DB791) is known color: Mountain Meadow. HEX triplet: 0D, B7 and 91. RGB value is (13,183,145). Sum of RGB (Red+Green+Blue) = 13+183+145=341 (45% of max value = 765). Red value is 13 (5.47% from 255 or 3.81% from 341); Green value is 183 (71.88% from 255 or 53.67% from 341); Blue value is 145 (57.03% from 255 or 42.52% from 341); Max value from RGB is 183 - color contains mainly: green. Hex color #0DB791 is not a web safe color. Web safe color analog (approx): #00CC99. Inversed color of #0DB791 is #F2486E. Grayscale: #7F7F7F. Windows color (decimal): -15878255 or 9549581. OLE color: 9549581.
HSL color Cylindrical-coordinate representation of color #0DB791: hue angle of 166.59º 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 #0DB791 is Cyan = 0.93, Magento = 0, Yellow = 0.21 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 13 | 183 | 145 | - |
| CMYK | 0.93 | 0 | 0.21 | 0.28 |
| HSL | 166.59º | 0.87% | 0.38% | - |
| HSV(B) | 166.59º | 0.93% | 0.72% | - |
| XYZ | 22.21 | 36 | 32.57 | - |
| YUV | 127.84 | 137.68 | 46.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 13 | 183 | 145 | 0.93 | 0 | 0.21 | 0.28 | 166.59 | 0.87 | 0.38 |
| Hex | D | B7 | 91 | 5D | 0 | 15 | 1C | A7 | 57 | 26 |
| Octal | 15 | 267 | 221 | 135 | 0 | 25 | 34 | 247 | 127 | 46 |
| Binary | 1101 | 10110111 | 10010001 | 1011101 | 0 | 10101 | 11100 | 10100111 | 1010111 | 100110 |
Color Harmonies of #0DB791
Complementary color
Monochromatic Colors of #0DB791
Black with #0DB791
Text Example
Text Example
White with #0DB791
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0DB791; }
p { color: rgb(13,183,145); }
H1.HeaderClassName
{
color: #0DB791;
}
.AnyTagClassName
{
color: #0DB791;
}
</style>
background-color css
<style>
a { background-color: #0DB791; }
a { background-color: rgb(13,183,145); }
div.DivClassName
{
background-color: #0DB791;
}
.BgClassName
{
background-color: #0DB791;
}
</style>
border-color css
<style>
span { border-color: #0DB791; }
span { border-color: rgb(13,183,145); }
td.TdClassName
{
border-color: #0DB791;
}
.TagClassName
{
border-color: #0DB791;
}
</style>