Shades of Mountain Meadow #0DB58E
Tints of Mountain Meadow #0DB58E
RGB
CMYK
RGB Variations
Color information
#0DB58E (or 0x0DB58E) is known color: Mountain Meadow. HEX triplet: 0D, B5 and 8E. RGB value is (13,181,142). Sum of RGB (Red+Green+Blue) = 13+181+142=336 (44% of max value = 765). Red value is 13 (5.47% from 255 or 3.87% from 336); Green value is 181 (71.09% from 255 or 53.87% from 336); Blue value is 142 (55.86% from 255 or 42.26% from 336); Max value from RGB is 181 - color contains mainly: green. Hex color #0DB58E is not a web safe color. Web safe color analog (approx): #00CC99. Inversed color of #0DB58E is #F24A71. Grayscale: #7E7E7E. Windows color (decimal): -15878770 or 9352461. OLE color: 9352461.
HSL color Cylindrical-coordinate representation of color #0DB58E: hue angle of 166.07º 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 #0DB58E is Cyan = 0.93, Magento = 0, Yellow = 0.22 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 13 | 181 | 142 | - |
| CMYK | 0.93 | 0 | 0.22 | 0.29 |
| HSL | 166.07º | 0.87% | 0.38% | - |
| HSV(B) | 166.07º | 0.93% | 0.71% | - |
| XYZ | 21.57 | 35.09 | 31.23 | - |
| YUV | 126.32 | 136.84 | 47.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 13 | 181 | 142 | 0.93 | 0 | 0.22 | 0.29 | 166.07 | 0.87 | 0.38 |
| Hex | D | B5 | 8E | 5D | 0 | 16 | 1D | A6 | 57 | 26 |
| Octal | 15 | 265 | 216 | 135 | 0 | 26 | 35 | 246 | 127 | 46 |
| Binary | 1101 | 10110101 | 10001110 | 1011101 | 0 | 10110 | 11101 | 10100110 | 1010111 | 100110 |
Color Harmonies of #0DB58E
Complementary color
Monochromatic Colors of #0DB58E
Black with #0DB58E
Text Example
Text Example
White with #0DB58E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0DB58E; }
p { color: rgb(13,181,142); }
H1.HeaderClassName
{
color: #0DB58E;
}
.AnyTagClassName
{
color: #0DB58E;
}
</style>
background-color css
<style>
a { background-color: #0DB58E; }
a { background-color: rgb(13,181,142); }
div.DivClassName
{
background-color: #0DB58E;
}
.BgClassName
{
background-color: #0DB58E;
}
</style>
border-color css
<style>
span { border-color: #0DB58E; }
span { border-color: rgb(13,181,142); }
td.TdClassName
{
border-color: #0DB58E;
}
.TagClassName
{
border-color: #0DB58E;
}
</style>