crispedge.com

Color picker

Loading...
Click "Search Color" button for color information.

#aaae90 hex color - Green - Warm color - Information

#aaae90 hex color - Green - Warm color

Color Mixture: Yellow and Green

Color Hue/Base color: Green

Hex #aaae90 Color code in RGB color code model is created after adding 66.67% red color, 68.24% green color and 56.47% blue color. Hex #aaae90 Color code in CMYK color (process color) code model is generated after subtraction of 2% cyan, 0% magenta, 17% yellow and 32% black.

Hex #aaae90 color code is between #99aa88 web safe hex color code and #bbbb99 web safe hex color code. #99aa88 is the nearest web safe color code. You can see here many more shades of #aaae90 color code.

0 Likes 0 Comments | 1 Views

Color Table

Hex Color Codeaaae90#aaae90
RGB Decimal170, 174, 144rgb(170, 174, 144)
RGB Percent67%, 68%, 56%rgb(67%, 68%, 56%)
CSS RGBa170, 174, 144,1rgba(170,174,144,1)
CMYK Modelcmyk(2%,0%,17%,32%)
HSL Color Space68,16% ,62%hsl(68,16% ,62%)
HSV Color Space68°, 17%, 68%
Color Temperature It's a Warm color

Color in numbers

TypeRedGreenBlue
Binary101010101010111010010000
Octal252256220
Decimal170174144
Hexaaae90

Different shades of #aaae90 color code.

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

Light Shade of #aaae90
#c1c4ad
Dark Shade of #aaae90
#939873
Saturated Shade of #aaae90
#b1b886
Desaturated Shade of #aaae90
#a3a49a
Grey scale Shade of #aaae90
#9f9f9f
Brighten Shade
#c3c7a9
Most Readable Shade
#000000

Shades of #aaae90 color code

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

#aaae90
#979a80
#848770
#717460
#5e6050
#4b4d40
#383a30
#252620
#121310
#000000

Similar Color like #aaae90 color

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

#abaf91
#acb092
#adb193
#aeb294
#afb395
#b0b496
#b1b597
#b2b698
#b3b799
#b4b89a
#b5b99b
#b6ba9c
#b7bb9d
#b8bc9e
#a9ad8f
#a8ac8e
#a7ab8d
#a6aa8c
#a5a98b
#a4a88a
#a3a789
#a2a688
#a1a587
#a0a486
#9fa385
#9ea284
#9da183
#9ca082

Monochromatic Color with #aaae90

#aaae90
#d4d8b3
#040403
#2d2e26
#57594a
#80836d

Tints of #aaae90 Color

#aaae90
#b3b79c
#bcc0a8
#c6c9b5
#cfd2c1
#d9dbcd
#e2e4da
#ecede6
#f5f6f2
#ffffff

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

#aaae90
#9490ae

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

Split Complementary

#aaae90
#909bae
#a390ae

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

Analogous Color

#aea690
#aeac90
#aaae90
#a4ae90
#9eae90

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

#aaae90
#90aaae
#ae90aa

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

#aaae90
#90aea3
#9490ae
#ae909b

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

Double Complementary Color

#aaae90
#9490ae
#a390ae
#9bae90

Double Complementary 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).

Hex #aaae90 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.

#aaae90 Color Code Preview on Black Background Color

This is how #aaae90 Color will look on black background color. Color contrast ratio is 9.17

#aaae90 in use for CSS Font/Text Color

HTML with inline CSS

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

Your Example Paragraph content text in with font color #aaae90

HTML with inline CSS

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

Your Example Paragraph content text in with font color #aaae90

#aaae90 color code is use for CSS Background Color

Background color for the above div is #aaae90

HTML with inline CSS

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

#aaae90 color code is use for CSS Border Color

CSS Border color for the above div is #aaae90

HTML with inline CSS

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

CSS Border Left color for the above div is #aaae90

HTML with inline CSS

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

CSS Border Right color for the above div is #aaae90

HTML with inline CSS

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

CSS Border Bottom color for the above div is #aaae90

HTML with inline CSS

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

CSS Border Top color for the above div is #aaae90

HTML with inline CSS

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

#aaae90 hex Color code used as CSS color Codes

Example CSS Class for usage

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

#aaae90 Color code Preview on White Background

This is how #aaae90 Color code will look on white background color. Color contrast ratio is 2.29

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 #aaae90; } .exampleBoxShadowClass { box-shadow: 1px 1px 3px 2px #aaae90; }

Related Gradients

Beautiful Colored Gradient Background. Find awesome Gradient for your next project.

0 Likes 0 Comments | 1 Views

Post your comment:-

By submitting comment you agree to our privacy policy.