Shades of Mountain Meadow #0DB87B
Tints of Mountain Meadow #0DB87B
RGB
CMYK
RGB Variations
Color information
#0DB87B (or 0x0DB87B) is known color: Mountain Meadow. HEX triplet: 0D, B8 and 7B. RGB value is (13,184,123). Sum of RGB (Red+Green+Blue) = 13+184+123=320 (42% of max value = 765). Red value is 13 (5.47% from 255 or 4.06% from 320); Green value is 184 (72.27% from 255 or 57.5% from 320); Blue value is 123 (48.44% from 255 or 38.44% from 320); Max value from RGB is 184 - color contains mainly: green. Hex color #0DB87B is not a web safe color. Web safe color analog (approx): #00CC66. Inversed color of #0DB87B is #F24784. Grayscale: #7D7D7D. Windows color (decimal): -15878021 or 8108045. OLE color: 8108045.
HSL color Cylindrical-coordinate representation of color #0DB87B: hue angle of 158.6º 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 #0DB87B is Cyan = 0.93, Magento = 0, Yellow = 0.33 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 13 | 184 | 123 | - |
| CMYK | 0.93 | 0 | 0.33 | 0.28 |
| HSL | 158.6º | 0.87% | 0.39% | - |
| HSV(B) | 158.6º | 0.93% | 0.72% | - |
| XYZ | 20.88 | 35.8 | 24.55 | - |
| YUV | 125.92 | 126.35 | 47.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 13 | 184 | 123 | 0.93 | 0 | 0.33 | 0.28 | 158.6 | 0.87 | 0.39 |
| Hex | D | B8 | 7B | 5D | 0 | 21 | 1C | 9F | 57 | 27 |
| Octal | 15 | 270 | 173 | 135 | 0 | 41 | 34 | 237 | 127 | 47 |
| Binary | 1101 | 10111000 | 1111011 | 1011101 | 0 | 100001 | 11100 | 10011111 | 1010111 | 100111 |
Color Harmonies of #0DB87B
Complementary color
Monochromatic Colors of #0DB87B
Black with #0DB87B
Text Example
Text Example
White with #0DB87B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0DB87B; }
p { color: rgb(13,184,123); }
H1.HeaderClassName
{
color: #0DB87B;
}
.AnyTagClassName
{
color: #0DB87B;
}
</style>
background-color css
<style>
a { background-color: #0DB87B; }
a { background-color: rgb(13,184,123); }
div.DivClassName
{
background-color: #0DB87B;
}
.BgClassName
{
background-color: #0DB87B;
}
</style>
border-color css
<style>
span { border-color: #0DB87B; }
span { border-color: rgb(13,184,123); }
td.TdClassName
{
border-color: #0DB87B;
}
.TagClassName
{
border-color: #0DB87B;
}
</style>