Shades of Malachite #0DDA4A
Tints of Malachite #0DDA4A
RGB
CMYK
RGB Variations
Color information
#0DDA4A (or 0x0DDA4A) is known color: Malachite. HEX triplet: 0D, DA and 4A. RGB value is (13,218,74). Sum of RGB (Red+Green+Blue) = 13+218+74=305 (40% of max value = 765). Red value is 13 (5.47% from 255 or 4.26% from 305); Green value is 218 (85.55% from 255 or 71.48% from 305); Blue value is 74 (29.30% from 255 or 24.26% from 305); Max value from RGB is 218 - color contains mainly: green. Hex color #0DDA4A is not a web safe color. Web safe color analog (approx): #00CC33. Inversed color of #0DDA4A is #F225B5. Grayscale: #8C8C8C. Windows color (decimal): -15869366 or 4905485. OLE color: 4905485.
HSL color Cylindrical-coordinate representation of color #0DDA4A: hue angle of 137.85º 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 #0DDA4A is Cyan = 0.94, Magento = 0, Yellow = 0.66 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 13 | 218 | 74 | - |
| CMYK | 0.94 | 0 | 0.66 | 0.15 |
| HSL | 137.85º | 0.89% | 0.45% | - |
| HSV(B) | 137.85º | 0.94% | 0.85% | - |
| XYZ | 26.47 | 50.72 | 14.87 | - |
| YUV | 140.29 | 90.58 | 37.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 13 | 218 | 74 | 0.94 | 0 | 0.66 | 0.15 | 137.85 | 0.89 | 0.45 |
| Hex | D | DA | 4A | 5E | 0 | 42 | F | 8A | 59 | 2D |
| Octal | 15 | 332 | 112 | 136 | 0 | 102 | 17 | 212 | 131 | 55 |
| Binary | 1101 | 11011010 | 1001010 | 1011110 | 0 | 1000010 | 1111 | 10001010 | 1011001 | 101101 |
Color Harmonies of #0DDA4A
Complementary color
Monochromatic Colors of #0DDA4A
Black with #0DDA4A
Text Example
Text Example
White with #0DDA4A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0DDA4A; }
p { color: rgb(13,218,74); }
H1.HeaderClassName
{
color: #0DDA4A;
}
.AnyTagClassName
{
color: #0DDA4A;
}
</style>
background-color css
<style>
a { background-color: #0DDA4A; }
a { background-color: rgb(13,218,74); }
div.DivClassName
{
background-color: #0DDA4A;
}
.BgClassName
{
background-color: #0DDA4A;
}
</style>
border-color css
<style>
span { border-color: #0DDA4A; }
span { border-color: rgb(13,218,74); }
td.TdClassName
{
border-color: #0DDA4A;
}
.TagClassName
{
border-color: #0DDA4A;
}
</style>