Shades of Mountain Meadow #0DC67C
Tints of Mountain Meadow #0DC67C
RGB
CMYK
RGB Variations
Color information
#0DC67C (or 0x0DC67C) is known color: Mountain Meadow. HEX triplet: 0D, C6 and 7C. RGB value is (13,198,124). Sum of RGB (Red+Green+Blue) = 13+198+124=335 (44% of max value = 765). Red value is 13 (5.47% from 255 or 3.88% from 335); Green value is 198 (77.73% from 255 or 59.10% from 335); Blue value is 124 (48.83% from 255 or 37.01% from 335); Max value from RGB is 198 - color contains mainly: green. Hex color #0DC67C is not a web safe color. Web safe color analog (approx): #00CC66. Inversed color of #0DC67C is #F23983. Grayscale: #868686. Windows color (decimal): -15874436 or 8177165. OLE color: 8177165.
HSL color Cylindrical-coordinate representation of color #0DC67C: hue angle of 156º degrees, saturation: 0.88, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #0DC67C is Cyan = 0.93, Magento = 0, Yellow = 0.37 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 13 | 198 | 124 | - |
| CMYK | 0.93 | 0 | 0.37 | 0.22 |
| HSL | 156º | 0.88% | 0.41% | - |
| HSV(B) | 156º | 0.93% | 0.78% | - |
| XYZ | 24 | 41.93 | 25.9 | - |
| YUV | 134.25 | 122.21 | 41.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 13 | 198 | 124 | 0.93 | 0 | 0.37 | 0.22 | 156 | 0.88 | 0.41 |
| Hex | D | C6 | 7C | 5D | 0 | 25 | 16 | 9C | 58 | 29 |
| Octal | 15 | 306 | 174 | 135 | 0 | 45 | 26 | 234 | 130 | 51 |
| Binary | 1101 | 11000110 | 1111100 | 1011101 | 0 | 100101 | 10110 | 10011100 | 1011000 | 101001 |
Color Harmonies of #0DC67C
Complementary color
Monochromatic Colors of #0DC67C
Black with #0DC67C
Text Example
Text Example
White with #0DC67C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0DC67C; }
p { color: rgb(13,198,124); }
H1.HeaderClassName
{
color: #0DC67C;
}
.AnyTagClassName
{
color: #0DC67C;
}
</style>
background-color css
<style>
a { background-color: #0DC67C; }
a { background-color: rgb(13,198,124); }
div.DivClassName
{
background-color: #0DC67C;
}
.BgClassName
{
background-color: #0DC67C;
}
</style>
border-color css
<style>
span { border-color: #0DC67C; }
span { border-color: rgb(13,198,124); }
td.TdClassName
{
border-color: #0DC67C;
}
.TagClassName
{
border-color: #0DC67C;
}
</style>