Shades of Mountain Meadow #0DC17C
Tints of Mountain Meadow #0DC17C
RGB
CMYK
RGB Variations
Color information
#0DC17C (or 0x0DC17C) is known color: Mountain Meadow. HEX triplet: 0D, C1 and 7C. RGB value is (13,193,124). Sum of RGB (Red+Green+Blue) = 13+193+124=330 (43% of max value = 765). Red value is 13 (5.47% from 255 or 3.94% from 330); Green value is 193 (75.78% from 255 or 58.48% from 330); Blue value is 124 (48.83% from 255 or 37.58% from 330); Max value from RGB is 193 - color contains mainly: green. Hex color #0DC17C is not a web safe color. Web safe color analog (approx): #00CC66. Inversed color of #0DC17C is #F23E83. Grayscale: #838383. Windows color (decimal): -15875716 or 8175885. OLE color: 8175885.
HSL color Cylindrical-coordinate representation of color #0DC17C: hue angle of 157º 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 #0DC17C is Cyan = 0.93, Magento = 0, Yellow = 0.36 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 13 | 193 | 124 | - |
| CMYK | 0.93 | 0 | 0.36 | 0.24 |
| HSL | 157º | 0.87% | 0.4% | - |
| HSV(B) | 157º | 0.93% | 0.76% | - |
| XYZ | 22.87 | 39.68 | 25.52 | - |
| YUV | 131.31 | 123.87 | 43.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 13 | 193 | 124 | 0.93 | 0 | 0.36 | 0.24 | 157 | 0.87 | 0.4 |
| Hex | D | C1 | 7C | 5D | 0 | 24 | 18 | 9D | 57 | 28 |
| Octal | 15 | 301 | 174 | 135 | 0 | 44 | 30 | 235 | 127 | 50 |
| Binary | 1101 | 11000001 | 1111100 | 1011101 | 0 | 100100 | 11000 | 10011101 | 1010111 | 101000 |
Color Harmonies of #0DC17C
Complementary color
Monochromatic Colors of #0DC17C
Black with #0DC17C
Text Example
Text Example
White with #0DC17C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0DC17C; }
p { color: rgb(13,193,124); }
H1.HeaderClassName
{
color: #0DC17C;
}
.AnyTagClassName
{
color: #0DC17C;
}
</style>
background-color css
<style>
a { background-color: #0DC17C; }
a { background-color: rgb(13,193,124); }
div.DivClassName
{
background-color: #0DC17C;
}
.BgClassName
{
background-color: #0DC17C;
}
</style>
border-color css
<style>
span { border-color: #0DC17C; }
span { border-color: rgb(13,193,124); }
td.TdClassName
{
border-color: #0DC17C;
}
.TagClassName
{
border-color: #0DC17C;
}
</style>