Color #9DA88A

HEX

#9DA88A

RGB

(157, 168, 138)

Quick Actions

Color Values

Color Space Values
RGB
R: 157, G: 168, B: 138 (62%, 66%, 54%)
CMYK C: 7%, M: 0%, Y: 18%, K: 34%
HSL H: 82°, S: 15%, L: 60%
HSV H: 82°, S: 18%, V: 66%
CIE-LAB L: 67.28, a: -9.38, b: 14.21
CIE-LCH L: 67.28, C: 17.03, H: 123.43
Hunter-Lab L: 60.84, a: -13, b: 8.66
Web Safe
#999999
Complementary
#9489a7

#9DA88A is a color with RGB values of 157 red, 168 green, and 138 blue (62%, 66%, 54% respectively). In the CMYK color space, it consists of 7% cyan, 0% magenta, 18% yellow, and 34% black. The color has a hue angle of 82°, 15% saturation, and 60% lightness in the HSL color space.

For web design purposes, the closest web-safe color is #999999. The complementary color is #9489a7, which can be used to create high-contrast color combinations. This color can be effectively used in web design for text, backgrounds, borders, and other UI elements as demonstrated below.

Color Variations of #9DA88A

Explore different variations of #9DA88A including shades, tints, and monochromatic colors. Each variation maintains the color's essence while offering different levels of intensity and brightness.

Shades

Darker variations created by mixing with black, perfect for creating depth and contrast

90% to 20% darkness

Tints

Lighter variations created by mixing with white, ideal for subtle and soft color schemes

10% to 80% lightness

Monochromatic Palette

Colors using the same hue with varying saturation and brightness, creating harmonious combinations

90% to 20% brightness scale

Using Monochromatic Colors

Monochromatic color schemes are created using different shades, tints, and tones of #9DA88A. This palette is perfect for creating depth and visual interest while maintaining color harmony. Ideal for minimalist designs, infographics, and professional presentations.

Color Schemes with #9DA88A

Explore different color combinations and harmonies that work well with #9DA88A.

Complementary Color

Analogous Color

Split Complementary Color

Triadic Color

Tones of #9DA88A

A tone is produced by adding gray to any pure hue. In this case, the less saturated colors have more gray mixed in, while the more saturated ones are closer to the pure color.

How to Use #9DA88A

Text with #9DA88A

This text has a font color of #9DA88A.

<span style="color:#9DA88A;">Text here</span>
.text { color: #9DA88A; }

#9DA88A background color

This paragraph has a background color of #9DA88A.

<p style="background-color:#9DA88A;">Content here</p>
.background { background-color: #9DA88A; }

#9DA88A border color

This element has a border color of #9DA88A.
<div style="border:1px solid #9DA88A;">Content here</div>
.border { border: 1px solid #9DA88A; }

#9DA88A box shadow

This element has a box shadow using #9DA88A.
<div style="box-shadow: 0 4px 6px -1px #9DA88A80">Content here</div>
.shadow { box-shadow: 0 4px 6px -1px #9DA88A80; }
Copied to clipboard!