Name | Hex (RGB) | HTML/CSS (RGB) | RGB | RGB (%) | CMYK | HSV |
---|---|---|---|---|---|---|
Granny Smith Apple | A0F5B5 | #A0F5B5 | 160, 245, 181 | 62.75, 96.08, 70.98 | 34.69, 0, 26.12, 3.92 | 134.82352941176, 34.69387755102, 96.078431372549 |
Color #a0f5b5 is Granny Smith Apple. In RGB: 62.75, 96.08, 70.98. In CMYK: 34.69, 0, 26.12, 3.92.
div { background: #a0f5b5; color: #000; }
div { background: #a0f5b5; color: #fff; }
div { background: linear-gradient(to bottom, #84D89A 0%, #BCFFD1 100%); color: #000; }
div { background: linear-gradient(to bottom, #BCFFD1 0%, #84D89A 100%); color: #000; }
div { background: linear-gradient(to bottom, #84D89A 0%, #BCFFD1 100%); color: #fff; }
div { background: linear-gradient(to bottom, #BCFFD1 0%, #84D89A 100%); color: #fff; }
div { border: 1px solid #a0f5b5; }
div { border: 5px solid #a0f5b5; }
div { border: 1px dashed #a0f5b5; }
div { border: 5px dashed #a0f5b5; }
div { border: 1px dotted #a0f5b5; }
div { border: 5px dotted #a0f5b5; }