Color #9AA555

HEX

#9AA555

RGB

(154, 165, 85)

Quick Actions

Color Values

Color Space Values
RGB
R: 154, G: 165, B: 85 (60%, 65%, 33%)
CMYK C: 7%, M: 0%, Y: 48%, K: 35%
HSL H: 68°, S: 32%, L: 49%
HSV H: 68°, S: 48%, V: 65%
CIE-LAB L: 65.31, a: -16.13, b: 39.87
CIE-LCH L: 65.31, C: 43.01, H: 112.03
Hunter-Lab L: 58.69, a: -17.95, b: 24.69
Web Safe
#999966
Complementary
#5f54a4

#9AA555 is a color with RGB values of 154 red, 165 green, and 85 blue (60%, 65%, 33% respectively). In the CMYK color space, it consists of 7% cyan, 0% magenta, 48% yellow, and 35% black. The color has a hue angle of 68°, 32% saturation, and 49% lightness in the HSL color space.

For web design purposes, the closest web-safe color is #999966. The complementary color is #5f54a4, 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 #9AA555

Explore different variations of #9AA555 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 #9AA555. 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 #9AA555

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

Complementary Color

Analogous Color

Split Complementary Color

Triadic Color

Tones of #9AA555

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 #9AA555

Text with #9AA555

This text has a font color of #9AA555.

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

#9AA555 background color

This paragraph has a background color of #9AA555.

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

#9AA555 border color

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

#9AA555 box shadow

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