Shades of Mountain Meadow #0DB885
Tints of Mountain Meadow #0DB885
RGB
CMYK
RGB Variations
Color information
#0DB885 (or 0x0DB885) is known color: Mountain Meadow. HEX triplet: 0D, B8 and 85. RGB value is (13,184,133). Sum of RGB (Red+Green+Blue) = 13+184+133=330 (43% of max value = 765). Red value is 13 (5.47% from 255 or 3.94% from 330); Green value is 184 (72.27% from 255 or 55.76% from 330); Blue value is 133 (52.34% from 255 or 40.30% from 330); Max value from RGB is 184 - color contains mainly: green. Hex color #0DB885 is not a web safe color. Web safe color analog (approx): #00CC99. Inversed color of #0DB885 is #F2477A. Grayscale: #7F7F7F. Windows color (decimal): -15878011 or 8763405. OLE color: 8763405.
HSL color Cylindrical-coordinate representation of color #0DB885: hue angle of 162.11º 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 #0DB885 is Cyan = 0.93, Magento = 0, Yellow = 0.28 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 13 | 184 | 133 | - |
| CMYK | 0.93 | 0 | 0.28 | 0.28 |
| HSL | 162.11º | 0.87% | 0.39% | - |
| HSV(B) | 162.11º | 0.93% | 0.72% | - |
| XYZ | 21.54 | 36.06 | 28.02 | - |
| YUV | 127.06 | 131.35 | 46.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 13 | 184 | 133 | 0.93 | 0 | 0.28 | 0.28 | 162.11 | 0.87 | 0.39 |
| Hex | D | B8 | 85 | 5D | 0 | 1C | 1C | A2 | 57 | 27 |
| Octal | 15 | 270 | 205 | 135 | 0 | 34 | 34 | 242 | 127 | 47 |
| Binary | 1101 | 10111000 | 10000101 | 1011101 | 0 | 11100 | 11100 | 10100010 | 1010111 | 100111 |
Color Harmonies of #0DB885
Complementary color
Monochromatic Colors of #0DB885
Black with #0DB885
Text Example
Text Example
White with #0DB885
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0DB885; }
p { color: rgb(13,184,133); }
H1.HeaderClassName
{
color: #0DB885;
}
.AnyTagClassName
{
color: #0DB885;
}
</style>
background-color css
<style>
a { background-color: #0DB885; }
a { background-color: rgb(13,184,133); }
div.DivClassName
{
background-color: #0DB885;
}
.BgClassName
{
background-color: #0DB885;
}
</style>
border-color css
<style>
span { border-color: #0DB885; }
span { border-color: rgb(13,184,133); }
td.TdClassName
{
border-color: #0DB885;
}
.TagClassName
{
border-color: #0DB885;
}
</style>