Shades of Mountain Meadow #0DC779
Tints of Mountain Meadow #0DC779
RGB
CMYK
RGB Variations
Color information
#0DC779 (or 0x0DC779) is known color: Mountain Meadow. HEX triplet: 0D, C7 and 79. RGB value is (13,199,121). Sum of RGB (Red+Green+Blue) = 13+199+121=333 (44% of max value = 765). Red value is 13 (5.47% from 255 or 3.90% from 333); Green value is 199 (78.12% from 255 or 59.76% from 333); Blue value is 121 (47.66% from 255 or 36.34% from 333); Max value from RGB is 199 - color contains mainly: green. Hex color #0DC779 is not a web safe color. Web safe color analog (approx): #00CC66. Inversed color of #0DC779 is #F23886. Grayscale: #868686. Windows color (decimal): -15874183 or 7980813. OLE color: 7980813.
HSL color Cylindrical-coordinate representation of color #0DC779: hue angle of 154.84º degrees, saturation: 0.88, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #0DC779 is Cyan = 0.93, Magento = 0, Yellow = 0.39 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 13 | 199 | 121 | - |
| CMYK | 0.93 | 0 | 0.39 | 0.22 |
| HSL | 154.84º | 0.88% | 0.42% | - |
| HSV(B) | 154.84º | 0.93% | 0.78% | - |
| XYZ | 24.04 | 42.31 | 24.99 | - |
| YUV | 134.49 | 120.38 | 41.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 13 | 199 | 121 | 0.93 | 0 | 0.39 | 0.22 | 154.84 | 0.88 | 0.42 |
| Hex | D | C7 | 79 | 5D | 0 | 27 | 16 | 9B | 58 | 2A |
| Octal | 15 | 307 | 171 | 135 | 0 | 47 | 26 | 233 | 130 | 52 |
| Binary | 1101 | 11000111 | 1111001 | 1011101 | 0 | 100111 | 10110 | 10011011 | 1011000 | 101010 |
Color Harmonies of #0DC779
Complementary color
Monochromatic Colors of #0DC779
Black with #0DC779
Text Example
Text Example
White with #0DC779
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0DC779; }
p { color: rgb(13,199,121); }
H1.HeaderClassName
{
color: #0DC779;
}
.AnyTagClassName
{
color: #0DC779;
}
</style>
background-color css
<style>
a { background-color: #0DC779; }
a { background-color: rgb(13,199,121); }
div.DivClassName
{
background-color: #0DC779;
}
.BgClassName
{
background-color: #0DC779;
}
</style>
border-color css
<style>
span { border-color: #0DC779; }
span { border-color: rgb(13,199,121); }
td.TdClassName
{
border-color: #0DC779;
}
.TagClassName
{
border-color: #0DC779;
}
</style>