Name | Hex (RGB) | HTML/CSS (RGB) | RGB | RGB (%) | CMYK | HSV |
---|---|---|---|---|---|---|
Jungle Green | 0CAC8E | #0CAC8E | 12, 172, 142 | 4.71, 67.45, 55.69 | 93.02, 0, 17.44, 32.55 | 168.75, 93.023255813953, 67.450980392157 |
Color #0cac8e is Jungle Green. In RGB: 4.71, 67.45, 55.69. In CMYK: 93.02, 0, 17.44, 32.55.
div { background: #0cac8e; color: #000; }
div { background: #0cac8e; color: #fff; }
div { background: linear-gradient(to bottom, #009174 0%, #3FC8A8 100%); color: #000; }
div { background: linear-gradient(to bottom, #3FC8A8 0%, #009174 100%); color: #000; }
div { background: linear-gradient(to bottom, #009174 0%, #3FC8A8 100%); color: #fff; }
div { background: linear-gradient(to bottom, #3FC8A8 0%, #009174 100%); color: #fff; }
div { border: 1px solid #0cac8e; }
div { border: 5px solid #0cac8e; }
div { border: 1px dashed #0cac8e; }
div { border: 5px dashed #0cac8e; }
div { border: 1px dotted #0cac8e; }
div { border: 5px dotted #0cac8e; }