Shades of Malachite #0DDC3A
Tints of Malachite #0DDC3A
RGB
CMYK
RGB Variations
Color information
#0DDC3A (or 0x0DDC3A) is known color: Malachite. HEX triplet: 0D, DC and 3A. RGB value is (13,220,58). Sum of RGB (Red+Green+Blue) = 13+220+58=291 (38% of max value = 765). Red value is 13 (5.47% from 255 or 4.47% from 291); Green value is 220 (86.33% from 255 or 75.60% from 291); Blue value is 58 (23.05% from 255 or 19.93% from 291); Max value from RGB is 220 - color contains mainly: green. Hex color #0DDC3A is not a web safe color. Web safe color analog (approx): #00CC33. Inversed color of #0DDC3A is #F223C5. Grayscale: #8C8C8C. Windows color (decimal): -15868870 or 3857421. OLE color: 3857421.
HSL color Cylindrical-coordinate representation of color #0DDC3A: hue angle of 133.04º 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 #0DDC3A is Cyan = 0.94, Magento = 0, Yellow = 0.74 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 13 | 220 | 58 | - |
| CMYK | 0.94 | 0 | 0.74 | 0.14 |
| HSL | 133.04º | 0.89% | 0.46% | - |
| HSV(B) | 133.04º | 0.94% | 0.86% | - |
| XYZ | 26.52 | 51.58 | 12.56 | - |
| YUV | 139.64 | 81.92 | 37.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 13 | 220 | 58 | 0.94 | 0 | 0.74 | 0.14 | 133.04 | 0.89 | 0.46 |
| Hex | D | DC | 3A | 5E | 0 | 4A | E | 85 | 59 | 2E |
| Octal | 15 | 334 | 72 | 136 | 0 | 112 | 16 | 205 | 131 | 56 |
| Binary | 1101 | 11011100 | 111010 | 1011110 | 0 | 1001010 | 1110 | 10000101 | 1011001 | 101110 |
Color Harmonies of #0DDC3A
Complementary color
Monochromatic Colors of #0DDC3A
Black with #0DDC3A
Text Example
Text Example
White with #0DDC3A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0DDC3A; }
p { color: rgb(13,220,58); }
H1.HeaderClassName
{
color: #0DDC3A;
}
.AnyTagClassName
{
color: #0DDC3A;
}
</style>
background-color css
<style>
a { background-color: #0DDC3A; }
a { background-color: rgb(13,220,58); }
div.DivClassName
{
background-color: #0DDC3A;
}
.BgClassName
{
background-color: #0DDC3A;
}
</style>
border-color css
<style>
span { border-color: #0DDC3A; }
span { border-color: rgb(13,220,58); }
td.TdClassName
{
border-color: #0DDC3A;
}
.TagClassName
{
border-color: #0DDC3A;
}
</style>