You should be able to implement this by changing the color mode to expression.
The logic you've given for the colors doesn't quite make sense (e.g. evaluating Actual - Target > 5 and Actual - Target < 11 are both true) so you would need to make sure you work out exactly what you want your ranges to be before you implement them into an expression.