The centroid of a triangle is the average of the coordinates of its vertices. Given the vertices \( (4, 6), (2, -2), (0, 2) \), we can calculate the centroid as:
\[
\text{Centroid} = \left( \frac{4 + 2 + 0}{3}, \frac{6 + (-2) + 2}{3} \right)
\]
\[
\text{Centroid} = \left( \frac{6}{3}, \frac{6}{3} \right) = (2, 2)
\]
Therefore, the correct answer is \( (1, 2) \).