Skip to main content Skip to docs navigation

#99aaa2 hex color | Download Dark Green BG image | Information

Color Picker

@
The color hex or name not found.

You can tap color picker and choose a color or enter any valid hex color code or Color name to find color details.

Color Info

Woow we have a nearby visually matching color name available. It's name is Halcyon Green and its hex is #9BAAA2 Nearest Color Name

Color Hue/Base color: Green

Hex #99aaa2 Color code in RGB color code model is created after adding 60% red color, 66.67% green color and 63.53% blue color. Hex #99aaa2 Color code in CMYK color (process color) code model is generated after subtraction of 10% cyan, 0% magenta, 5% yellow and 33.33% black.

Hex #99aaa2 color code is between #8899aa web safe hex color code and #aabb99 web safe hex color code. #8899aa is the nearest web safe color code. You can see here many more shades of #99aaa2 color code.

RGB Chart

RGB Chart using SVG and CSS mix-blend-mode: lighten;

Color Table

Hex Color Code 99aaa2 #99aaa2
RGB Decimal 153, 170, 162 153, 170, 162
RGB Percent 60%, 67%, 64% rgb(60%, 67%, 64%)
CSS RGBa 153, 170, 162,1 rgba(153,170,162,1)
CMYK Model cmyk(10%,0%,5%,33.33%)
HSL Color Space 152,9% ,63% hsl(152,9% ,63%)
HSV Color Space 152°, 10%, 67%
Color Temperature It's a Cool color

Color in numbers

Type Red Green Blue
Binary 10011001 10101010 10100010
Octal 231 252 242
Decimal 153 170 162
Hex 99 aa a2

Different shades of #99aaa2 color code.

Different color shades are produced by adding adding white or black (respectively). Generate more color shades with shades generator.

Darkest of #99aaa2
#4d5d55
Darker of #99aaa2
#64796f
Dark of #99aaa2
#7d9389
Base of #99aaa2
#99aaa2
Light of #99aaa2
#b5c1bb
Lighter
#d1d8d5
Lightest
#ecf0ee

Color Schemes

A good color harmony is perfect looking color combinations or colors that look good together. Everyone from designers to developers are looking for colors that go well together. Color schemes above are different relative position on color spectrum. Using them together will create aesthetic looks.

Complimentary

#99aaa2
#aa99a1

Complimentary Colors are colors on opposite sides of the color wheel that goes well together.

Split Complementary

#99aaa2
#aa99a9
#aa9999

Split Complimentary Colors are two secondary colors with one color as the main color. Secondary colors be used for accents and highlights.

Analogous Color

#9aaa99
#99aa9b
#99aaa2
#99aaa8
#99a5aa

Analogous colors are a slight variation in one color or related colors or neighboring colors on either side of color wheel . Example like Red, Orange and Yellow with red as central color. An analogous color scheme creates a rich, monochromatic look. Analogous scheme lacks contrast and is not as vibrant as complementary schemes.

Triadic Color

#99aaa2
#aaa299
#a299aa

The primary colors are Red, Green Blue. They are an example of a triadic color scheme. Put a triangle on color wheel and find all three triadic colors. Triadic color schemes are vibrant with high color contrast with color harmony.

Tetrad/Square Color

#99aaa2
#a299aa
#aa99a1
#a1aa99

Tetrad/Square Color is vibrant, positive and colorful color scheme. Its a diverse color scheme, Google, Microsoft, Slack & eBay uses in their color logos.

Square Color

#99aaa2
#9999aa
#aa99a1
#a9aa99

Square is Four color (a mix of primar and secondary colors) scheme with two colors (hues) are next to each other on the color wheel are paired with two adjacent colors (hues) on the opposite side. For examle Red (Primary) and Orange (Secondary) with adjacent to Blue (Primary) and Green (Secondary).

Monochromatic Color with #99aaa2

#36413c
#4d5d55
#64796f
#7d9389
#99aaa2
#b5c1bb
#d1d8d5
#ecf0ee
#ffffff

Tints of #99aaa2 Color

#99aaa2
#a4b3ac
#afbcb6
#bbc6c1
#c6cfcb
#d1d9d5
#dde2e0
#e8ecea
#f3f5f4
#ffffff

Shades of #99aaa2 color code

Generate more color scales with scales (color stack) generator.

#99aaa2
#889790
#77847e
#66716c
#555e5a
#444b48
#333836
#222524
#111212
#000000

Tones

#99aaa2
#a1a1a1
#a1a1a1
#a1a1a1
#a1a1a1

Tones

Similar Color like #99aaa2 color

Find visually similar hex color codes nearing to #99aaa2 hex color. Similar colors can help you tweak and adjust for your project until it’s just right.

#9aaba3
#9baca4
#9cada5
#9daea6
#9eafa7
#9fb0a8
#a0b1a9
#a1b2aa
#a2b3ab
#a3b4ac
#a4b5ad
#a5b6ae
#a6b7af
#a7b8b0
#98a9a1
#97a8a0
#96a79f
#95a69e
#94a59d
#93a49c
#92a39b
#91a29a
#90a199
#8fa098
#8e9f97
#8d9e96
#8c9d95
#8b9c94

Download this Dark Green

Hex #99aaa2 Color Code use in CSS Color, CSS Font/Text Color, CSS Background Color, CSS Border Color, CSS placeholder color, CSS rgba, Box Shadow Color, Text Shadow color.

#99aaa2 Color Code Preview on Black Background Color

This is how #99aaa2 Color will look on black background color. Color contrast ratio is 8.63

#99aaa2 in use for CSS Font/Text Color

HTML with inline CSS

<p style="color:#99aaa2">Your Example Paragraph content text in with font color #99aaa2 </p>

Your Example Paragraph content text in with font color #99aaa2

HTML with inline CSS

<div style="color:#99aaa2">Your Paragraph text in with font color #99aaa2 </div>

Your Example Paragraph content text in with font color #99aaa2

#99aaa2 color code is use for CSS Background Color

Background color for the above div is #99aaa2

HTML with inline CSS

<div style="background-color:#99aaa2;"></div>

#99aaa2 color code is use for CSS Border Color

CSS Border color for the above div is #99aaa2

HTML with inline CSS

<div style="border:5px solid #99aaa2;"></div>

CSS Border Left color for the above div is #99aaa2

HTML with inline CSS

<div style="border-left:5px solid #99aaa2;"></div>

CSS Border Right color for the above div is #99aaa2

HTML with inline CSS

<div style="border-right:5px solid #99aaa2;"></div>

CSS Border Bottom color for the above div is #99aaa2

HTML with inline CSS

<div style="border-bottom:5px solid #99aaa2;"></div>

CSS Border Top color for the above div is #99aaa2

HTML with inline CSS

<div style="border-top:5px solid #99aaa2;"></div>

#99aaa2 hex Color code used as CSS color Codes

Example CSS Class for usage

.examplebgclass {background-color:#99aaa2; } .examplecolorclass {color:#99aaa2; } .examplebordercolor {border:3px solid #99aaa2; }

#99aaa2 Color code Preview on White Background

This is how #99aaa2 Color code will look on white background color. Color contrast ratio is 2.43

Different text-shadow examples and usage

coming soon...

CSS3 text-shadow and box-shadow Usage

Example CSS Class for usage

.exampleTextShadowClass { text-shadow: 4px 4px 2px #99aaa2; } .exampleBoxShadowClass { box-shadow: 1px 1px 3px 2px #99aaa2; }

Gradient color background

Using gradients with mixed colors is a good idea. Download these backgrounds. Use them in slideshows, cards, and other designs.

Gradient Text

Find Gradient Text for your next project.

CRISPEDGE

 .gradientTextClass{
  background: 
      linear-gradient(217deg, rgba(153,170,162,0.8), rgba(0, 0, 0, 0) 70.71%), 
      linear-gradient(127deg, rgba(170,153,161,0.8), rgba(0, 0, 0, 0) 70.71%), 
      linear-gradient(336deg, rgba(153,170,162,0.8), rgba(0, 0, 0, 0) 70.71%);
	  background-clip: text;
	  text-fill-color: transparent;
  }