Shades of Malachite #0DDA3F
Tints of Malachite #0DDA3F
RGB
CMYK
RGB Variations
Color information
#0DDA3F (or 0x0DDA3F) is known color: Malachite. HEX triplet: 0D, DA and 3F. RGB value is (13,218,63). Sum of RGB (Red+Green+Blue) = 13+218+63=294 (38% of max value = 765). Red value is 13 (5.47% from 255 or 4.42% from 294); Green value is 218 (85.55% from 255 or 74.15% from 294); Blue value is 63 (25% from 255 or 21.43% from 294); Max value from RGB is 218 - color contains mainly: green. Hex color #0DDA3F is not a web safe color. Web safe color analog (approx): #00CC33. Inversed color of #0DDA3F is #F225C0. Grayscale: #8B8B8B. Windows color (decimal): -15869377 or 4184589. OLE color: 4184589.
HSL color Cylindrical-coordinate representation of color #0DDA3F: hue angle of 134.63º 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 #0DDA3F is Cyan = 0.94, Magento = 0, Yellow = 0.71 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 13 | 218 | 63 | - |
| CMYK | 0.94 | 0 | 0.71 | 0.15 |
| HSL | 134.63º | 0.89% | 0.45% | - |
| HSV(B) | 134.63º | 0.94% | 0.85% | - |
| XYZ | 26.13 | 50.59 | 13.09 | - |
| YUV | 139.04 | 85.08 | 38.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 13 | 218 | 63 | 0.94 | 0 | 0.71 | 0.15 | 134.63 | 0.89 | 0.45 |
| Hex | D | DA | 3F | 5E | 0 | 47 | F | 87 | 59 | 2D |
| Octal | 15 | 332 | 77 | 136 | 0 | 107 | 17 | 207 | 131 | 55 |
| Binary | 1101 | 11011010 | 111111 | 1011110 | 0 | 1000111 | 1111 | 10000111 | 1011001 | 101101 |
Color Harmonies of #0DDA3F
Complementary color
Monochromatic Colors of #0DDA3F
Black with #0DDA3F
Text Example
Text Example
White with #0DDA3F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0DDA3F; }
p { color: rgb(13,218,63); }
H1.HeaderClassName
{
color: #0DDA3F;
}
.AnyTagClassName
{
color: #0DDA3F;
}
</style>
background-color css
<style>
a { background-color: #0DDA3F; }
a { background-color: rgb(13,218,63); }
div.DivClassName
{
background-color: #0DDA3F;
}
.BgClassName
{
background-color: #0DDA3F;
}
</style>
border-color css
<style>
span { border-color: #0DDA3F; }
span { border-color: rgb(13,218,63); }
td.TdClassName
{
border-color: #0DDA3F;
}
.TagClassName
{
border-color: #0DDA3F;
}
</style>