Shades of Mountain Meadow #0DB87E
Tints of Mountain Meadow #0DB87E
RGB
CMYK
RGB Variations
Color information
#0DB87E (or 0x0DB87E) is known color: Mountain Meadow. HEX triplet: 0D, B8 and 7E. RGB value is (13,184,126). Sum of RGB (Red+Green+Blue) = 13+184+126=323 (42% of max value = 765). Red value is 13 (5.47% from 255 or 4.02% from 323); Green value is 184 (72.27% from 255 or 56.97% from 323); Blue value is 126 (49.61% from 255 or 39.01% from 323); Max value from RGB is 184 - color contains mainly: green. Hex color #0DB87E is not a web safe color. Web safe color analog (approx): #00CC66. Inversed color of #0DB87E is #F24781. Grayscale: #7E7E7E. Windows color (decimal): -15878018 or 8304653. OLE color: 8304653.
HSL color Cylindrical-coordinate representation of color #0DB87E: hue angle of 159.65º degrees, saturation: 0.87, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #0DB87E is Cyan = 0.93, Magento = 0, Yellow = 0.32 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 13 | 184 | 126 | - |
| CMYK | 0.93 | 0 | 0.32 | 0.28 |
| HSL | 159.65º | 0.87% | 0.39% | - |
| HSV(B) | 159.65º | 0.93% | 0.72% | - |
| XYZ | 21.07 | 35.87 | 25.55 | - |
| YUV | 126.26 | 127.85 | 47.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 13 | 184 | 126 | 0.93 | 0 | 0.32 | 0.28 | 159.65 | 0.87 | 0.39 |
| Hex | D | B8 | 7E | 5D | 0 | 20 | 1C | A0 | 57 | 27 |
| Octal | 15 | 270 | 176 | 135 | 0 | 40 | 34 | 240 | 127 | 47 |
| Binary | 1101 | 10111000 | 1111110 | 1011101 | 0 | 100000 | 11100 | 10100000 | 1010111 | 100111 |
Color Harmonies of #0DB87E
Complementary color
Monochromatic Colors of #0DB87E
Black with #0DB87E
Text Example
Text Example
White with #0DB87E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0DB87E; }
p { color: rgb(13,184,126); }
H1.HeaderClassName
{
color: #0DB87E;
}
.AnyTagClassName
{
color: #0DB87E;
}
</style>
background-color css
<style>
a { background-color: #0DB87E; }
a { background-color: rgb(13,184,126); }
div.DivClassName
{
background-color: #0DB87E;
}
.BgClassName
{
background-color: #0DB87E;
}
</style>
border-color css
<style>
span { border-color: #0DB87E; }
span { border-color: rgb(13,184,126); }
td.TdClassName
{
border-color: #0DB87E;
}
.TagClassName
{
border-color: #0DB87E;
}
</style>