\documentclass{scrartcl}
\usepackage[english]{babel}
\usepackage{amsthm}
\usepackage{amsmath}
\usepackage{amssymb}
\usepackage[colorlinks=true,linkcolor=green]{hyperref}
\begin{document}
\begin{align} \label{test}
a+b=c
\end{align}
\eqref{test}
\end{document}
How can I combine hyperref and eqref such that the braces () are also green and clickable and not only the 1?

\autorefin the question. How can it be a duplicate of a question dealing with\autoref? – yo' Jul 22 '14 at 22:24autorefis mentioned in the OP as well in Mico's solution. Both solution (by Heiko Oberdiek and Mico) seem to be applicable for this question as well. – Jul 22 '14 at 22:29\autorefand\eqrefare independent from each other, a user might want to use both. – Heiko Oberdiek Jul 22 '14 at 22:36