Shades of Mountain Meadow #0DBD8D
Tints of Mountain Meadow #0DBD8D
RGB
CMYK
RGB Variations
Color information
#0DBD8D (or 0x0DBD8D) is known color: Mountain Meadow. HEX triplet: 0D, BD and 8D. RGB value is (13,189,141). Sum of RGB (Red+Green+Blue) = 13+189+141=343 (45% of max value = 765). Red value is 13 (5.47% from 255 or 3.79% from 343); Green value is 189 (74.22% from 255 or 55.10% from 343); Blue value is 141 (55.47% from 255 or 41.11% from 343); Max value from RGB is 189 - color contains mainly: green. Hex color #0DBD8D is not a web safe color. Web safe color analog (approx): #00CC99. Inversed color of #0DBD8D is #F24272. Grayscale: #828282. Windows color (decimal): -15876723 or 9288973. OLE color: 9288973.
HSL color Cylindrical-coordinate representation of color #0DBD8D: hue angle of 163.64º 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 #0DBD8D is Cyan = 0.93, Magento = 0, Yellow = 0.25 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 13 | 189 | 141 | - |
| CMYK | 0.93 | 0 | 0.25 | 0.26 |
| HSL | 163.64º | 0.87% | 0.4% | - |
| HSV(B) | 163.64º | 0.93% | 0.74% | - |
| XYZ | 23.17 | 38.4 | 31.39 | - |
| YUV | 130.9 | 133.69 | 43.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 13 | 189 | 141 | 0.93 | 0 | 0.25 | 0.26 | 163.64 | 0.87 | 0.4 |
| Hex | D | BD | 8D | 5D | 0 | 19 | 1A | A4 | 57 | 28 |
| Octal | 15 | 275 | 215 | 135 | 0 | 31 | 32 | 244 | 127 | 50 |
| Binary | 1101 | 10111101 | 10001101 | 1011101 | 0 | 11001 | 11010 | 10100100 | 1010111 | 101000 |
Color Harmonies of #0DBD8D
Complementary color
Monochromatic Colors of #0DBD8D
Black with #0DBD8D
Text Example
Text Example
White with #0DBD8D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0DBD8D; }
p { color: rgb(13,189,141); }
H1.HeaderClassName
{
color: #0DBD8D;
}
.AnyTagClassName
{
color: #0DBD8D;
}
</style>
background-color css
<style>
a { background-color: #0DBD8D; }
a { background-color: rgb(13,189,141); }
div.DivClassName
{
background-color: #0DBD8D;
}
.BgClassName
{
background-color: #0DBD8D;
}
</style>
border-color css
<style>
span { border-color: #0DBD8D; }
span { border-color: rgb(13,189,141); }
td.TdClassName
{
border-color: #0DBD8D;
}
.TagClassName
{
border-color: #0DBD8D;
}
</style>