CSS Color Background

Ao (English)

Pure CSS color background: #008000. Use this solid color for personal and commercial creative projects.

Preview

Ao (English) solid color background preview (#008000)

Color value: #008000

Available Resolutions

Choose any resolution to download this same solid color as JPG.

Download all sizes

CSS Code

.hero { background-color: #008000; }

HTML Code

<section class="hero ao-english-bg"> <h2>Your content</h2> </section> <style> .ao-english-bg { background-color: #008000; } </style>