CSS Color Background

Green (Ncs)

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

Preview

Green (Ncs) solid color background preview (#009F6B)

Color value: #009F6B

Available Resolutions

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

Download all sizes

CSS Code

.hero { background-color: #009F6B; }

HTML Code

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