unity color new color code example
Example 1: new Color from hex in unity
Color greenColor;
ColorUtility.TryParseHtmlString("#0AC742", out greenColor);
Example 2: unity new Color()
Color color = new Color(red,green,blue,alpha)//Alpha 0 is transparent