Shades of Mountain Meadow #0DBD7D
Tints of Mountain Meadow #0DBD7D
RGB
CMYK
RGB Variations
Color information
#0DBD7D (or 0x0DBD7D) is known color: Mountain Meadow. HEX triplet: 0D, BD and 7D. RGB value is (13,189,125). Sum of RGB (Red+Green+Blue) = 13+189+125=327 (43% of max value = 765). Red value is 13 (5.47% from 255 or 3.98% from 327); Green value is 189 (74.22% from 255 or 57.80% from 327); Blue value is 125 (49.22% from 255 or 38.23% from 327); Max value from RGB is 189 - color contains mainly: green. Hex color #0DBD7D is not a web safe color. Web safe color analog (approx): #00CC66. Inversed color of #0DBD7D is #F24282. Grayscale: #818181. Windows color (decimal): -15876739 or 8240397. OLE color: 8240397.
HSL color Cylindrical-coordinate representation of color #0DBD7D: hue angle of 158.18º 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 #0DBD7D is Cyan = 0.93, Magento = 0, Yellow = 0.34 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 13 | 189 | 125 | - |
| CMYK | 0.93 | 0 | 0.34 | 0.26 |
| HSL | 158.18º | 0.87% | 0.4% | - |
| HSV(B) | 158.18º | 0.93% | 0.74% | - |
| XYZ | 22.07 | 37.96 | 25.57 | - |
| YUV | 129.08 | 125.69 | 45.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 13 | 189 | 125 | 0.93 | 0 | 0.34 | 0.26 | 158.18 | 0.87 | 0.4 |
| Hex | D | BD | 7D | 5D | 0 | 22 | 1A | 9E | 57 | 28 |
| Octal | 15 | 275 | 175 | 135 | 0 | 42 | 32 | 236 | 127 | 50 |
| Binary | 1101 | 10111101 | 1111101 | 1011101 | 0 | 100010 | 11010 | 10011110 | 1010111 | 101000 |
Color Harmonies of #0DBD7D
Complementary color
Monochromatic Colors of #0DBD7D
Black with #0DBD7D
Text Example
Text Example
White with #0DBD7D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0DBD7D; }
p { color: rgb(13,189,125); }
H1.HeaderClassName
{
color: #0DBD7D;
}
.AnyTagClassName
{
color: #0DBD7D;
}
</style>
background-color css
<style>
a { background-color: #0DBD7D; }
a { background-color: rgb(13,189,125); }
div.DivClassName
{
background-color: #0DBD7D;
}
.BgClassName
{
background-color: #0DBD7D;
}
</style>
border-color css
<style>
span { border-color: #0DBD7D; }
span { border-color: rgb(13,189,125); }
td.TdClassName
{
border-color: #0DBD7D;
}
.TagClassName
{
border-color: #0DBD7D;
}
</style>