Shades of Mountain Meadow #0DC878
Tints of Mountain Meadow #0DC878
RGB
CMYK
RGB Variations
Color information
#0DC878 (or 0x0DC878) is known color: Mountain Meadow. HEX triplet: 0D, C8 and 78. RGB value is (13,200,120). Sum of RGB (Red+Green+Blue) = 13+200+120=333 (44% of max value = 765). Red value is 13 (5.47% from 255 or 3.90% from 333); Green value is 200 (78.52% from 255 or 60.06% from 333); Blue value is 120 (47.27% from 255 or 36.04% from 333); Max value from RGB is 200 - color contains mainly: green. Hex color #0DC878 is not a web safe color. Web safe color analog (approx): #00CC66. Inversed color of #0DC878 is #F23787. Grayscale: #878787. Windows color (decimal): -15873928 or 7915533. OLE color: 7915533.
HSL color Cylindrical-coordinate representation of color #0DC878: hue angle of 154.33º degrees, saturation: 0.88, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #0DC878 is Cyan = 0.94, Magento = 0, Yellow = 0.4 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 13 | 200 | 120 | - |
| CMYK | 0.94 | 0 | 0.4 | 0.22 |
| HSL | 154.33º | 0.88% | 0.42% | - |
| HSV(B) | 154.33º | 0.94% | 0.78% | - |
| XYZ | 24.21 | 42.75 | 24.74 | - |
| YUV | 134.97 | 119.55 | 41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 13 | 200 | 120 | 0.94 | 0 | 0.4 | 0.22 | 154.33 | 0.88 | 0.42 |
| Hex | D | C8 | 78 | 5E | 0 | 28 | 16 | 9A | 58 | 2A |
| Octal | 15 | 310 | 170 | 136 | 0 | 50 | 26 | 232 | 130 | 52 |
| Binary | 1101 | 11001000 | 1111000 | 1011110 | 0 | 101000 | 10110 | 10011010 | 1011000 | 101010 |
Color Harmonies of #0DC878
Complementary color
Monochromatic Colors of #0DC878
Black with #0DC878
Text Example
Text Example
White with #0DC878
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0DC878; }
p { color: rgb(13,200,120); }
H1.HeaderClassName
{
color: #0DC878;
}
.AnyTagClassName
{
color: #0DC878;
}
</style>
background-color css
<style>
a { background-color: #0DC878; }
a { background-color: rgb(13,200,120); }
div.DivClassName
{
background-color: #0DC878;
}
.BgClassName
{
background-color: #0DC878;
}
</style>
border-color css
<style>
span { border-color: #0DC878; }
span { border-color: rgb(13,200,120); }
td.TdClassName
{
border-color: #0DC878;
}
.TagClassName
{
border-color: #0DC878;
}
</style>