In a RGB color space, #008c00 hex color is composed of 0% red, 54.9% green and 0% blue. Whereas in a CMYK color space, it is composed of 100% cyan, 0% magenta, 100% yellow and 45.1% black. It has a hue angle of 120 degrees, a saturation of 100% and a lightness of 27.5%. #008c00 color hex could be obtained by blending #00ff00 with #001900. Closest websafe color is: #009900.
The hexadecimal color #008c00 has RGB values of R:0, G:140, B:0 and CMYK values of C:1, M:0, Y:1, K:0.45. Its decimal value is 35840.
Hex triplet | 008c00 | #008c00 |
RGB Decimal | 0, 140, 0 | rgb(0,140,0) |
RGB Percent | 0, 54.9, 0 | rgb(0%,54.9%,0%) |
CMYK | 100, 0, 100, 45.1 | |
HSL | 120°, 100, 27.5 | hsl(120,100%,27.5%) |
HSV(HSB) | 120°, 100, 54.9 | |
Web Safe | 009900 | #090 |
XYZ | 9.378, 18.756, 3.126 |
xyY | 0.3, 0.6, 18.756 |
CIE-LAB | 50.401, -55.166, 53.243 |
CIE-LCH | 50.401, 76.669, 136.016 |
CIE-LUV | 50.401, -47.725, 61.697 |
Hunter-Lab | 43.308, -37.137, 26.036 |
Binary | 00000000, 10001100, 00000000 |
Below, you can see some colors close to #008c00. 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 #008c00.
<span style="color:#008c00">Text here</span>
This paragraph has a background color of #008c00.
<p style="background-color:#008c00;">Content here</p>
This element has a border color of #008c00.
<div style="border:1px #008c00;">Content here</div>
.text {color:#008c00;}
.background {background-color:#008c00;}
.border {border:1px solid #008c00;}
.text-shadow {border:1px solid #008c00;}
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, #000c00 is the darkest color, while #f6fff6 is the lightest one.
A tone is produced by adding gray to any pure hue. In this case, #464646 is the less saturated color, while #068606 is the most saturated one.