Shades of Mountain Meadow #0DB48D
Tints of Mountain Meadow #0DB48D
RGB
CMYK
RGB Variations
Color information
#0DB48D (or 0x0DB48D) is known color: Mountain Meadow. HEX triplet: 0D, B4 and 8D. RGB value is (13,180,141). Sum of RGB (Red+Green+Blue) = 13+180+141=334 (44% of max value = 765). Red value is 13 (5.47% from 255 or 3.89% from 334); Green value is 180 (70.70% from 255 or 53.89% from 334); Blue value is 141 (55.47% from 255 or 42.22% from 334); Max value from RGB is 180 - color contains mainly: green. Hex color #0DB48D is not a web safe color. Web safe color analog (approx): #00CC99. Inversed color of #0DB48D is #F24B72. Grayscale: #7D7D7D. Windows color (decimal): -15879027 or 9286669. OLE color: 9286669.
HSL color Cylindrical-coordinate representation of color #0DB48D: hue angle of 165.99º degrees, saturation: 0.87, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #0DB48D is Cyan = 0.93, Magento = 0, Yellow = 0.22 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 13 | 180 | 141 | - |
| CMYK | 0.93 | 0 | 0.22 | 0.29 |
| HSL | 165.99º | 0.87% | 0.38% | - |
| HSV(B) | 165.99º | 0.93% | 0.71% | - |
| XYZ | 21.29 | 34.65 | 30.77 | - |
| YUV | 125.62 | 136.67 | 47.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 13 | 180 | 141 | 0.93 | 0 | 0.22 | 0.29 | 165.99 | 0.87 | 0.38 |
| Hex | D | B4 | 8D | 5D | 0 | 16 | 1D | A6 | 57 | 26 |
| Octal | 15 | 264 | 215 | 135 | 0 | 26 | 35 | 246 | 127 | 46 |
| Binary | 1101 | 10110100 | 10001101 | 1011101 | 0 | 10110 | 11101 | 10100110 | 1010111 | 100110 |
Color Harmonies of #0DB48D
Complementary color
Monochromatic Colors of #0DB48D
Black with #0DB48D
Text Example
Text Example
White with #0DB48D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0DB48D; }
p { color: rgb(13,180,141); }
H1.HeaderClassName
{
color: #0DB48D;
}
.AnyTagClassName
{
color: #0DB48D;
}
</style>
background-color css
<style>
a { background-color: #0DB48D; }
a { background-color: rgb(13,180,141); }
div.DivClassName
{
background-color: #0DB48D;
}
.BgClassName
{
background-color: #0DB48D;
}
</style>
border-color css
<style>
span { border-color: #0DB48D; }
span { border-color: rgb(13,180,141); }
td.TdClassName
{
border-color: #0DB48D;
}
.TagClassName
{
border-color: #0DB48D;
}
</style>