The Normalized Difference Water Index (NDWI) is given by the formula:
\[
\text{NDWI} = \frac{\text{Green} - \text{NIR}}{\text{Green} + \text{NIR}}.
\]
Substitute the values for Green = 200 and NIR = 150:
\[
\text{NDWI} = \frac{200 - 150}{200 + 150} = \frac{50}{350} = 0.142857.
\]
Rounding to 1 decimal place, the NDWI is:
\[
\boxed{0.1}.
\]