Name | Hex (RGB) | HTML/CSS (RGB) | RGB | RGB (%) | CMYK | HSV |
---|---|---|---|---|---|---|
Algae Green | A0F4C5 | #A0F4C5 | 160, 244, 197 | 62.75, 95.69, 77.25 | 34.43, 0, 19.26, 4.31 | 146.42857142857, 34.426229508197, 95.686274509804 |
Color #a0f4c5 is Algae Green. In RGB: 62.75, 95.69, 77.25. In CMYK: 34.43, 0, 19.26, 4.31.
div { background: #a0f4c5; color: #000; }
div { background: #a0f4c5; color: #fff; }
div { background: linear-gradient(to bottom, #84D7AA 0%, #BCFFE1 100%); color: #000; }
div { background: linear-gradient(to bottom, #BCFFE1 0%, #84D7AA 100%); color: #000; }
div { background: linear-gradient(to bottom, #84D7AA 0%, #BCFFE1 100%); color: #fff; }
div { background: linear-gradient(to bottom, #BCFFE1 0%, #84D7AA 100%); color: #fff; }
div { border: 1px solid #a0f4c5; }
div { border: 5px solid #a0f4c5; }
div { border: 1px dashed #a0f4c5; }
div { border: 5px dashed #a0f4c5; }
div { border: 1px dotted #a0f4c5; }
div { border: 5px dotted #a0f4c5; }