Skip to content

Latest commit

 

History

History
7 lines (6 loc) · 413 Bytes

README.md

File metadata and controls

7 lines (6 loc) · 413 Bytes

Percent to Hex Converter

💁‍♀️ This repository contains the JavaScript for a calculator I built, wrapped in just enough HTML that you can open it up in a browser.

I found myself needing to convert a percent to a hex value in order to set an opacity on a color via a color hex value in the format of #RGBA or #ARGB, so I created this calculator via JavaScript.

(The calculations are rounded.)