Shades of Mountain Meadow #0DBD80
Tints of Mountain Meadow #0DBD80
RGB
CMYK
RGB Variations
Color information
#0DBD80 (or 0x0DBD80) is known color: Mountain Meadow. HEX triplet: 0D, BD and 80. RGB value is (13,189,128). Sum of RGB (Red+Green+Blue) = 13+189+128=330 (43% of max value = 765). Red value is 13 (5.47% from 255 or 3.94% from 330); Green value is 189 (74.22% from 255 or 57.27% from 330); Blue value is 128 (50.39% from 255 or 38.79% from 330); Max value from RGB is 189 - color contains mainly: green. Hex color #0DBD80 is not a web safe color. Web safe color analog (approx): #00CC99. Inversed color of #0DBD80 is #F2427F. Grayscale: #818181. Windows color (decimal): -15876736 or 8437005. OLE color: 8437005.
HSL color Cylindrical-coordinate representation of color #0DBD80: hue angle of 159.2º degrees, saturation: 0.87, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #0DBD80 is Cyan = 0.93, Magento = 0, Yellow = 0.32 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 13 | 189 | 128 | - |
| CMYK | 0.93 | 0 | 0.32 | 0.26 |
| HSL | 159.2º | 0.87% | 0.4% | - |
| HSV(B) | 159.2º | 0.93% | 0.74% | - |
| XYZ | 22.26 | 38.04 | 26.59 | - |
| YUV | 129.42 | 127.19 | 44.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 13 | 189 | 128 | 0.93 | 0 | 0.32 | 0.26 | 159.2 | 0.87 | 0.4 |
| Hex | D | BD | 80 | 5D | 0 | 20 | 1A | 9F | 57 | 28 |
| Octal | 15 | 275 | 200 | 135 | 0 | 40 | 32 | 237 | 127 | 50 |
| Binary | 1101 | 10111101 | 10000000 | 1011101 | 0 | 100000 | 11010 | 10011111 | 1010111 | 101000 |
Color Harmonies of #0DBD80
Complementary color
Monochromatic Colors of #0DBD80
Black with #0DBD80
Text Example
Text Example
White with #0DBD80
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0DBD80; }
p { color: rgb(13,189,128); }
H1.HeaderClassName
{
color: #0DBD80;
}
.AnyTagClassName
{
color: #0DBD80;
}
</style>
background-color css
<style>
a { background-color: #0DBD80; }
a { background-color: rgb(13,189,128); }
div.DivClassName
{
background-color: #0DBD80;
}
.BgClassName
{
background-color: #0DBD80;
}
</style>
border-color css
<style>
span { border-color: #0DBD80; }
span { border-color: rgb(13,189,128); }
td.TdClassName
{
border-color: #0DBD80;
}
.TagClassName
{
border-color: #0DBD80;
}
</style>