Name | Hex (RGB) | HTML/CSS (RGB) | RGB | RGB (%) | CMYK | HSV |
---|---|---|---|---|---|---|
mediumspringgreen | 0EF1A8 | #0EF1A8 | 14, 241, 168 | 5.49, 94.51, 65.88 | 94.19, 0, 30.29, 5.49 | 160.70484581498, 94.190871369295, 94.509803921569 |
Color #0ef1a8 is mediumspringgreen. In RGB: 5.49, 94.51, 65.88. In CMYK: 94.19, 0, 30.29, 5.49.
div { background: #0ef1a8; color: #000; }
div { background: #0ef1a8; color: #fff; }
div { background: linear-gradient(to bottom, #00D48D 0%, #4CFFC3 100%); color: #000; }
div { background: linear-gradient(to bottom, #4CFFC3 0%, #00D48D 100%); color: #000; }
div { background: linear-gradient(to bottom, #00D48D 0%, #4CFFC3 100%); color: #fff; }
div { background: linear-gradient(to bottom, #4CFFC3 0%, #00D48D 100%); color: #fff; }
div { border: 1px solid #0ef1a8; }
div { border: 5px solid #0ef1a8; }
div { border: 1px dashed #0ef1a8; }
div { border: 5px dashed #0ef1a8; }
div { border: 1px dotted #0ef1a8; }
div { border: 5px dotted #0ef1a8; }