Shades of Malachite #0DEA3F
Tints of Malachite #0DEA3F
RGB
CMYK
RGB Variations
Color information
#0DEA3F (or 0x0DEA3F) is known color: Malachite. HEX triplet: 0D, EA and 3F. RGB value is (13,234,63). Sum of RGB (Red+Green+Blue) = 13+234+63=310 (41% of max value = 765). Red value is 13 (5.47% from 255 or 4.19% from 310); Green value is 234 (91.80% from 255 or 75.48% from 310); Blue value is 63 (25% from 255 or 20.32% from 310); Max value from RGB is 234 - color contains mainly: green. Hex color #0DEA3F is not a web safe color. Web safe color analog (approx): #00FF33. Inversed color of #0DEA3F is #F215C0. Grayscale: #949494. Windows color (decimal): -15865281 or 4188685. OLE color: 4188685.
HSL color Cylindrical-coordinate representation of color #0DEA3F: hue angle of 133.57º 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 #0DEA3F is Cyan = 0.94, Magento = 0, Yellow = 0.73 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 13 | 234 | 63 | - |
| CMYK | 0.94 | 0 | 0.73 | 0.08 |
| HSL | 133.57º | 0.89% | 0.48% | - |
| HSV(B) | 133.57º | 0.94% | 0.92% | - |
| XYZ | 30.49 | 59.29 | 14.54 | - |
| YUV | 148.43 | 79.78 | 31.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 13 | 234 | 63 | 0.94 | 0 | 0.73 | 0.08 | 133.57 | 0.89 | 0.48 |
| Hex | D | EA | 3F | 5E | 0 | 49 | 8 | 86 | 59 | 30 |
| Octal | 15 | 352 | 77 | 136 | 0 | 111 | 10 | 206 | 131 | 60 |
| Binary | 1101 | 11101010 | 111111 | 1011110 | 0 | 1001001 | 1000 | 10000110 | 1011001 | 110000 |
Color Harmonies of #0DEA3F
Complementary color
Monochromatic Colors of #0DEA3F
Black with #0DEA3F
Text Example
Text Example
White with #0DEA3F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0DEA3F; }
p { color: rgb(13,234,63); }
H1.HeaderClassName
{
color: #0DEA3F;
}
.AnyTagClassName
{
color: #0DEA3F;
}
</style>
background-color css
<style>
a { background-color: #0DEA3F; }
a { background-color: rgb(13,234,63); }
div.DivClassName
{
background-color: #0DEA3F;
}
.BgClassName
{
background-color: #0DEA3F;
}
</style>
border-color css
<style>
span { border-color: #0DEA3F; }
span { border-color: rgb(13,234,63); }
td.TdClassName
{
border-color: #0DEA3F;
}
.TagClassName
{
border-color: #0DEA3F;
}
</style>