Shades of Mountain Meadow #0DC87E
Tints of Mountain Meadow #0DC87E
RGB
CMYK
RGB Variations
Color information
#0DC87E (or 0x0DC87E) is known color: Mountain Meadow. HEX triplet: 0D, C8 and 7E. RGB value is (13,200,126). Sum of RGB (Red+Green+Blue) = 13+200+126=339 (44% of max value = 765). Red value is 13 (5.47% from 255 or 3.83% from 339); Green value is 200 (78.52% from 255 or 59.00% from 339); Blue value is 126 (49.61% from 255 or 37.17% from 339); Max value from RGB is 200 - color contains mainly: green. Hex color #0DC87E is not a web safe color. Web safe color analog (approx): #00CC66. Inversed color of #0DC87E is #F23781. Grayscale: #878787. Windows color (decimal): -15873922 or 8308749. OLE color: 8308749.
HSL color Cylindrical-coordinate representation of color #0DC87E: hue angle of 156.26º 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 #0DC87E is Cyan = 0.94, Magento = 0, Yellow = 0.37 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 13 | 200 | 126 | - |
| CMYK | 0.94 | 0 | 0.37 | 0.22 |
| HSL | 156.26º | 0.88% | 0.42% | - |
| HSV(B) | 156.26º | 0.94% | 0.78% | - |
| XYZ | 24.59 | 42.9 | 26.72 | - |
| YUV | 135.65 | 122.55 | 40.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 13 | 200 | 126 | 0.94 | 0 | 0.37 | 0.22 | 156.26 | 0.88 | 0.42 |
| Hex | D | C8 | 7E | 5E | 0 | 25 | 16 | 9C | 58 | 2A |
| Octal | 15 | 310 | 176 | 136 | 0 | 45 | 26 | 234 | 130 | 52 |
| Binary | 1101 | 11001000 | 1111110 | 1011110 | 0 | 100101 | 10110 | 10011100 | 1011000 | 101010 |
Color Harmonies of #0DC87E
Complementary color
Monochromatic Colors of #0DC87E
Black with #0DC87E
Text Example
Text Example
White with #0DC87E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0DC87E; }
p { color: rgb(13,200,126); }
H1.HeaderClassName
{
color: #0DC87E;
}
.AnyTagClassName
{
color: #0DC87E;
}
</style>
background-color css
<style>
a { background-color: #0DC87E; }
a { background-color: rgb(13,200,126); }
div.DivClassName
{
background-color: #0DC87E;
}
.BgClassName
{
background-color: #0DC87E;
}
</style>
border-color css
<style>
span { border-color: #0DC87E; }
span { border-color: rgb(13,200,126); }
td.TdClassName
{
border-color: #0DC87E;
}
.TagClassName
{
border-color: #0DC87E;
}
</style>