Shades of Mountain Meadow #0DC185
Tints of Mountain Meadow #0DC185
RGB
CMYK
RGB Variations
Color information
#0DC185 (or 0x0DC185) is known color: Mountain Meadow. HEX triplet: 0D, C1 and 85. RGB value is (13,193,133). Sum of RGB (Red+Green+Blue) = 13+193+133=339 (44% of max value = 765). Red value is 13 (5.47% from 255 or 3.83% from 339); Green value is 193 (75.78% from 255 or 56.93% from 339); Blue value is 133 (52.34% from 255 or 39.23% from 339); Max value from RGB is 193 - color contains mainly: green. Hex color #0DC185 is not a web safe color. Web safe color analog (approx): #00CC99. Inversed color of #0DC185 is #F23E7A. Grayscale: #848484. Windows color (decimal): -15875707 or 8765709. OLE color: 8765709.
HSL color Cylindrical-coordinate representation of color #0DC185: hue angle of 160º degrees, saturation: 0.87, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #0DC185 is Cyan = 0.93, Magento = 0, Yellow = 0.31 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 13 | 193 | 133 | - |
| CMYK | 0.93 | 0 | 0.31 | 0.24 |
| HSL | 160º | 0.87% | 0.4% | - |
| HSV(B) | 160º | 0.93% | 0.76% | - |
| XYZ | 23.47 | 39.92 | 28.66 | - |
| YUV | 132.34 | 128.37 | 42.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 13 | 193 | 133 | 0.93 | 0 | 0.31 | 0.24 | 160 | 0.87 | 0.4 |
| Hex | D | C1 | 85 | 5D | 0 | 1F | 18 | A0 | 57 | 28 |
| Octal | 15 | 301 | 205 | 135 | 0 | 37 | 30 | 240 | 127 | 50 |
| Binary | 1101 | 11000001 | 10000101 | 1011101 | 0 | 11111 | 11000 | 10100000 | 1010111 | 101000 |
Color Harmonies of #0DC185
Complementary color
Monochromatic Colors of #0DC185
Black with #0DC185
Text Example
Text Example
White with #0DC185
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0DC185; }
p { color: rgb(13,193,133); }
H1.HeaderClassName
{
color: #0DC185;
}
.AnyTagClassName
{
color: #0DC185;
}
</style>
background-color css
<style>
a { background-color: #0DC185; }
a { background-color: rgb(13,193,133); }
div.DivClassName
{
background-color: #0DC185;
}
.BgClassName
{
background-color: #0DC185;
}
</style>
border-color css
<style>
span { border-color: #0DC185; }
span { border-color: rgb(13,193,133); }
td.TdClassName
{
border-color: #0DC185;
}
.TagClassName
{
border-color: #0DC185;
}
</style>