Shades of Mountain Meadow #0DC37C
Tints of Mountain Meadow #0DC37C
RGB
CMYK
RGB Variations
Color information
#0DC37C (or 0x0DC37C) is known color: Mountain Meadow. HEX triplet: 0D, C3 and 7C. RGB value is (13,195,124). Sum of RGB (Red+Green+Blue) = 13+195+124=332 (43% of max value = 765). Red value is 13 (5.47% from 255 or 3.92% from 332); Green value is 195 (76.56% from 255 or 58.73% from 332); Blue value is 124 (48.83% from 255 or 37.35% from 332); Max value from RGB is 195 - color contains mainly: green. Hex color #0DC37C is not a web safe color. Web safe color analog (approx): #00CC66. Inversed color of #0DC37C is #F23C83. Grayscale: #848484. Windows color (decimal): -15875204 or 8176397. OLE color: 8176397.
HSL color Cylindrical-coordinate representation of color #0DC37C: hue angle of 156.59º 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 #0DC37C is Cyan = 0.93, Magento = 0, Yellow = 0.36 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 13 | 195 | 124 | - |
| CMYK | 0.93 | 0 | 0.36 | 0.24 |
| HSL | 156.59º | 0.88% | 0.41% | - |
| HSV(B) | 156.59º | 0.93% | 0.76% | - |
| XYZ | 23.32 | 40.57 | 25.67 | - |
| YUV | 132.49 | 123.2 | 42.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 13 | 195 | 124 | 0.93 | 0 | 0.36 | 0.24 | 156.59 | 0.88 | 0.41 |
| Hex | D | C3 | 7C | 5D | 0 | 24 | 18 | 9D | 58 | 29 |
| Octal | 15 | 303 | 174 | 135 | 0 | 44 | 30 | 235 | 130 | 51 |
| Binary | 1101 | 11000011 | 1111100 | 1011101 | 0 | 100100 | 11000 | 10011101 | 1011000 | 101001 |
Color Harmonies of #0DC37C
Complementary color
Monochromatic Colors of #0DC37C
Black with #0DC37C
Text Example
Text Example
White with #0DC37C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0DC37C; }
p { color: rgb(13,195,124); }
H1.HeaderClassName
{
color: #0DC37C;
}
.AnyTagClassName
{
color: #0DC37C;
}
</style>
background-color css
<style>
a { background-color: #0DC37C; }
a { background-color: rgb(13,195,124); }
div.DivClassName
{
background-color: #0DC37C;
}
.BgClassName
{
background-color: #0DC37C;
}
</style>
border-color css
<style>
span { border-color: #0DC37C; }
span { border-color: rgb(13,195,124); }
td.TdClassName
{
border-color: #0DC37C;
}
.TagClassName
{
border-color: #0DC37C;
}
</style>