Shades of Malachite #0DEA63
Tints of Malachite #0DEA63
RGB
CMYK
RGB Variations
Color information
#0DEA63 (or 0x0DEA63) is known color: Malachite. HEX triplet: 0D, EA and 63. RGB value is (13,234,99). Sum of RGB (Red+Green+Blue) = 13+234+99=346 (45% of max value = 765). Red value is 13 (5.47% from 255 or 3.76% from 346); Green value is 234 (91.80% from 255 or 67.63% from 346); Blue value is 99 (39.06% from 255 or 28.61% from 346); Max value from RGB is 234 - color contains mainly: green. Hex color #0DEA63 is not a web safe color. Web safe color analog (approx): #00FF66. Inversed color of #0DEA63 is #F2159C. Grayscale: #989898. Windows color (decimal): -15865245 or 6547981. OLE color: 6547981.
HSL color Cylindrical-coordinate representation of color #0DEA63: hue angle of 143.35º 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 #0DEA63 is Cyan = 0.94, Magento = 0, Yellow = 0.58 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 13 | 234 | 99 | - |
| CMYK | 0.94 | 0 | 0.58 | 0.08 |
| HSL | 143.35º | 0.89% | 0.48% | - |
| HSV(B) | 143.35º | 0.94% | 0.92% | - |
| XYZ | 31.84 | 59.83 | 21.67 | - |
| YUV | 152.53 | 97.78 | 28.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 13 | 234 | 99 | 0.94 | 0 | 0.58 | 0.08 | 143.35 | 0.89 | 0.48 |
| Hex | D | EA | 63 | 5E | 0 | 3A | 8 | 8F | 59 | 30 |
| Octal | 15 | 352 | 143 | 136 | 0 | 72 | 10 | 217 | 131 | 60 |
| Binary | 1101 | 11101010 | 1100011 | 1011110 | 0 | 111010 | 1000 | 10001111 | 1011001 | 110000 |
Color Harmonies of #0DEA63
Complementary color
Monochromatic Colors of #0DEA63
Black with #0DEA63
Text Example
Text Example
White with #0DEA63
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0DEA63; }
p { color: rgb(13,234,99); }
H1.HeaderClassName
{
color: #0DEA63;
}
.AnyTagClassName
{
color: #0DEA63;
}
</style>
background-color css
<style>
a { background-color: #0DEA63; }
a { background-color: rgb(13,234,99); }
div.DivClassName
{
background-color: #0DEA63;
}
.BgClassName
{
background-color: #0DEA63;
}
</style>
border-color css
<style>
span { border-color: #0DEA63; }
span { border-color: rgb(13,234,99); }
td.TdClassName
{
border-color: #0DEA63;
}
.TagClassName
{
border-color: #0DEA63;
}
</style>