Shades of Malachite #0DD96B
Tints of Malachite #0DD96B
RGB
CMYK
RGB Variations
Color information
#0DD96B (or 0x0DD96B) is known color: Malachite. HEX triplet: 0D, D9 and 6B. RGB value is (13,217,107). Sum of RGB (Red+Green+Blue) = 13+217+107=337 (44% of max value = 765). Red value is 13 (5.47% from 255 or 3.86% from 337); Green value is 217 (85.16% from 255 or 64.39% from 337); Blue value is 107 (42.19% from 255 or 31.75% from 337); Max value from RGB is 217 - color contains mainly: green. Hex color #0DD96B is not a web safe color. Web safe color analog (approx): #00CC66. Inversed color of #0DD96B is #F22694. Grayscale: #8F8F8F. Windows color (decimal): -15869589 or 7067917. OLE color: 7067917.
HSL color Cylindrical-coordinate representation of color #0DD96B: hue angle of 147.65º degrees, saturation: 0.89, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #0DD96B is Cyan = 0.94, Magento = 0, Yellow = 0.51 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 13 | 217 | 107 | - |
| CMYK | 0.94 | 0 | 0.51 | 0.15 |
| HSL | 147.65º | 0.89% | 0.45% | - |
| HSV(B) | 147.65º | 0.94% | 0.85% | - |
| XYZ | 27.63 | 50.77 | 22.25 | - |
| YUV | 143.46 | 107.41 | 34.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 13 | 217 | 107 | 0.94 | 0 | 0.51 | 0.15 | 147.65 | 0.89 | 0.45 |
| Hex | D | D9 | 6B | 5E | 0 | 33 | F | 94 | 59 | 2D |
| Octal | 15 | 331 | 153 | 136 | 0 | 63 | 17 | 224 | 131 | 55 |
| Binary | 1101 | 11011001 | 1101011 | 1011110 | 0 | 110011 | 1111 | 10010100 | 1011001 | 101101 |
Color Harmonies of #0DD96B
Complementary color
Monochromatic Colors of #0DD96B
Black with #0DD96B
Text Example
Text Example
White with #0DD96B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0DD96B; }
p { color: rgb(13,217,107); }
H1.HeaderClassName
{
color: #0DD96B;
}
.AnyTagClassName
{
color: #0DD96B;
}
</style>
background-color css
<style>
a { background-color: #0DD96B; }
a { background-color: rgb(13,217,107); }
div.DivClassName
{
background-color: #0DD96B;
}
.BgClassName
{
background-color: #0DD96B;
}
</style>
border-color css
<style>
span { border-color: #0DD96B; }
span { border-color: rgb(13,217,107); }
td.TdClassName
{
border-color: #0DD96B;
}
.TagClassName
{
border-color: #0DD96B;
}
</style>