Shades of Malachite #0DDA4C
Tints of Malachite #0DDA4C
RGB
CMYK
RGB Variations
Color information
#0DDA4C (or 0x0DDA4C) is known color: Malachite. HEX triplet: 0D, DA and 4C. RGB value is (13,218,76). Sum of RGB (Red+Green+Blue) = 13+218+76=307 (40% of max value = 765). Red value is 13 (5.47% from 255 or 4.23% from 307); Green value is 218 (85.55% from 255 or 71.01% from 307); Blue value is 76 (30.08% from 255 or 24.76% from 307); Max value from RGB is 218 - color contains mainly: green. Hex color #0DDA4C is not a web safe color. Web safe color analog (approx): #00CC33. Inversed color of #0DDA4C is #F225B3. Grayscale: #8C8C8C. Windows color (decimal): -15869364 or 5036557. OLE color: 5036557.
HSL color Cylindrical-coordinate representation of color #0DDA4C: hue angle of 138.44º 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 #0DDA4C is Cyan = 0.94, Magento = 0, Yellow = 0.65 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 13 | 218 | 76 | - |
| CMYK | 0.94 | 0 | 0.65 | 0.15 |
| HSL | 138.44º | 0.89% | 0.45% | - |
| HSV(B) | 138.44º | 0.94% | 0.85% | - |
| XYZ | 26.54 | 50.75 | 15.23 | - |
| YUV | 140.52 | 91.58 | 37.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 13 | 218 | 76 | 0.94 | 0 | 0.65 | 0.15 | 138.44 | 0.89 | 0.45 |
| Hex | D | DA | 4C | 5E | 0 | 41 | F | 8A | 59 | 2D |
| Octal | 15 | 332 | 114 | 136 | 0 | 101 | 17 | 212 | 131 | 55 |
| Binary | 1101 | 11011010 | 1001100 | 1011110 | 0 | 1000001 | 1111 | 10001010 | 1011001 | 101101 |
Color Harmonies of #0DDA4C
Complementary color
Monochromatic Colors of #0DDA4C
Black with #0DDA4C
Text Example
Text Example
White with #0DDA4C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0DDA4C; }
p { color: rgb(13,218,76); }
H1.HeaderClassName
{
color: #0DDA4C;
}
.AnyTagClassName
{
color: #0DDA4C;
}
</style>
background-color css
<style>
a { background-color: #0DDA4C; }
a { background-color: rgb(13,218,76); }
div.DivClassName
{
background-color: #0DDA4C;
}
.BgClassName
{
background-color: #0DDA4C;
}
</style>
border-color css
<style>
span { border-color: #0DDA4C; }
span { border-color: rgb(13,218,76); }
td.TdClassName
{
border-color: #0DDA4C;
}
.TagClassName
{
border-color: #0DDA4C;
}
</style>