CSS Color Background

Android Green

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

Preview

Android Green solid color background preview (#A4C639)

Color value: #A4C639

Available Resolutions

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

Download all sizes

CSS Code

.hero { background-color: #A4C639; }

HTML Code

<section class="hero android-green-bg"> <h2>Your content</h2> </section> <style> .android-green-bg { background-color: #A4C639; } </style>