Shades of Malachite #0DDC67
Tints of Malachite #0DDC67
RGB
CMYK
RGB Variations
Color information
#0DDC67 (or 0x0DDC67) is known color: Malachite. HEX triplet: 0D, DC and 67. RGB value is (13,220,103). Sum of RGB (Red+Green+Blue) = 13+220+103=336 (44% of max value = 765). Red value is 13 (5.47% from 255 or 3.87% from 336); Green value is 220 (86.33% from 255 or 65.48% from 336); Blue value is 103 (40.62% from 255 or 30.65% from 336); Max value from RGB is 220 - color contains mainly: green. Hex color #0DDC67 is not a web safe color. Web safe color analog (approx): #00CC66. Inversed color of #0DDC67 is #F22398. Grayscale: #919191. Windows color (decimal): -15868825 or 6806541. OLE color: 6806541.
HSL color Cylindrical-coordinate representation of color #0DDC67: hue angle of 146.09º 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 #0DDC67 is Cyan = 0.94, Magento = 0, Yellow = 0.53 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 13 | 220 | 103 | - |
| CMYK | 0.94 | 0 | 0.53 | 0.14 |
| HSL | 146.09º | 0.89% | 0.46% | - |
| HSV(B) | 146.09º | 0.94% | 0.86% | - |
| XYZ | 28.21 | 52.25 | 21.43 | - |
| YUV | 144.77 | 104.42 | 34.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 13 | 220 | 103 | 0.94 | 0 | 0.53 | 0.14 | 146.09 | 0.89 | 0.46 |
| Hex | D | DC | 67 | 5E | 0 | 35 | E | 92 | 59 | 2E |
| Octal | 15 | 334 | 147 | 136 | 0 | 65 | 16 | 222 | 131 | 56 |
| Binary | 1101 | 11011100 | 1100111 | 1011110 | 0 | 110101 | 1110 | 10010010 | 1011001 | 101110 |
Color Harmonies of #0DDC67
Complementary color
Monochromatic Colors of #0DDC67
Black with #0DDC67
Text Example
Text Example
White with #0DDC67
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0DDC67; }
p { color: rgb(13,220,103); }
H1.HeaderClassName
{
color: #0DDC67;
}
.AnyTagClassName
{
color: #0DDC67;
}
</style>
background-color css
<style>
a { background-color: #0DDC67; }
a { background-color: rgb(13,220,103); }
div.DivClassName
{
background-color: #0DDC67;
}
.BgClassName
{
background-color: #0DDC67;
}
</style>
border-color css
<style>
span { border-color: #0DDC67; }
span { border-color: rgb(13,220,103); }
td.TdClassName
{
border-color: #0DDC67;
}
.TagClassName
{
border-color: #0DDC67;
}
</style>