To change the green bar background color of the page title section just login to your admin dashboard and go to Appearance > Customize > Ambition Theme Options > Custom CSS and paste the below custom css code:
.page-title-wrap {
background-color: #89a452;
}
Note: Change the above HEX color code #89a452 to your own color code that you need.