Shades of Malachite #0DEA65
Tints of Malachite #0DEA65
RGB
CMYK
RGB Variations
Color information
#0DEA65 (or 0x0DEA65) is known color: Malachite. HEX triplet: 0D, EA and 65. RGB value is (13,234,101). Sum of RGB (Red+Green+Blue) = 13+234+101=348 (46% of max value = 765). Red value is 13 (5.47% from 255 or 3.74% from 348); Green value is 234 (91.80% from 255 or 67.24% from 348); Blue value is 101 (39.84% from 255 or 29.02% from 348); Max value from RGB is 234 - color contains mainly: green. Hex color #0DEA65 is not a web safe color. Web safe color analog (approx): #00FF66. Inversed color of #0DEA65 is #F2159A. Grayscale: #999999. Windows color (decimal): -15865243 or 6679053. OLE color: 6679053.
HSL color Cylindrical-coordinate representation of color #0DEA65: hue angle of 143.89º 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 #0DEA65 is Cyan = 0.94, Magento = 0, Yellow = 0.57 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 13 | 234 | 101 | - |
| CMYK | 0.94 | 0 | 0.57 | 0.08 |
| HSL | 143.89º | 0.89% | 0.48% | - |
| HSV(B) | 143.89º | 0.94% | 0.92% | - |
| XYZ | 31.94 | 59.87 | 22.18 | - |
| YUV | 152.76 | 98.78 | 28.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 13 | 234 | 101 | 0.94 | 0 | 0.57 | 0.08 | 143.89 | 0.89 | 0.48 |
| Hex | D | EA | 65 | 5E | 0 | 39 | 8 | 90 | 59 | 30 |
| Octal | 15 | 352 | 145 | 136 | 0 | 71 | 10 | 220 | 131 | 60 |
| Binary | 1101 | 11101010 | 1100101 | 1011110 | 0 | 111001 | 1000 | 10010000 | 1011001 | 110000 |
Color Harmonies of #0DEA65
Complementary color
Monochromatic Colors of #0DEA65
Black with #0DEA65
Text Example
Text Example
White with #0DEA65
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0DEA65; }
p { color: rgb(13,234,101); }
H1.HeaderClassName
{
color: #0DEA65;
}
.AnyTagClassName
{
color: #0DEA65;
}
</style>
background-color css
<style>
a { background-color: #0DEA65; }
a { background-color: rgb(13,234,101); }
div.DivClassName
{
background-color: #0DEA65;
}
.BgClassName
{
background-color: #0DEA65;
}
</style>
border-color css
<style>
span { border-color: #0DEA65; }
span { border-color: rgb(13,234,101); }
td.TdClassName
{
border-color: #0DEA65;
}
.TagClassName
{
border-color: #0DEA65;
}
</style>