crispedge.com

Color picker

Loading...

#aae68e hex color - Green - Cool color - Information

#aae68e hex color - Green - Cool color

Color Hue/Base color: Green

Hex #aae68e Color code in RGB color code model is created after adding 66.67% red color, 90.2% green color and 55.69% blue color. Hex #aae68e Color code in CMYK color (process color) code model is generated after subtraction of 26% cyan, 0% magenta, 38% yellow and 10% black.

Hex #aae68e color code is between #99ee88 web safe hex color code and #bbdd99 web safe hex color code. #99ee88 is the nearest web safe color code. You can see here many more shades of #aae68e color code.

0 Likes 0 Comments | 4 Views

RGB Chart

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

Color Table

Hex Color Codeaae68e#aae68e
RGB Decimal170, 230, 142rgb(170, 230, 142)
RGB Percent67%, 90%, 56%rgb(67%, 90%, 56%)
CSS RGBa170, 230, 142,1rgba(170,230,142,1)
CMYK Modelcmyk(26%,0%,38%,10%)
HSL Color Space101,64% ,73%hsl(101,64% ,73%)
HSV Color Space101°, 38%, 90%
Color Temperature It's a Cool color

Color in numbers

TypeRedGreenBlue
Binary101010101110011010001110
Octal252346216
Decimal170230142
Hexaae68e

Different shades of #aae68e color code.

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

Light Shade of #aae68e
#c9efb8
Dark Shade of #aae68e
#8bdd64
Saturated Shade of #aae68e
#a7ed87
Desaturated Shade of #aae68e
#addf95
Grey scale Shade of #aae68e
#bababa
Brighten Shade
#c3ffa7
Most Readable Shade
#000000

Shades of #aae68e color code

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

#aae68e
#97cc7e
#84b26e
#71995e
#5e7f4e
#4b663f
#384c2f
#25331f
#12190f
#000000

Similar Color like #aae68e color

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

#abe78f
#ace890
#ade991
#aeea92
#afeb93
#b0ec94
#b1ed95
#b2ee96
#b3ef97
#b4f098
#b5f199
#b6f29a
#b7f39b
#b8f49c
#a9e58d
#a8e48c
#a7e38b
#a6e28a
#a5e189
#a4e088
#a3df87
#a2de86
#a1dd85
#a0dc84
#9fdb83
#9eda82
#9dd981
#9cd880

Monochromatic Color with #aae68e

#aae68e
#0d110b
#2c3c25
#4c663f
#6b915a
#8bbb74

Tints of #aae68e Color

#aae68e
#b3e89a
#bceba7
#c6eeb3
#cff1c0
#d9f3cc
#e2f6d9
#ecf9e5
#f5fcf2
#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

#aae68e
#ca8ee6

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

Split Complementary

#aae68e
#9e8ee6
#e68ed6

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

Analogous Color

#cde68e
#bce68e
#aae68e
#98e68e
#8ee695

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

#aae68e
#8eaae6
#e68eaa

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

#aae68e
#8ed6e6
#ca8ee6
#e69e8e

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

#aae68e
#ca8ee6
#e68ed6
#8ee69e

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

#aae68e Color Code Preview on Black Background Color

This is how #aae68e Color will look on black background color. Color contrast ratio is 14.42

#aae68e in use for CSS Font/Text Color

HTML with inline CSS

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

Your Example Paragraph content text in with font color #aae68e

HTML with inline CSS

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

Your Example Paragraph content text in with font color #aae68e

#aae68e color code is use for CSS Background Color

Background color for the above div is #aae68e

HTML with inline CSS

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

#aae68e color code is use for CSS Border Color

CSS Border color for the above div is #aae68e

HTML with inline CSS

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

CSS Border Left color for the above div is #aae68e

HTML with inline CSS

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

CSS Border Right color for the above div is #aae68e

HTML with inline CSS

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

CSS Border Bottom color for the above div is #aae68e

HTML with inline CSS

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

CSS Border Top color for the above div is #aae68e

HTML with inline CSS

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

#aae68e hex Color code used as CSS color Codes

Example CSS Class for usage

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

#aae68e Color code Preview on White Background

This is how #aae68e Color code will look on white background color. Color contrast ratio is 1.46

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

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

0 Likes 0 Comments | 4 Views

Post your comment:-

By submitting comment you agree to our privacy policy.