Shades of Mountain Meadow #0DC384
Tints of Mountain Meadow #0DC384
RGB
CMYK
RGB Variations
Color information
#0DC384 (or 0x0DC384) is known color: Mountain Meadow. HEX triplet: 0D, C3 and 84. RGB value is (13,195,132). Sum of RGB (Red+Green+Blue) = 13+195+132=340 (45% of max value = 765). Red value is 13 (5.47% from 255 or 3.82% from 340); Green value is 195 (76.56% from 255 or 57.35% from 340); Blue value is 132 (51.95% from 255 or 38.82% from 340); Max value from RGB is 195 - color contains mainly: green. Hex color #0DC384 is not a web safe color. Web safe color analog (approx): #00CC99. Inversed color of #0DC384 is #F23C7B. Grayscale: #858585. Windows color (decimal): -15875196 or 8700685. OLE color: 8700685.
HSL color Cylindrical-coordinate representation of color #0DC384: hue angle of 159.23º 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 #0DC384 is Cyan = 0.93, Magento = 0, Yellow = 0.32 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 13 | 195 | 132 | - |
| CMYK | 0.93 | 0 | 0.32 | 0.24 |
| HSL | 159.23º | 0.88% | 0.41% | - |
| HSV(B) | 159.23º | 0.93% | 0.76% | - |
| XYZ | 23.85 | 40.78 | 28.44 | - |
| YUV | 133.4 | 127.2 | 42.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 13 | 195 | 132 | 0.93 | 0 | 0.32 | 0.24 | 159.23 | 0.88 | 0.41 |
| Hex | D | C3 | 84 | 5D | 0 | 20 | 18 | 9F | 58 | 29 |
| Octal | 15 | 303 | 204 | 135 | 0 | 40 | 30 | 237 | 130 | 51 |
| Binary | 1101 | 11000011 | 10000100 | 1011101 | 0 | 100000 | 11000 | 10011111 | 1011000 | 101001 |
Color Harmonies of #0DC384
Complementary color
Monochromatic Colors of #0DC384
Black with #0DC384
Text Example
Text Example
White with #0DC384
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0DC384; }
p { color: rgb(13,195,132); }
H1.HeaderClassName
{
color: #0DC384;
}
.AnyTagClassName
{
color: #0DC384;
}
</style>
background-color css
<style>
a { background-color: #0DC384; }
a { background-color: rgb(13,195,132); }
div.DivClassName
{
background-color: #0DC384;
}
.BgClassName
{
background-color: #0DC384;
}
</style>
border-color css
<style>
span { border-color: #0DC384; }
span { border-color: rgb(13,195,132); }
td.TdClassName
{
border-color: #0DC384;
}
.TagClassName
{
border-color: #0DC384;
}
</style>