Shades of Malachite #0DC96A
Tints of Malachite #0DC96A
RGB
CMYK
RGB Variations
Color information
#0DC96A (or 0x0DC96A) is known color: Malachite. HEX triplet: 0D, C9 and 6A. RGB value is (13,201,106). Sum of RGB (Red+Green+Blue) = 13+201+106=320 (42% of max value = 765). Red value is 13 (5.47% from 255 or 4.06% from 320); Green value is 201 (78.91% from 255 or 62.81% from 320); Blue value is 106 (41.80% from 255 or 33.12% from 320); Max value from RGB is 201 - color contains mainly: green. Hex color #0DC96A is not a web safe color. Web safe color analog (approx): #00CC66. Inversed color of #0DC96A is #F23695. Grayscale: #868686. Windows color (decimal): -15873686 or 6998285. OLE color: 6998285.
HSL color Cylindrical-coordinate representation of color #0DC96A: hue angle of 149.68º degrees, saturation: 0.88, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #0DC96A is Cyan = 0.94, Magento = 0, Yellow = 0.47 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 13 | 201 | 106 | - |
| CMYK | 0.94 | 0 | 0.47 | 0.21 |
| HSL | 149.68º | 0.88% | 0.42% | - |
| HSV(B) | 149.68º | 0.94% | 0.79% | - |
| XYZ | 23.65 | 42.9 | 20.67 | - |
| YUV | 133.96 | 112.22 | 41.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 13 | 201 | 106 | 0.94 | 0 | 0.47 | 0.21 | 149.68 | 0.88 | 0.42 |
| Hex | D | C9 | 6A | 5E | 0 | 2F | 15 | 96 | 58 | 2A |
| Octal | 15 | 311 | 152 | 136 | 0 | 57 | 25 | 226 | 130 | 52 |
| Binary | 1101 | 11001001 | 1101010 | 1011110 | 0 | 101111 | 10101 | 10010110 | 1011000 | 101010 |
Color Harmonies of #0DC96A
Complementary color
Monochromatic Colors of #0DC96A
Black with #0DC96A
Text Example
Text Example
White with #0DC96A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0DC96A; }
p { color: rgb(13,201,106); }
H1.HeaderClassName
{
color: #0DC96A;
}
.AnyTagClassName
{
color: #0DC96A;
}
</style>
background-color css
<style>
a { background-color: #0DC96A; }
a { background-color: rgb(13,201,106); }
div.DivClassName
{
background-color: #0DC96A;
}
.BgClassName
{
background-color: #0DC96A;
}
</style>
border-color css
<style>
span { border-color: #0DC96A; }
span { border-color: rgb(13,201,106); }
td.TdClassName
{
border-color: #0DC96A;
}
.TagClassName
{
border-color: #0DC96A;
}
</style>