Shades of Mountain Meadow #0DCC78
Tints of Mountain Meadow #0DCC78
RGB
CMYK
RGB Variations
Color information
#0DCC78 (or 0x0DCC78) is known color: Mountain Meadow. HEX triplet: 0D, CC and 78. RGB value is (13,204,120). Sum of RGB (Red+Green+Blue) = 13+204+120=337 (44% of max value = 765). Red value is 13 (5.47% from 255 or 3.86% from 337); Green value is 204 (80.08% from 255 or 60.53% from 337); Blue value is 120 (47.27% from 255 or 35.61% from 337); Max value from RGB is 204 - color contains mainly: green. Hex color #0DCC78 is not a web safe color. Web safe color analog (approx): #00CC66. Inversed color of #0DCC78 is #F23387. Grayscale: #898989. Windows color (decimal): -15872904 or 7916557. OLE color: 7916557.
HSL color Cylindrical-coordinate representation of color #0DCC78: hue angle of 153.61º degrees, saturation: 0.88, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #0DCC78 is Cyan = 0.94, Magento = 0, Yellow = 0.41 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 13 | 204 | 120 | - |
| CMYK | 0.94 | 0 | 0.41 | 0.2 |
| HSL | 153.61º | 0.88% | 0.43% | - |
| HSV(B) | 153.61º | 0.94% | 0.8% | - |
| XYZ | 25.15 | 44.63 | 25.06 | - |
| YUV | 137.32 | 118.22 | 39.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 13 | 204 | 120 | 0.94 | 0 | 0.41 | 0.2 | 153.61 | 0.88 | 0.43 |
| Hex | D | CC | 78 | 5E | 0 | 29 | 14 | 9A | 58 | 2B |
| Octal | 15 | 314 | 170 | 136 | 0 | 51 | 24 | 232 | 130 | 53 |
| Binary | 1101 | 11001100 | 1111000 | 1011110 | 0 | 101001 | 10100 | 10011010 | 1011000 | 101011 |
Color Harmonies of #0DCC78
Complementary color
Monochromatic Colors of #0DCC78
Black with #0DCC78
Text Example
Text Example
White with #0DCC78
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0DCC78; }
p { color: rgb(13,204,120); }
H1.HeaderClassName
{
color: #0DCC78;
}
.AnyTagClassName
{
color: #0DCC78;
}
</style>
background-color css
<style>
a { background-color: #0DCC78; }
a { background-color: rgb(13,204,120); }
div.DivClassName
{
background-color: #0DCC78;
}
.BgClassName
{
background-color: #0DCC78;
}
</style>
border-color css
<style>
span { border-color: #0DCC78; }
span { border-color: rgb(13,204,120); }
td.TdClassName
{
border-color: #0DCC78;
}
.TagClassName
{
border-color: #0DCC78;
}
</style>