Skip to content
A "fork" of ntc.js, originally by Chirag Mehta at http://chir.ag/projects/ntc/
JavaScript
Find file
Latest commit 56a3e3c @seiyria bugfix
Failed to load latest commit information.
LICENSE.md Create LICENSE.md
README.md add sample usage
bower.json add bower.json
ntc.js bugfix

README.md

ntc.js

A "fork" of ntc.js, originally by Chirag Mehta

Sample Usage

<script type="text/javascript" src="js/ntc.js"></script>

<script type="text/javascript">

  var n_match  = ntc.name("#6195ED");
  n_rgb        = n_match[0]; // RGB value of closest match
  n_name       = n_match[1]; // Text string: Color name
  n_exactmatch = n_match[2]; // True if exact color match

  alert(n_match);

</script>
Something went wrong with that request. Please try again.