Shades of Mountain Meadow #0DB488
Tints of Mountain Meadow #0DB488
RGB
CMYK
RGB Variations
Color information
#0DB488 (or 0x0DB488) is known color: Mountain Meadow. HEX triplet: 0D, B4 and 88. RGB value is (13,180,136). Sum of RGB (Red+Green+Blue) = 13+180+136=329 (43% of max value = 765). Red value is 13 (5.47% from 255 or 3.95% from 329); Green value is 180 (70.70% from 255 or 54.71% from 329); Blue value is 136 (53.52% from 255 or 41.34% from 329); Max value from RGB is 180 - color contains mainly: green. Hex color #0DB488 is not a web safe color. Web safe color analog (approx): #00CC99. Inversed color of #0DB488 is #F24B77. Grayscale: #7D7D7D. Windows color (decimal): -15879032 or 8958989. OLE color: 8958989.
HSL color Cylindrical-coordinate representation of color #0DB488: hue angle of 164.19º 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 #0DB488 is Cyan = 0.93, Magento = 0, Yellow = 0.24 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 13 | 180 | 136 | - |
| CMYK | 0.93 | 0 | 0.24 | 0.29 |
| HSL | 164.19º | 0.87% | 0.38% | - |
| HSV(B) | 164.19º | 0.93% | 0.71% | - |
| XYZ | 20.93 | 34.51 | 28.85 | - |
| YUV | 125.05 | 134.17 | 48.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 13 | 180 | 136 | 0.93 | 0 | 0.24 | 0.29 | 164.19 | 0.87 | 0.38 |
| Hex | D | B4 | 88 | 5D | 0 | 18 | 1D | A4 | 57 | 26 |
| Octal | 15 | 264 | 210 | 135 | 0 | 30 | 35 | 244 | 127 | 46 |
| Binary | 1101 | 10110100 | 10001000 | 1011101 | 0 | 11000 | 11101 | 10100100 | 1010111 | 100110 |
Color Harmonies of #0DB488
Complementary color
Monochromatic Colors of #0DB488
Black with #0DB488
Text Example
Text Example
White with #0DB488
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0DB488; }
p { color: rgb(13,180,136); }
H1.HeaderClassName
{
color: #0DB488;
}
.AnyTagClassName
{
color: #0DB488;
}
</style>
background-color css
<style>
a { background-color: #0DB488; }
a { background-color: rgb(13,180,136); }
div.DivClassName
{
background-color: #0DB488;
}
.BgClassName
{
background-color: #0DB488;
}
</style>
border-color css
<style>
span { border-color: #0DB488; }
span { border-color: rgb(13,180,136); }
td.TdClassName
{
border-color: #0DB488;
}
.TagClassName
{
border-color: #0DB488;
}
</style>