Shades of Malachite #0DEB5A
Tints of Malachite #0DEB5A
RGB
CMYK
RGB Variations
Color information
#0DEB5A (or 0x0DEB5A) is known color: Malachite. HEX triplet: 0D, EB and 5A. RGB value is (13,235,90). Sum of RGB (Red+Green+Blue) = 13+235+90=338 (44% of max value = 765). Red value is 13 (5.47% from 255 or 3.85% from 338); Green value is 235 (92.19% from 255 or 69.53% from 338); Blue value is 90 (35.55% from 255 or 26.63% from 338); Max value from RGB is 235 - color contains mainly: green. Hex color #0DEB5A is not a web safe color. Web safe color analog (approx): #00FF66. Inversed color of #0DEB5A is #F214A5. Grayscale: #989898. Windows color (decimal): -15864998 or 5958413. OLE color: 5958413.
HSL color Cylindrical-coordinate representation of color #0DEB5A: hue angle of 140.81º degrees, saturation: 0.9, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #0DEB5A is Cyan = 0.94, Magento = 0, Yellow = 0.62 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 13 | 235 | 90 | - |
| CMYK | 0.94 | 0 | 0.62 | 0.08 |
| HSL | 140.81º | 0.9% | 0.49% | - |
| HSV(B) | 140.81º | 0.94% | 0.92% | - |
| XYZ | 31.72 | 60.24 | 19.63 | - |
| YUV | 152.09 | 92.95 | 28.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 13 | 235 | 90 | 0.94 | 0 | 0.62 | 0.08 | 140.81 | 0.9 | 0.49 |
| Hex | D | EB | 5A | 5E | 0 | 3E | 8 | 8D | 5A | 31 |
| Octal | 15 | 353 | 132 | 136 | 0 | 76 | 10 | 215 | 132 | 61 |
| Binary | 1101 | 11101011 | 1011010 | 1011110 | 0 | 111110 | 1000 | 10001101 | 1011010 | 110001 |
Color Harmonies of #0DEB5A
Complementary color
Monochromatic Colors of #0DEB5A
Black with #0DEB5A
Text Example
Text Example
White with #0DEB5A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0DEB5A; }
p { color: rgb(13,235,90); }
H1.HeaderClassName
{
color: #0DEB5A;
}
.AnyTagClassName
{
color: #0DEB5A;
}
</style>
background-color css
<style>
a { background-color: #0DEB5A; }
a { background-color: rgb(13,235,90); }
div.DivClassName
{
background-color: #0DEB5A;
}
.BgClassName
{
background-color: #0DEB5A;
}
</style>
border-color css
<style>
span { border-color: #0DEB5A; }
span { border-color: rgb(13,235,90); }
td.TdClassName
{
border-color: #0DEB5A;
}
.TagClassName
{
border-color: #0DEB5A;
}
</style>