Name | Hex (RGB) | HTML/CSS (RGB) | RGB | RGB (%) | CMYK | HSV |
---|---|---|---|---|---|---|
palegreen | 78FAA9 | #78FAA9 | 120, 250, 169 | 47.06, 98.04, 66.27 | 52, 0, 32.4, 1.96 | 142.61538461538, 52, 98.039215686275 |
Color #78faa9 is palegreen. In RGB: 47.06, 98.04, 66.27. In CMYK: 52, 0, 32.4, 1.96.
div { background: #78faa9; color: #000; }
div { background: #78faa9; color: #fff; }
div { background: linear-gradient(to bottom, #59DD8E 0%, #96FFC4 100%); color: #000; }
div { background: linear-gradient(to bottom, #96FFC4 0%, #59DD8E 100%); color: #000; }
div { background: linear-gradient(to bottom, #59DD8E 0%, #96FFC4 100%); color: #fff; }
div { background: linear-gradient(to bottom, #96FFC4 0%, #59DD8E 100%); color: #fff; }
div { border: 1px solid #78faa9; }
div { border: 5px solid #78faa9; }
div { border: 1px dashed #78faa9; }
div { border: 5px dashed #78faa9; }
div { border: 1px dotted #78faa9; }
div { border: 5px dotted #78faa9; }