Shades of Malachite #0DF860
Tints of Malachite #0DF860
RGB
CMYK
RGB Variations
Color information
#0DF860 (or 0x0DF860) is known color: Malachite. HEX triplet: 0D, F8 and 60. RGB value is (13,248,96). Sum of RGB (Red+Green+Blue) = 13+248+96=357 (47% of max value = 765). Red value is 13 (5.47% from 255 or 3.64% from 357); Green value is 248 (97.27% from 255 or 69.47% from 357); Blue value is 96 (37.89% from 255 or 26.89% from 357); Max value from RGB is 248 - color contains mainly: green. Hex color #0DF860 is not a web safe color. Web safe color analog (approx): #00FF66. Inversed color of #0DF860 is #F2079F. Grayscale: #A0A0A0. Windows color (decimal): -15861664 or 6354957. OLE color: 6354957.
HSL color Cylindrical-coordinate representation of color #0DF860: hue angle of 141.19º degrees, saturation: 0.94, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #0DF860 is Cyan = 0.95, Magento = 0, Yellow = 0.61 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 13 | 248 | 96 | - |
| CMYK | 0.95 | 0 | 0.61 | 0.03 |
| HSL | 141.19º | 0.94% | 0.51% | - |
| HSV(B) | 141.19º | 0.95% | 0.97% | - |
| XYZ | 35.84 | 68.06 | 22.31 | - |
| YUV | 160.41 | 91.64 | 22.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 13 | 248 | 96 | 0.95 | 0 | 0.61 | 0.03 | 141.19 | 0.94 | 0.51 |
| Hex | D | F8 | 60 | 5F | 0 | 3D | 3 | 8D | 5E | 33 |
| Octal | 15 | 370 | 140 | 137 | 0 | 75 | 3 | 215 | 136 | 63 |
| Binary | 1101 | 11111000 | 1100000 | 1011111 | 0 | 111101 | 11 | 10001101 | 1011110 | 110011 |
Color Harmonies of #0DF860
Complementary color
Monochromatic Colors of #0DF860
Black with #0DF860
Text Example
Text Example
White with #0DF860
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0DF860; }
p { color: rgb(13,248,96); }
H1.HeaderClassName
{
color: #0DF860;
}
.AnyTagClassName
{
color: #0DF860;
}
</style>
background-color css
<style>
a { background-color: #0DF860; }
a { background-color: rgb(13,248,96); }
div.DivClassName
{
background-color: #0DF860;
}
.BgClassName
{
background-color: #0DF860;
}
</style>
border-color css
<style>
span { border-color: #0DF860; }
span { border-color: rgb(13,248,96); }
td.TdClassName
{
border-color: #0DF860;
}
.TagClassName
{
border-color: #0DF860;
}
</style>