Shades of Malachite #0FD646
Tints of Malachite #0FD646
RGB
CMYK
RGB Variations
Color information
#0FD646 (or 0x0FD646) is known color: Malachite. HEX triplet: 0F, D6 and 46. RGB value is (15,214,70). Sum of RGB (Red+Green+Blue) = 15+214+70=299 (39% of max value = 765). Red value is 15 (6.25% from 255 or 5.02% from 299); Green value is 214 (83.98% from 255 or 71.57% from 299); Blue value is 70 (27.73% from 255 or 23.41% from 299); Max value from RGB is 214 - color contains mainly: green. Hex color #0FD646 is not a web safe color. Web safe color analog (approx): #00CC33. Inversed color of #0FD646 is #F029B9. Grayscale: #8A8A8A. Windows color (decimal): -15739322 or 4642319. OLE color: 4642319.
HSL color Cylindrical-coordinate representation of color #0FD646: hue angle of 136.58º degrees, saturation: 0.87, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #0FD646 is Cyan = 0.93, Magento = 0, Yellow = 0.67 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 15 | 214 | 70 | - |
| CMYK | 0.93 | 0 | 0.67 | 0.16 |
| HSL | 136.58º | 0.87% | 0.45% | - |
| HSV(B) | 136.58º | 0.93% | 0.84% | - |
| XYZ | 25.35 | 48.64 | 13.85 | - |
| YUV | 138.08 | 89.57 | 40.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 15 | 214 | 70 | 0.93 | 0 | 0.67 | 0.16 | 136.58 | 0.87 | 0.45 |
| Hex | F | D6 | 46 | 5D | 0 | 43 | 10 | 89 | 57 | 2D |
| Octal | 17 | 326 | 106 | 135 | 0 | 103 | 20 | 211 | 127 | 55 |
| Binary | 1111 | 11010110 | 1000110 | 1011101 | 0 | 1000011 | 10000 | 10001001 | 1010111 | 101101 |
Color Harmonies of #0FD646
Complementary color
Monochromatic Colors of #0FD646
Black with #0FD646
Text Example
Text Example
White with #0FD646
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0FD646; }
p { color: rgb(15,214,70); }
H1.HeaderClassName
{
color: #0FD646;
}
.AnyTagClassName
{
color: #0FD646;
}
</style>
background-color css
<style>
a { background-color: #0FD646; }
a { background-color: rgb(15,214,70); }
div.DivClassName
{
background-color: #0FD646;
}
.BgClassName
{
background-color: #0FD646;
}
</style>
border-color css
<style>
span { border-color: #0FD646; }
span { border-color: rgb(15,214,70); }
td.TdClassName
{
border-color: #0FD646;
}
.TagClassName
{
border-color: #0FD646;
}
</style>