Shades of Malachite #0DC86A
Tints of Malachite #0DC86A
RGB
CMYK
RGB Variations
Color information
#0DC86A (or 0x0DC86A) is known color: Malachite. HEX triplet: 0D, C8 and 6A. RGB value is (13,200,106). Sum of RGB (Red+Green+Blue) = 13+200+106=319 (42% of max value = 765). Red value is 13 (5.47% from 255 or 4.08% from 319); Green value is 200 (78.52% from 255 or 62.70% from 319); Blue value is 106 (41.80% from 255 or 33.23% from 319); Max value from RGB is 200 - color contains mainly: green. Hex color #0DC86A is not a web safe color. Web safe color analog (approx): #00CC66. Inversed color of #0DC86A is #F23795. Grayscale: #858585. Windows color (decimal): -15873942 or 6998029. OLE color: 6998029.
HSL color Cylindrical-coordinate representation of color #0DC86A: hue angle of 149.84º 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 #0DC86A is Cyan = 0.94, Magento = 0, Yellow = 0.47 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 13 | 200 | 106 | - |
| CMYK | 0.94 | 0 | 0.47 | 0.22 |
| HSL | 149.84º | 0.88% | 0.42% | - |
| HSV(B) | 149.84º | 0.94% | 0.78% | - |
| XYZ | 23.42 | 42.43 | 20.59 | - |
| YUV | 133.37 | 112.55 | 42.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 13 | 200 | 106 | 0.94 | 0 | 0.47 | 0.22 | 149.84 | 0.88 | 0.42 |
| Hex | D | C8 | 6A | 5E | 0 | 2F | 16 | 96 | 58 | 2A |
| Octal | 15 | 310 | 152 | 136 | 0 | 57 | 26 | 226 | 130 | 52 |
| Binary | 1101 | 11001000 | 1101010 | 1011110 | 0 | 101111 | 10110 | 10010110 | 1011000 | 101010 |
Color Harmonies of #0DC86A
Complementary color
Monochromatic Colors of #0DC86A
Black with #0DC86A
Text Example
Text Example
White with #0DC86A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0DC86A; }
p { color: rgb(13,200,106); }
H1.HeaderClassName
{
color: #0DC86A;
}
.AnyTagClassName
{
color: #0DC86A;
}
</style>
background-color css
<style>
a { background-color: #0DC86A; }
a { background-color: rgb(13,200,106); }
div.DivClassName
{
background-color: #0DC86A;
}
.BgClassName
{
background-color: #0DC86A;
}
</style>
border-color css
<style>
span { border-color: #0DC86A; }
span { border-color: rgb(13,200,106); }
td.TdClassName
{
border-color: #0DC86A;
}
.TagClassName
{
border-color: #0DC86A;
}
</style>