Shades of Malachite #0DEA44
Tints of Malachite #0DEA44
RGB
CMYK
RGB Variations
Color information
#0DEA44 (or 0x0DEA44) is known color: Malachite. HEX triplet: 0D, EA and 44. RGB value is (13,234,68). Sum of RGB (Red+Green+Blue) = 13+234+68=315 (41% of max value = 765). Red value is 13 (5.47% from 255 or 4.13% from 315); Green value is 234 (91.80% from 255 or 74.29% from 315); Blue value is 68 (26.95% from 255 or 21.59% from 315); Max value from RGB is 234 - color contains mainly: green. Hex color #0DEA44 is not a web safe color. Web safe color analog (approx): #00FF33. Inversed color of #0DEA44 is #F215BB. Grayscale: #959595. Windows color (decimal): -15865276 or 4516365. OLE color: 4516365.
HSL color Cylindrical-coordinate representation of color #0DEA44: hue angle of 134.93º degrees, saturation: 0.89, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #0DEA44 is Cyan = 0.94, Magento = 0, Yellow = 0.71 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 13 | 234 | 68 | - |
| CMYK | 0.94 | 0 | 0.71 | 0.08 |
| HSL | 134.93º | 0.89% | 0.48% | - |
| HSV(B) | 134.93º | 0.94% | 0.92% | - |
| XYZ | 30.63 | 59.35 | 15.31 | - |
| YUV | 149 | 82.28 | 31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 13 | 234 | 68 | 0.94 | 0 | 0.71 | 0.08 | 134.93 | 0.89 | 0.48 |
| Hex | D | EA | 44 | 5E | 0 | 47 | 8 | 87 | 59 | 30 |
| Octal | 15 | 352 | 104 | 136 | 0 | 107 | 10 | 207 | 131 | 60 |
| Binary | 1101 | 11101010 | 1000100 | 1011110 | 0 | 1000111 | 1000 | 10000111 | 1011001 | 110000 |
Color Harmonies of #0DEA44
Complementary color
Monochromatic Colors of #0DEA44
Black with #0DEA44
Text Example
Text Example
White with #0DEA44
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0DEA44; }
p { color: rgb(13,234,68); }
H1.HeaderClassName
{
color: #0DEA44;
}
.AnyTagClassName
{
color: #0DEA44;
}
</style>
background-color css
<style>
a { background-color: #0DEA44; }
a { background-color: rgb(13,234,68); }
div.DivClassName
{
background-color: #0DEA44;
}
.BgClassName
{
background-color: #0DEA44;
}
</style>
border-color css
<style>
span { border-color: #0DEA44; }
span { border-color: rgb(13,234,68); }
td.TdClassName
{
border-color: #0DEA44;
}
.TagClassName
{
border-color: #0DEA44;
}
</style>