Shades of Malachite #0DEA32
Tints of Malachite #0DEA32
RGB
CMYK
RGB Variations
Color information
#0DEA32 (or 0x0DEA32) is known color: Malachite. HEX triplet: 0D, EA and 32. RGB value is (13,234,50). Sum of RGB (Red+Green+Blue) = 13+234+50=297 (39% of max value = 765). Red value is 13 (5.47% from 255 or 4.38% from 297); Green value is 234 (91.80% from 255 or 78.79% from 297); Blue value is 50 (19.92% from 255 or 16.84% from 297); Max value from RGB is 234 - color contains mainly: green. Hex color #0DEA32 is not a web safe color. Web safe color analog (approx): #00FF33. Inversed color of #0DEA32 is #F215CD. Grayscale: #939393. Windows color (decimal): -15865294 or 3336717. OLE color: 3336717.
HSL color Cylindrical-coordinate representation of color #0DEA32: hue angle of 130.05º 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 #0DEA32 is Cyan = 0.94, Magento = 0, Yellow = 0.79 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 13 | 234 | 50 | - |
| CMYK | 0.94 | 0 | 0.79 | 0.08 |
| HSL | 130.05º | 0.89% | 0.48% | - |
| HSV(B) | 130.05º | 0.94% | 0.92% | - |
| XYZ | 30.16 | 59.16 | 12.85 | - |
| YUV | 146.95 | 73.28 | 32.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 13 | 234 | 50 | 0.94 | 0 | 0.79 | 0.08 | 130.05 | 0.89 | 0.48 |
| Hex | D | EA | 32 | 5E | 0 | 4F | 8 | 82 | 59 | 30 |
| Octal | 15 | 352 | 62 | 136 | 0 | 117 | 10 | 202 | 131 | 60 |
| Binary | 1101 | 11101010 | 110010 | 1011110 | 0 | 1001111 | 1000 | 10000010 | 1011001 | 110000 |
Color Harmonies of #0DEA32
Complementary color
Monochromatic Colors of #0DEA32
Black with #0DEA32
Text Example
Text Example
White with #0DEA32
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0DEA32; }
p { color: rgb(13,234,50); }
H1.HeaderClassName
{
color: #0DEA32;
}
.AnyTagClassName
{
color: #0DEA32;
}
</style>
background-color css
<style>
a { background-color: #0DEA32; }
a { background-color: rgb(13,234,50); }
div.DivClassName
{
background-color: #0DEA32;
}
.BgClassName
{
background-color: #0DEA32;
}
</style>
border-color css
<style>
span { border-color: #0DEA32; }
span { border-color: rgb(13,234,50); }
td.TdClassName
{
border-color: #0DEA32;
}
.TagClassName
{
border-color: #0DEA32;
}
</style>