Shades of Malachite #0DDC61
Tints of Malachite #0DDC61
RGB
CMYK
RGB Variations
Color information
#0DDC61 (or 0x0DDC61) is known color: Malachite. HEX triplet: 0D, DC and 61. RGB value is (13,220,97). Sum of RGB (Red+Green+Blue) = 13+220+97=330 (43% of max value = 765). Red value is 13 (5.47% from 255 or 3.94% from 330); Green value is 220 (86.33% from 255 or 66.67% from 330); Blue value is 97 (38.28% from 255 or 29.39% from 330); Max value from RGB is 220 - color contains mainly: green. Hex color #0DDC61 is not a web safe color. Web safe color analog (approx): #00CC66. Inversed color of #0DDC61 is #F2239E. Grayscale: #909090. Windows color (decimal): -15868831 or 6413325. OLE color: 6413325.
HSL color Cylindrical-coordinate representation of color #0DDC61: hue angle of 144.35º degrees, saturation: 0.89, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #0DDC61 is Cyan = 0.94, Magento = 0, Yellow = 0.56 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 13 | 220 | 97 | - |
| CMYK | 0.94 | 0 | 0.56 | 0.14 |
| HSL | 144.35º | 0.89% | 0.46% | - |
| HSV(B) | 144.35º | 0.94% | 0.86% | - |
| XYZ | 27.92 | 52.14 | 19.9 | - |
| YUV | 144.09 | 101.42 | 34.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 13 | 220 | 97 | 0.94 | 0 | 0.56 | 0.14 | 144.35 | 0.89 | 0.46 |
| Hex | D | DC | 61 | 5E | 0 | 38 | E | 90 | 59 | 2E |
| Octal | 15 | 334 | 141 | 136 | 0 | 70 | 16 | 220 | 131 | 56 |
| Binary | 1101 | 11011100 | 1100001 | 1011110 | 0 | 111000 | 1110 | 10010000 | 1011001 | 101110 |
Color Harmonies of #0DDC61
Complementary color
Monochromatic Colors of #0DDC61
Black with #0DDC61
Text Example
Text Example
White with #0DDC61
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0DDC61; }
p { color: rgb(13,220,97); }
H1.HeaderClassName
{
color: #0DDC61;
}
.AnyTagClassName
{
color: #0DDC61;
}
</style>
background-color css
<style>
a { background-color: #0DDC61; }
a { background-color: rgb(13,220,97); }
div.DivClassName
{
background-color: #0DDC61;
}
.BgClassName
{
background-color: #0DDC61;
}
</style>
border-color css
<style>
span { border-color: #0DDC61; }
span { border-color: rgb(13,220,97); }
td.TdClassName
{
border-color: #0DDC61;
}
.TagClassName
{
border-color: #0DDC61;
}
</style>