https://github.com/samcrosoft/rgb2hex
This is the source code for a web app that converts rgb to Hex colors. It was created using angularJs and Twitter Bootstrap
https://github.com/samcrosoft/rgb2hex
Last synced: 3 months ago
JSON representation
This is the source code for a web app that converts rgb to Hex colors. It was created using angularJs and Twitter Bootstrap
- Host: GitHub
- URL: https://github.com/samcrosoft/rgb2hex
- Owner: samcrosoft
- License: mit
- Created: 2014-06-10T13:34:14.000Z (almost 11 years ago)
- Default Branch: master
- Last Pushed: 2014-06-10T15:06:19.000Z (almost 11 years ago)
- Last Synced: 2025-01-29T12:30:17.226Z (4 months ago)
- Language: CSS
- Size: 160 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
rgb2Hex
=======This is the source code for a web app that converts rgb to Hex colors. It was created using angularJs and Twitter Bootstrap
### Note
The project makes use of [Bower](http://bower.io), so after you checkout the code, you should run
```javascript
bower install first
```