Shades of Mountain Meadow #0DB48F
Tints of Mountain Meadow #0DB48F
RGB
CMYK
RGB Variations
Color information
#0DB48F (or 0x0DB48F) is known color: Mountain Meadow. HEX triplet: 0D, B4 and 8F. RGB value is (13,180,143). Sum of RGB (Red+Green+Blue) = 13+180+143=336 (44% of max value = 765). Red value is 13 (5.47% from 255 or 3.87% from 336); Green value is 180 (70.70% from 255 or 53.57% from 336); Blue value is 143 (56.25% from 255 or 42.56% from 336); Max value from RGB is 180 - color contains mainly: green. Hex color #0DB48F is not a web safe color. Web safe color analog (approx): #00CC99. Inversed color of #0DB48F is #F24B70. Grayscale: #7D7D7D. Windows color (decimal): -15879025 or 9417741. OLE color: 9417741.
HSL color Cylindrical-coordinate representation of color #0DB48F: hue angle of 166.71º 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 #0DB48F is Cyan = 0.93, Magento = 0, Yellow = 0.21 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 13 | 180 | 143 | - |
| CMYK | 0.93 | 0 | 0.21 | 0.29 |
| HSL | 166.71º | 0.87% | 0.38% | - |
| HSV(B) | 166.71º | 0.93% | 0.71% | - |
| XYZ | 21.45 | 34.71 | 31.56 | - |
| YUV | 125.85 | 137.67 | 47.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 13 | 180 | 143 | 0.93 | 0 | 0.21 | 0.29 | 166.71 | 0.87 | 0.38 |
| Hex | D | B4 | 8F | 5D | 0 | 15 | 1D | A7 | 57 | 26 |
| Octal | 15 | 264 | 217 | 135 | 0 | 25 | 35 | 247 | 127 | 46 |
| Binary | 1101 | 10110100 | 10001111 | 1011101 | 0 | 10101 | 11101 | 10100111 | 1010111 | 100110 |
Color Harmonies of #0DB48F
Complementary color
Monochromatic Colors of #0DB48F
Black with #0DB48F
Text Example
Text Example
White with #0DB48F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0DB48F; }
p { color: rgb(13,180,143); }
H1.HeaderClassName
{
color: #0DB48F;
}
.AnyTagClassName
{
color: #0DB48F;
}
</style>
background-color css
<style>
a { background-color: #0DB48F; }
a { background-color: rgb(13,180,143); }
div.DivClassName
{
background-color: #0DB48F;
}
.BgClassName
{
background-color: #0DB48F;
}
</style>
border-color css
<style>
span { border-color: #0DB48F; }
span { border-color: rgb(13,180,143); }
td.TdClassName
{
border-color: #0DB48F;
}
.TagClassName
{
border-color: #0DB48F;
}
</style>