In a RGB color space, #00cc66 hex color is composed of 0% red, 80% green and 40% blue. Whereas in a CMYK color space, it is composed of 100% cyan, 0% magenta, 50% yellow and 20% black. It has a hue angle of 150 degrees, a saturation of 100% and a lightness of 40%. #00cc66 color hex could be obtained by blending #00ffcc with #009900. #00cc66(or #0c6) is a websafe color.
The hexadecimal color #00cc66 has RGB values of R:0, G:204, B:102 and CMYK values of C:1, M:0, Y:0.5, K:0.2. Its decimal value is 52326.
Hex triplet | 00cc66 | #00cc66 |
RGB Decimal | 0, 204, 102 | rgb(0,204,102) |
RGB Percent | 0, 80, 40 | rgb(0%,80%,40%) |
CMYK | 100, 0, 50, 20 | |
HSL | 150°, 100, 40 | hsl(150,100%,40%) |
HSV(HSB) | 150°, 100, 80 | |
Web Safe | 00cc66 | #0c6 |
XYZ | 23.991, 44.145, 19.827 |
xyY | 0.273, 0.502, 44.145 |
CIE-LAB | 72.325, -64.722, 38.925 |
CIE-LCH | 72.325, 75.525, 148.977 |
CIE-LUV | 72.325, -65.008, 60.642 |
Hunter-Lab | 66.442, -51.819, 28.817 |
Binary | 00000000, 11001100, 01100110 |
Below, you can see some colors close to #00cc66. Having a set of related colors can be useful if you need an inspirational alternative to your original color choice.
This text has a font color of #00cc66.
<span style="color:#00cc66">Text here</span>
This paragraph has a background color of #00cc66.
<p style="background-color:#00cc66;">Content here</p>
This element has a border color of #00cc66.
<div style="border:1px #00cc66;">Content here</div>
.text {color:#00cc66;}
.background {background-color:#00cc66;}
.border {border:1px solid #00cc66;}
.text-shadow {border:1px solid #00cc66;}
A shade is achieved by adding black to any pure hue, while a tint is created by mixing white to any pure color. In this example, #000d06 is the darkest color, while #f7fffb is the lightest one.
A tone is produced by adding gray to any pure hue. In this case, #666666 is the less saturated color, while #08c466 is the most saturated one.