crispedge.com

Color picker

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

#aaf5aa hex color - Green - Cool color - Information

#aaf5aa hex color - Green - Cool color

Color Hue/Base color: Green

Hex #aaf5aa Color code in RGB color code model is created after adding 66.67% red color, 96.08% green color and 66.67% blue color. Hex #aaf5aa Color code in CMYK color (process color) code model is generated after subtraction of 31% cyan, 0% magenta, 31% yellow and 4% black.

Hex #aaf5aa color code is between #99ee99 web safe hex color code and #bbffbb web safe hex color code. #99ee99 is the nearest web safe color code. You can see here many more shades of #aaf5aa color code.

0 Likes 0 Comments | 1 Views

Color Table

Hex Color Codeaaf5aa#aaf5aa
RGB Decimal170, 245, 170rgb(170, 245, 170)
RGB Percent67%, 96%, 67%rgb(67%, 96%, 67%)
CSS RGBa170, 245, 170,1rgba(170,245,170,1)
CMYK Modelcmyk(31%,0%,31%,4%)
HSL Color Space120,79% ,81%hsl(120,79% ,81%)
HSV Color Space120°, 31%, 96%
Color Temperature It's a Cool color

Color in numbers

TypeRedGreenBlue
Binary101010101111010110101010
Octal252365252
Decimal170245170
Hexaaf5aa

Different shades of #aaf5aa color code.

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

Light Shade of #aaf5aa
#d8fad8
Dark Shade of #aaf5aa
#7cf07c
Saturated Shade of #aaf5aa
#a5faa5
Desaturated Shade of #aaf5aa
#aff0af
Grey scale Shade of #aaf5aa
#cfcfcf
Brighten Shade
#c3ffc3
Most Readable Shade
#000000

Shades of #aaf5aa color code

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

#aaf5aa
#97d997
#84be84
#71a371
#5e885e
#4b6c4b
#385138
#253625
#121b12
#000000

Similar Color like #aaf5aa color

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

#abf6ab
#acf7ac
#adf8ad
#aef9ae
#affaaf
#b0fbb0
#b1fcb1
#b2fdb2
#b3feb3
#b4ffb4
#b5ffb5
#b6ffb6
#b7ffb7
#b8ffb8
#a9f4a9
#a8f3a8
#a7f2a7
#a6f1a6
#a5f0a5
#a4efa4
#a3eea3
#a2eda2
#a1eca1
#a0eba0
#9fea9f
#9ee99e
#9de89d
#9ce79c

Monochromatic Color with #aaf5aa

#aaf5aa
#172017
#344b34
#527552
#6fa06f
#8dca8d

Tints of #aaf5aa Color

#aaf5aa
#b3f6b3
#bcf7bc
#c6f8c6
#cff9cf
#d9fad9
#e2fbe2
#ecfcec
#f5fdf5
#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

#aaf5aa
#f5aaf5

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

Split Complementary

#aaf5aa
#d0aaf5
#f5aad0

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

Analogous Color

#c8f5aa
#b9f5aa
#aaf5aa
#aaf5b9
#aaf5c8

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

#aaf5aa
#aaaaf5
#f5aaaa

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

#aaf5aa
#aacff5
#f5aaf5
#f5cfaa

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

#aaf5aa
#f5aaf5
#f5aad0
#aaf5d0

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 #aaf5aa 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.

#aaf5aa Color Code Preview on Black Background Color

This is how #aaf5aa Color will look on black background color. Color contrast ratio is 16.35

#aaf5aa in use for CSS Font/Text Color

HTML with inline CSS

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

Your Example Paragraph content text in with font color #aaf5aa

HTML with inline CSS

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

Your Example Paragraph content text in with font color #aaf5aa

#aaf5aa color code is use for CSS Background Color

Background color for the above div is #aaf5aa

HTML with inline CSS

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

#aaf5aa color code is use for CSS Border Color

CSS Border color for the above div is #aaf5aa

HTML with inline CSS

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

CSS Border Left color for the above div is #aaf5aa

HTML with inline CSS

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

CSS Border Right color for the above div is #aaf5aa

HTML with inline CSS

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

CSS Border Bottom color for the above div is #aaf5aa

HTML with inline CSS

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

CSS Border Top color for the above div is #aaf5aa

HTML with inline CSS

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

#aaf5aa hex Color code used as CSS color Codes

Example CSS Class for usage

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

#aaf5aa Color code Preview on White Background

This is how #aaf5aa Color code will look on white background color. Color contrast ratio is 1.28

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

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.