Shades of Malachite #0DF560
Tints of Malachite #0DF560
RGB
CMYK
RGB Variations
Color information
#0DF560 (or 0x0DF560) is known color: Malachite. HEX triplet: 0D, F5 and 60. RGB value is (13,245,96). Sum of RGB (Red+Green+Blue) = 13+245+96=354 (46% of max value = 765). Red value is 13 (5.47% from 255 or 3.67% from 354); Green value is 245 (96.09% from 255 or 69.21% from 354); Blue value is 96 (37.89% from 255 or 27.12% from 354); Max value from RGB is 245 - color contains mainly: green. Hex color #0DF560 is not a web safe color. Web safe color analog (approx): #00FF66. Inversed color of #0DF560 is #F20A9F. Grayscale: #9F9F9F. Windows color (decimal): -15862432 or 6354189. OLE color: 6354189.
HSL color Cylindrical-coordinate representation of color #0DF560: hue angle of 141.47º degrees, saturation: 0.92, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #0DF560 is Cyan = 0.95, Magento = 0, Yellow = 0.61 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 13 | 245 | 96 | - |
| CMYK | 0.95 | 0 | 0.61 | 0.04 |
| HSL | 141.47º | 0.92% | 0.51% | - |
| HSV(B) | 141.47º | 0.95% | 0.96% | - |
| XYZ | 34.93 | 66.23 | 22.01 | - |
| YUV | 158.65 | 92.64 | 24.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 13 | 245 | 96 | 0.95 | 0 | 0.61 | 0.04 | 141.47 | 0.92 | 0.51 |
| Hex | D | F5 | 60 | 5F | 0 | 3D | 4 | 8D | 5C | 33 |
| Octal | 15 | 365 | 140 | 137 | 0 | 75 | 4 | 215 | 134 | 63 |
| Binary | 1101 | 11110101 | 1100000 | 1011111 | 0 | 111101 | 100 | 10001101 | 1011100 | 110011 |
Color Harmonies of #0DF560
Complementary color
Monochromatic Colors of #0DF560
Black with #0DF560
Text Example
Text Example
White with #0DF560
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0DF560; }
p { color: rgb(13,245,96); }
H1.HeaderClassName
{
color: #0DF560;
}
.AnyTagClassName
{
color: #0DF560;
}
</style>
background-color css
<style>
a { background-color: #0DF560; }
a { background-color: rgb(13,245,96); }
div.DivClassName
{
background-color: #0DF560;
}
.BgClassName
{
background-color: #0DF560;
}
</style>
border-color css
<style>
span { border-color: #0DF560; }
span { border-color: rgb(13,245,96); }
td.TdClassName
{
border-color: #0DF560;
}
.TagClassName
{
border-color: #0DF560;
}
</style>