Shades of Malachite #0DE346
Tints of Malachite #0DE346
RGB
CMYK
RGB Variations
Color information
#0DE346 (or 0x0DE346) is known color: Malachite. HEX triplet: 0D, E3 and 46. RGB value is (13,227,70). Sum of RGB (Red+Green+Blue) = 13+227+70=310 (41% of max value = 765). Red value is 13 (5.47% from 255 or 4.19% from 310); Green value is 227 (89.06% from 255 or 73.23% from 310); Blue value is 70 (27.73% from 255 or 22.58% from 310); Max value from RGB is 227 - color contains mainly: green. Hex color #0DE346 is not a web safe color. Web safe color analog (approx): #00CC33. Inversed color of #0DE346 is #F21CB9. Grayscale: #919191. Windows color (decimal): -15867066 or 4645645. OLE color: 4645645.
HSL color Cylindrical-coordinate representation of color #0DE346: hue angle of 135.98º degrees, saturation: 0.89, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #0DE346 is Cyan = 0.94, Magento = 0, Yellow = 0.69 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 13 | 227 | 70 | - |
| CMYK | 0.94 | 0 | 0.69 | 0.11 |
| HSL | 135.98º | 0.89% | 0.47% | - |
| HSV(B) | 135.98º | 0.94% | 0.89% | - |
| XYZ | 28.74 | 55.47 | 14.99 | - |
| YUV | 145.12 | 85.6 | 33.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 13 | 227 | 70 | 0.94 | 0 | 0.69 | 0.11 | 135.98 | 0.89 | 0.47 |
| Hex | D | E3 | 46 | 5E | 0 | 45 | B | 88 | 59 | 2F |
| Octal | 15 | 343 | 106 | 136 | 0 | 105 | 13 | 210 | 131 | 57 |
| Binary | 1101 | 11100011 | 1000110 | 1011110 | 0 | 1000101 | 1011 | 10001000 | 1011001 | 101111 |
Color Harmonies of #0DE346
Complementary color
Monochromatic Colors of #0DE346
Black with #0DE346
Text Example
Text Example
White with #0DE346
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0DE346; }
p { color: rgb(13,227,70); }
H1.HeaderClassName
{
color: #0DE346;
}
.AnyTagClassName
{
color: #0DE346;
}
</style>
background-color css
<style>
a { background-color: #0DE346; }
a { background-color: rgb(13,227,70); }
div.DivClassName
{
background-color: #0DE346;
}
.BgClassName
{
background-color: #0DE346;
}
</style>
border-color css
<style>
span { border-color: #0DE346; }
span { border-color: rgb(13,227,70); }
td.TdClassName
{
border-color: #0DE346;
}
.TagClassName
{
border-color: #0DE346;
}
</style>