crispedge.com

Color picker

Loading...

#aae49c hex color - Green - Cool color - Information

#aae49c hex color - Green - Cool color

Color Hue/Base color: Green

Hex #aae49c Color code in RGB color code model is created after adding 66.67% red color, 89.41% green color and 61.18% blue color. Hex #aae49c Color code in CMYK color (process color) code model is generated after subtraction of 25% cyan, 0% magenta, 32% yellow and 11% black.

Hex #aae49c color code is between #99dd99 web safe hex color code and #bbeeaa web safe hex color code. #99dd99 is the nearest web safe color code. You can see here many more shades of #aae49c color code.

0 Likes 0 Comments | 1 Views

RGB Chart

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

Color Table

Hex Color Codeaae49c#aae49c
RGB Decimal170, 228, 156rgb(170, 228, 156)
RGB Percent67%, 89%, 61%rgb(67%, 89%, 61%)
CSS RGBa170, 228, 156,1rgba(170,228,156,1)
CMYK Modelcmyk(25%,0%,32%,11%)
HSL Color Space108,57% ,75%hsl(108,57% ,75%)
HSV Color Space108°, 32%, 89%
Color Temperature It's a Cool color

Color in numbers

TypeRedGreenBlue
Binary101010101110010010011100
Octal252344234
Decimal170228156
Hexaae49c

Different shades of #aae49c color code.

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

Light Shade of #aae49c
#ccefc4
Dark Shade of #aae49c
#88d974
Saturated Shade of #aae49c
#a6ea96
Desaturated Shade of #aae49c
#aedea2
Grey scale Shade of #aae49c
#c0c0c0
Brighten Shade
#c3fdb5
Most Readable Shade
#000000

Shades of #aae49c color code

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

#aae49c
#97ca8a
#84b179
#719868
#5e7e56
#4b6545
#384c34
#253222
#121911
#000000

Similar Color like #aae49c color

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

#abe59d
#ace69e
#ade79f
#aee8a0
#afe9a1
#b0eaa2
#b1eba3
#b2eca4
#b3eda5
#b4eea6
#b5efa7
#b6f0a8
#b7f1a9
#b8f2aa
#a9e39b
#a8e29a
#a7e199
#a6e098
#a5df97
#a4de96
#a3dd95
#a2dc94
#a1db93
#a0da92
#9fd991
#9ed890
#9dd78f
#9cd68e

Monochromatic Color with #aae49c

#aae49c
#0c0f0b
#2b3a28
#4b6445
#6b8f62
#8ab97f

Tints of #aae49c Color

#aae49c
#b3e7a7
#bceab2
#c6edbd
#cff0c8
#d9f3d3
#e2f6de
#ecf9e9
#f5fcf4
#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

#aae49c
#d69ce4

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

Split Complementary

#aae49c
#b29ce4
#e49cce

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

Analogous Color

#c7e49c
#b8e49c
#aae49c
#9ce49c
#9ce4ab

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

#aae49c
#9caae4
#e49caa

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

#aae49c
#9ccee4
#d69ce4
#e4b29c

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

#aae49c
#d69ce4
#e49cce
#9ce4b2

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

#aae49c Color Code Preview on Black Background Color

This is how #aae49c Color will look on black background color. Color contrast ratio is 14.29

#aae49c in use for CSS Font/Text Color

HTML with inline CSS

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

Your Example Paragraph content text in with font color #aae49c

HTML with inline CSS

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

Your Example Paragraph content text in with font color #aae49c

#aae49c color code is use for CSS Background Color

Background color for the above div is #aae49c

HTML with inline CSS

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

#aae49c color code is use for CSS Border Color

CSS Border color for the above div is #aae49c

HTML with inline CSS

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

CSS Border Left color for the above div is #aae49c

HTML with inline CSS

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

CSS Border Right color for the above div is #aae49c

HTML with inline CSS

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

CSS Border Bottom color for the above div is #aae49c

HTML with inline CSS

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

CSS Border Top color for the above div is #aae49c

HTML with inline CSS

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

#aae49c hex Color code used as CSS color Codes

Example CSS Class for usage

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

#aae49c Color code Preview on White Background

This is how #aae49c Color code will look on white background color. Color contrast ratio is 1.47

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

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,228,156,0.8), rgba(0, 0, 0, 0) 70.71%), 
      linear-gradient(127deg, rgba(214,156,228,0.8), rgba(0, 0, 0, 0) 70.71%), 
      linear-gradient(336deg, rgba(170,228,156,0.8), rgba(0, 0, 0, 0) 70.71%);
	  background-clip: text;
	  text-fill-color: transparent;
  }
							

0 Likes 0 Comments | 1 Views

Post your comment:-

By submitting comment you agree to our privacy policy.