Name | Hex (RGB) | HTML/CSS (RGB) | RGB | RGB (%) | CMYK | HSV |
---|---|---|---|---|---|---|
Feijoa | AFE490 | #AFE490 | 175, 228, 144 | 68.63, 89.41, 56.47 | 23.25, 0, 36.84, 10.59 | 97.857142857143, 36.842105263158, 89.411764705882 |
Color #afe490 is Feijoa. In RGB: 68.63, 89.41, 56.47. In CMYK: 23.25, 0, 36.84, 10.59.
div { background: #afe490; color: #000; }
div { background: #afe490; color: #fff; }
div { background: linear-gradient(to bottom, #94C876 0%, #CBFFAB 100%); color: #000; }
div { background: linear-gradient(to bottom, #CBFFAB 0%, #94C876 100%); color: #000; }
div { background: linear-gradient(to bottom, #94C876 0%, #CBFFAB 100%); color: #fff; }
div { background: linear-gradient(to bottom, #CBFFAB 0%, #94C876 100%); color: #fff; }
div { border: 1px solid #afe490; }
div { border: 5px solid #afe490; }
div { border: 1px dashed #afe490; }
div { border: 5px dashed #afe490; }
div { border: 1px dotted #afe490; }
div { border: 5px dotted #afe490; }