hsla-to-rgba-cli is a CLI tool that converts hsla to rgba.
Get hsla-to-rgba-cli up and running quickly!
-
Run:
or with alpha value:
npx hsla-to-rgba-cli 14 100 60 1
npx hsla-to-rgba-cli 14 100 60 0.5
- Done!
This will convert the HSLA values (14°, 100%, 60%, 1)
to its RGBA equivalent, and display a color preview in your terminal.
-
Input:
14 100 60 1
-
Output:
RGBA: (255, 87, 51, 1)
-
Color Preview:
COLOR PREVIEW (in the specified color)
-
Alpha Info:
Alpha: 1 (not visible in ANSI)
We welcome contributions to hsla-to-rgba-cli! Whether it's reporting a bug, suggesting an enhancement, or submitting a pull request, your input is valued.
This project is licensed under the MIT License - see the LICENSE file for details.
For any questions, suggestions, or feedback, please contact love1ace.