crispedge.com

Color picker

Loading...

#aaf29d hex color - Green - Cool color - Information

#aaf29d hex color - Green - Cool color

Color Hue/Base color: Green

Hex #aaf29d Color code in RGB color code model is created after adding 66.67% red color, 94.9% green color and 61.57% blue color. Hex #aaf29d Color code in CMYK color (process color) code model is generated after subtraction of 30% cyan, 0% magenta, 35% yellow and 5% black.

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

0 Likes 0 Comments | 2 Views

RGB Chart

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

Color Table

Hex Color Codeaaf29d#aaf29d
RGB Decimal170, 242, 157rgb(170, 242, 157)
RGB Percent67%, 95%, 62%rgb(67%, 95%, 62%)
CSS RGBa170, 242, 157,1rgba(170,242,157,1)
CMYK Modelcmyk(30%,0%,35%,5%)
HSL Color Space111,77% ,78%hsl(111,77% ,78%)
HSV Color Space111°, 35%, 95%
Color Temperature It's a Cool color

Color in numbers

TypeRedGreenBlue
Binary101010101111001010011101
Octal252362235
Decimal170242157
Hexaaf29d

Different shades of #aaf29d color code.

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

Light Shade of #aaf29d
#d1f8ca
Dark Shade of #aaf29d
#83ec70
Saturated Shade of #aaf29d
#a6f897
Desaturated Shade of #aaf29d
#aeeca3
Grey scale Shade of #aaf29d
#c7c7c7
Brighten Shade
#c3ffb6
Most Readable Shade
#000000

Shades of #aaf29d color code

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

#aaf29d
#97d78b
#84bc7a
#71a168
#5e8657
#4b6b45
#385034
#253522
#121a11
#000000

Similar Color like #aaf29d color

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

#abf39e
#acf49f
#adf5a0
#aef6a1
#aff7a2
#b0f8a3
#b1f9a4
#b2faa5
#b3fba6
#b4fca7
#b5fda8
#b6fea9
#b7ffaa
#b8ffab
#a9f19c
#a8f09b
#a7ef9a
#a6ee99
#a5ed98
#a4ec97
#a3eb96
#a2ea95
#a1e994
#a0e893
#9fe792
#9ee691
#9de590
#9ce48f

Monochromatic Color with #aaf29d

#aaf29d
#151d13
#33482f
#50724a
#6e9d66
#8cc781

Tints of #aaf29d Color

#aaf29d
#b3f3a7
#bcf4b2
#c6f6bd
#cff7c8
#d9f9d3
#e2fade
#ecfce9
#f5fdf4
#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

#aaf29d
#e59df2

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

Split Complementary

#aaf29d
#bb9df2
#f29dd4

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

Analogous Color

#ccf29d
#bbf29d
#aaf29d
#9df2a1
#9df2b2

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

#aaf29d
#9daaf2
#f29daa

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

#aaf29d
#9dd4f2
#e59df2
#f2ba9d

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

#aaf29d
#e59df2
#f29dd4
#9df2bb

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

#aaf29d Color Code Preview on Black Background Color

This is how #aaf29d Color will look on black background color. Color contrast ratio is 15.90

#aaf29d in use for CSS Font/Text Color

HTML with inline CSS

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

Your Example Paragraph content text in with font color #aaf29d

HTML with inline CSS

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

Your Example Paragraph content text in with font color #aaf29d

#aaf29d color code is use for CSS Background Color

Background color for the above div is #aaf29d

HTML with inline CSS

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

#aaf29d color code is use for CSS Border Color

CSS Border color for the above div is #aaf29d

HTML with inline CSS

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

CSS Border Left color for the above div is #aaf29d

HTML with inline CSS

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

CSS Border Right color for the above div is #aaf29d

HTML with inline CSS

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

CSS Border Bottom color for the above div is #aaf29d

HTML with inline CSS

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

CSS Border Top color for the above div is #aaf29d

HTML with inline CSS

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

#aaf29d hex Color code used as CSS color Codes

Example CSS Class for usage

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

#aaf29d Color code Preview on White Background

This is how #aaf29d Color code will look on white background color. Color contrast ratio is 1.32

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

Gradient Background

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

Gradient Text

Find Gradient Text for your next project.

CRISPEDGE


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

0 Likes 0 Comments | 2 Views

Post your comment:-

By submitting comment you agree to our privacy policy.