Shades of Mountain Meadow #0DC776
Tints of Mountain Meadow #0DC776
RGB
CMYK
RGB Variations
Color information
#0DC776 (or 0x0DC776) is known color: Mountain Meadow. HEX triplet: 0D, C7 and 76. RGB value is (13,199,118). Sum of RGB (Red+Green+Blue) = 13+199+118=330 (43% of max value = 765). Red value is 13 (5.47% from 255 or 3.94% from 330); Green value is 199 (78.12% from 255 or 60.30% from 330); Blue value is 118 (46.48% from 255 or 35.76% from 330); Max value from RGB is 199 - color contains mainly: green. Hex color #0DC776 is not a web safe color. Web safe color analog (approx): #00CC66. Inversed color of #0DC776 is #F23889. Grayscale: #868686. Windows color (decimal): -15874186 or 7784205. OLE color: 7784205.
HSL color Cylindrical-coordinate representation of color #0DC776: hue angle of 153.87º 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 #0DC776 is Cyan = 0.93, Magento = 0, Yellow = 0.41 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 13 | 199 | 118 | - |
| CMYK | 0.93 | 0 | 0.41 | 0.22 |
| HSL | 153.87º | 0.88% | 0.42% | - |
| HSV(B) | 153.87º | 0.93% | 0.78% | - |
| XYZ | 23.86 | 42.24 | 24.04 | - |
| YUV | 134.15 | 118.88 | 41.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 13 | 199 | 118 | 0.93 | 0 | 0.41 | 0.22 | 153.87 | 0.88 | 0.42 |
| Hex | D | C7 | 76 | 5D | 0 | 29 | 16 | 9A | 58 | 2A |
| Octal | 15 | 307 | 166 | 135 | 0 | 51 | 26 | 232 | 130 | 52 |
| Binary | 1101 | 11000111 | 1110110 | 1011101 | 0 | 101001 | 10110 | 10011010 | 1011000 | 101010 |
Color Harmonies of #0DC776
Complementary color
Monochromatic Colors of #0DC776
Black with #0DC776
Text Example
Text Example
White with #0DC776
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0DC776; }
p { color: rgb(13,199,118); }
H1.HeaderClassName
{
color: #0DC776;
}
.AnyTagClassName
{
color: #0DC776;
}
</style>
background-color css
<style>
a { background-color: #0DC776; }
a { background-color: rgb(13,199,118); }
div.DivClassName
{
background-color: #0DC776;
}
.BgClassName
{
background-color: #0DC776;
}
</style>
border-color css
<style>
span { border-color: #0DC776; }
span { border-color: rgb(13,199,118); }
td.TdClassName
{
border-color: #0DC776;
}
.TagClassName
{
border-color: #0DC776;
}
</style>