Shades of Mountain Meadow #0DC579
Tints of Mountain Meadow #0DC579
RGB
CMYK
RGB Variations
Color information
#0DC579 (or 0x0DC579) is known color: Mountain Meadow. HEX triplet: 0D, C5 and 79. RGB value is (13,197,121). Sum of RGB (Red+Green+Blue) = 13+197+121=331 (43% of max value = 765). Red value is 13 (5.47% from 255 or 3.93% from 331); Green value is 197 (77.34% from 255 or 59.52% from 331); Blue value is 121 (47.66% from 255 or 36.56% from 331); Max value from RGB is 197 - color contains mainly: green. Hex color #0DC579 is not a web safe color. Web safe color analog (approx): #00CC66. Inversed color of #0DC579 is #F23A86. Grayscale: #858585. Windows color (decimal): -15874695 or 7980301. OLE color: 7980301.
HSL color Cylindrical-coordinate representation of color #0DC579: hue angle of 155.22º degrees, saturation: 0.88, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #0DC579 is Cyan = 0.93, Magento = 0, Yellow = 0.39 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 13 | 197 | 121 | - |
| CMYK | 0.93 | 0 | 0.39 | 0.23 |
| HSL | 155.22º | 0.88% | 0.41% | - |
| HSV(B) | 155.22º | 0.93% | 0.77% | - |
| XYZ | 23.58 | 41.4 | 24.84 | - |
| YUV | 133.32 | 121.04 | 42.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 13 | 197 | 121 | 0.93 | 0 | 0.39 | 0.23 | 155.22 | 0.88 | 0.41 |
| Hex | D | C5 | 79 | 5D | 0 | 27 | 17 | 9B | 58 | 29 |
| Octal | 15 | 305 | 171 | 135 | 0 | 47 | 27 | 233 | 130 | 51 |
| Binary | 1101 | 11000101 | 1111001 | 1011101 | 0 | 100111 | 10111 | 10011011 | 1011000 | 101001 |
Color Harmonies of #0DC579
Complementary color
Monochromatic Colors of #0DC579
Black with #0DC579
Text Example
Text Example
White with #0DC579
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0DC579; }
p { color: rgb(13,197,121); }
H1.HeaderClassName
{
color: #0DC579;
}
.AnyTagClassName
{
color: #0DC579;
}
</style>
background-color css
<style>
a { background-color: #0DC579; }
a { background-color: rgb(13,197,121); }
div.DivClassName
{
background-color: #0DC579;
}
.BgClassName
{
background-color: #0DC579;
}
</style>
border-color css
<style>
span { border-color: #0DC579; }
span { border-color: rgb(13,197,121); }
td.TdClassName
{
border-color: #0DC579;
}
.TagClassName
{
border-color: #0DC579;
}
</style>