Shades of Malachite #0DDC3F
Tints of Malachite #0DDC3F
RGB
CMYK
RGB Variations
Color information
#0DDC3F (or 0x0DDC3F) is known color: Malachite. HEX triplet: 0D, DC and 3F. RGB value is (13,220,63). Sum of RGB (Red+Green+Blue) = 13+220+63=296 (39% of max value = 765). Red value is 13 (5.47% from 255 or 4.39% from 296); Green value is 220 (86.33% from 255 or 74.32% from 296); Blue value is 63 (25% from 255 or 21.28% from 296); Max value from RGB is 220 - color contains mainly: green. Hex color #0DDC3F is not a web safe color. Web safe color analog (approx): #00CC33. Inversed color of #0DDC3F is #F223C0. Grayscale: #8C8C8C. Windows color (decimal): -15868865 or 4185101. OLE color: 4185101.
HSL color Cylindrical-coordinate representation of color #0DDC3F: hue angle of 134.49º 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 #0DDC3F is Cyan = 0.94, Magento = 0, Yellow = 0.71 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 13 | 220 | 63 | - |
| CMYK | 0.94 | 0 | 0.71 | 0.14 |
| HSL | 134.49º | 0.89% | 0.46% | - |
| HSV(B) | 134.49º | 0.94% | 0.86% | - |
| XYZ | 26.66 | 51.63 | 13.26 | - |
| YUV | 140.21 | 84.42 | 37.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 13 | 220 | 63 | 0.94 | 0 | 0.71 | 0.14 | 134.49 | 0.89 | 0.46 |
| Hex | D | DC | 3F | 5E | 0 | 47 | E | 86 | 59 | 2E |
| Octal | 15 | 334 | 77 | 136 | 0 | 107 | 16 | 206 | 131 | 56 |
| Binary | 1101 | 11011100 | 111111 | 1011110 | 0 | 1000111 | 1110 | 10000110 | 1011001 | 101110 |
Color Harmonies of #0DDC3F
Complementary color
Monochromatic Colors of #0DDC3F
Black with #0DDC3F
Text Example
Text Example
White with #0DDC3F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0DDC3F; }
p { color: rgb(13,220,63); }
H1.HeaderClassName
{
color: #0DDC3F;
}
.AnyTagClassName
{
color: #0DDC3F;
}
</style>
background-color css
<style>
a { background-color: #0DDC3F; }
a { background-color: rgb(13,220,63); }
div.DivClassName
{
background-color: #0DDC3F;
}
.BgClassName
{
background-color: #0DDC3F;
}
</style>
border-color css
<style>
span { border-color: #0DDC3F; }
span { border-color: rgb(13,220,63); }
td.TdClassName
{
border-color: #0DDC3F;
}
.TagClassName
{
border-color: #0DDC3F;
}
</style>