Shades of Malachite #0DDC69
Tints of Malachite #0DDC69
RGB
CMYK
RGB Variations
Color information
#0DDC69 (or 0x0DDC69) is known color: Malachite. HEX triplet: 0D, DC and 69. RGB value is (13,220,105). Sum of RGB (Red+Green+Blue) = 13+220+105=338 (44% of max value = 765). Red value is 13 (5.47% from 255 or 3.85% from 338); Green value is 220 (86.33% from 255 or 65.09% from 338); Blue value is 105 (41.41% from 255 or 31.07% from 338); Max value from RGB is 220 - color contains mainly: green. Hex color #0DDC69 is not a web safe color. Web safe color analog (approx): #00CC66. Inversed color of #0DDC69 is #F22396. Grayscale: #919191. Windows color (decimal): -15868823 or 6937613. OLE color: 6937613.
HSL color Cylindrical-coordinate representation of color #0DDC69: hue angle of 146.67º 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 #0DDC69 is Cyan = 0.94, Magento = 0, Yellow = 0.52 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 13 | 220 | 105 | - |
| CMYK | 0.94 | 0 | 0.52 | 0.14 |
| HSL | 146.67º | 0.89% | 0.46% | - |
| HSV(B) | 146.67º | 0.94% | 0.86% | - |
| XYZ | 28.31 | 52.29 | 21.97 | - |
| YUV | 145 | 105.42 | 33.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 13 | 220 | 105 | 0.94 | 0 | 0.52 | 0.14 | 146.67 | 0.89 | 0.46 |
| Hex | D | DC | 69 | 5E | 0 | 34 | E | 93 | 59 | 2E |
| Octal | 15 | 334 | 151 | 136 | 0 | 64 | 16 | 223 | 131 | 56 |
| Binary | 1101 | 11011100 | 1101001 | 1011110 | 0 | 110100 | 1110 | 10010011 | 1011001 | 101110 |
Color Harmonies of #0DDC69
Complementary color
Monochromatic Colors of #0DDC69
Black with #0DDC69
Text Example
Text Example
White with #0DDC69
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0DDC69; }
p { color: rgb(13,220,105); }
H1.HeaderClassName
{
color: #0DDC69;
}
.AnyTagClassName
{
color: #0DDC69;
}
</style>
background-color css
<style>
a { background-color: #0DDC69; }
a { background-color: rgb(13,220,105); }
div.DivClassName
{
background-color: #0DDC69;
}
.BgClassName
{
background-color: #0DDC69;
}
</style>
border-color css
<style>
span { border-color: #0DDC69; }
span { border-color: rgb(13,220,105); }
td.TdClassName
{
border-color: #0DDC69;
}
.TagClassName
{
border-color: #0DDC69;
}
</style>