Shades of Mountain Meadow #0DC385
Tints of Mountain Meadow #0DC385
RGB
CMYK
RGB Variations
Color information
#0DC385 (or 0x0DC385) is known color: Mountain Meadow. HEX triplet: 0D, C3 and 85. RGB value is (13,195,133). Sum of RGB (Red+Green+Blue) = 13+195+133=341 (45% of max value = 765). Red value is 13 (5.47% from 255 or 3.81% from 341); Green value is 195 (76.56% from 255 or 57.18% from 341); Blue value is 133 (52.34% from 255 or 39.00% from 341); Max value from RGB is 195 - color contains mainly: green. Hex color #0DC385 is not a web safe color. Web safe color analog (approx): #00CC99. Inversed color of #0DC385 is #F23C7A. Grayscale: #858585. Windows color (decimal): -15875195 or 8766221. OLE color: 8766221.
HSL color Cylindrical-coordinate representation of color #0DC385: hue angle of 159.56º degrees, saturation: 0.88, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #0DC385 is Cyan = 0.93, Magento = 0, Yellow = 0.32 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 13 | 195 | 133 | - |
| CMYK | 0.93 | 0 | 0.32 | 0.24 |
| HSL | 159.56º | 0.88% | 0.41% | - |
| HSV(B) | 159.56º | 0.93% | 0.76% | - |
| XYZ | 23.91 | 40.81 | 28.81 | - |
| YUV | 133.51 | 127.7 | 42.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 13 | 195 | 133 | 0.93 | 0 | 0.32 | 0.24 | 159.56 | 0.88 | 0.41 |
| Hex | D | C3 | 85 | 5D | 0 | 20 | 18 | A0 | 58 | 29 |
| Octal | 15 | 303 | 205 | 135 | 0 | 40 | 30 | 240 | 130 | 51 |
| Binary | 1101 | 11000011 | 10000101 | 1011101 | 0 | 100000 | 11000 | 10100000 | 1011000 | 101001 |
Color Harmonies of #0DC385
Complementary color
Monochromatic Colors of #0DC385
Black with #0DC385
Text Example
Text Example
White with #0DC385
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0DC385; }
p { color: rgb(13,195,133); }
H1.HeaderClassName
{
color: #0DC385;
}
.AnyTagClassName
{
color: #0DC385;
}
</style>
background-color css
<style>
a { background-color: #0DC385; }
a { background-color: rgb(13,195,133); }
div.DivClassName
{
background-color: #0DC385;
}
.BgClassName
{
background-color: #0DC385;
}
</style>
border-color css
<style>
span { border-color: #0DC385; }
span { border-color: rgb(13,195,133); }
td.TdClassName
{
border-color: #0DC385;
}
.TagClassName
{
border-color: #0DC385;
}
</style>