Shades of Malachite #0DD044
Tints of Malachite #0DD044
RGB
CMYK
RGB Variations
Color information
#0DD044 (or 0x0DD044) is known color: Malachite. HEX triplet: 0D, D0 and 44. RGB value is (13,208,68). Sum of RGB (Red+Green+Blue) = 13+208+68=289 (38% of max value = 765). Red value is 13 (5.47% from 255 or 4.50% from 289); Green value is 208 (81.64% from 255 or 71.97% from 289); Blue value is 68 (26.95% from 255 or 23.53% from 289); Max value from RGB is 208 - color contains mainly: green. Hex color #0DD044 is not a web safe color. Web safe color analog (approx): #00CC33. Inversed color of #0DD044 is #F22FBB. Grayscale: #868686. Windows color (decimal): -15871932 or 4509709. OLE color: 4509709.
HSL color Cylindrical-coordinate representation of color #0DD044: hue angle of 136.92º degrees, saturation: 0.88, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #0DD044 is Cyan = 0.94, Magento = 0, Yellow = 0.67 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 13 | 208 | 68 | - |
| CMYK | 0.94 | 0 | 0.67 | 0.18 |
| HSL | 136.92º | 0.88% | 0.43% | - |
| HSV(B) | 136.92º | 0.94% | 0.82% | - |
| XYZ | 23.77 | 45.61 | 13.02 | - |
| YUV | 133.74 | 90.9 | 41.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 13 | 208 | 68 | 0.94 | 0 | 0.67 | 0.18 | 136.92 | 0.88 | 0.43 |
| Hex | D | D0 | 44 | 5E | 0 | 43 | 12 | 89 | 58 | 2B |
| Octal | 15 | 320 | 104 | 136 | 0 | 103 | 22 | 211 | 130 | 53 |
| Binary | 1101 | 11010000 | 1000100 | 1011110 | 0 | 1000011 | 10010 | 10001001 | 1011000 | 101011 |
Color Harmonies of #0DD044
Complementary color
Monochromatic Colors of #0DD044
Black with #0DD044
Text Example
Text Example
White with #0DD044
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0DD044; }
p { color: rgb(13,208,68); }
H1.HeaderClassName
{
color: #0DD044;
}
.AnyTagClassName
{
color: #0DD044;
}
</style>
background-color css
<style>
a { background-color: #0DD044; }
a { background-color: rgb(13,208,68); }
div.DivClassName
{
background-color: #0DD044;
}
.BgClassName
{
background-color: #0DD044;
}
</style>
border-color css
<style>
span { border-color: #0DD044; }
span { border-color: rgb(13,208,68); }
td.TdClassName
{
border-color: #0DD044;
}
.TagClassName
{
border-color: #0DD044;
}
</style>