@
The color hex or name not found.

You can tap color picker and choose a color or enter any valid hex color code or Color name to find color details.

#aee320 hex color - Green - Warm color - Information

#aee320 hex color - Green - Warm color

Color Mixture: Yellow and Green

Color Hue/Base color: Green

Hex #aee320 Color code in RGB color code model is created after adding 68.24% red color, 89.02% green color and 12.55% blue color. Hex #aee320 Color code in CMYK color (process color) code model is generated after subtraction of 23% cyan, 0% magenta, 86% yellow and 10.98% black.

Hex #aee320 color code is between #aadd22 web safe hex color code and #bbee11 web safe hex color code. #aadd22 is the nearest web safe color code. You can see here many more shades of #aee320 color code.

0 Likes 0 Comments | 1 Views

RGB Chart

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

Color Table

Hex Color Code aee320 #aee320
RGB Decimal 174, 227, 32 rgb(174, 227, 32)
RGB Percent 68%, 89%, 13% rgb(68%, 89%, 13%)
CSS RGBa 174, 227, 32,1 rgba(174,227,32,1)
CMYK Model cmyk(23%,0%,86%,10.98%)
HSL Color Space 76,78% ,51% hsl(76,78% ,51%)
HSV Color Space 76°, 86%, 89%
Color Temperature It's a Warm color

Color in numbers

Type Red Green Blue
Binary 10101110 11100011 00100000
Octal 256 343 40
Decimal 174 227 32
Hex ae e3 20

Different shades of #aee320 color code.

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

Light Shade of #aee320
#bee94d
Dark Shade of #aee320
#8db917
Saturated Shade of #aee320
#b4f013
Desaturated Shade of #aee320
#a8d62d
Grey scale Shade of #aee320
#818181
Brighten Shade
#c7fc39
Most Readable Shade
#000000

Shades of #aee320 color code

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

#aee320
#9ac91c
#87b018
#749715
#607e11
#4d640e
#3a4b0a
#263207
#131903
#000000

Similar Color like #aee320 color

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

#afe421
#b0e522
#b1e623
#b2e724
#b3e825
#b4e926
#b5ea27
#b6eb28
#b7ec29
#b8ed2a
#b9ee2b
#baef2c
#bbf02d
#bcf12e
#ade21f
#ace11e
#abe01d
#aadf1c
#a9de1b
#a8dd1a
#a7dc19
#a6db18
#a5da17
#a4d916
#a3d815
#a2d714
#a1d613
#a0d512

Monochromatic Color with #aee320

#aee320
#0b0e02
#2c3908
#4c630e
#6d8e14
#8db81a

Tints of #aee320 Color

#aee320
#b7e638
#c0e951
#c9ec6a
#d2ef83
#dbf29b
#e4f5b4
#edf8cd
#f6fbe6
#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

#aee320
#5520e3

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

Split Complementary

#aee320
#204ce3
#b720e3

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

Analogous Color

#e3ca20
#d5e320
#aee320
#87e320
#60e320

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

#aee320
#20aee3
#e320ae

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

#aee320
#20e3b6
#5520e3
#e3204c

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

#aee320
#5520e3
#b720e3
#4ce320

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

#aee320 Color Code Preview on Black Background Color

This is how #aee320 Color will look on black background color. Color contrast ratio is 13.81

#aee320 in use for CSS Font/Text Color

HTML with inline CSS

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

Your Example Paragraph content text in with font color #aee320

HTML with inline CSS

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

Your Example Paragraph content text in with font color #aee320

#aee320 color code is use for CSS Background Color

Background color for the above div is #aee320

HTML with inline CSS

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

#aee320 color code is use for CSS Border Color

CSS Border color for the above div is #aee320

HTML with inline CSS

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

CSS Border Left color for the above div is #aee320

HTML with inline CSS

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

CSS Border Right color for the above div is #aee320

HTML with inline CSS

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

CSS Border Bottom color for the above div is #aee320

HTML with inline CSS

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

CSS Border Top color for the above div is #aee320

HTML with inline CSS

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

#aee320 hex Color code used as CSS color Codes

Example CSS Class for usage

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

#aee320 Color code Preview on White Background

This is how #aee320 Color code will look on white background color. Color contrast ratio is 1.52

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

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(174,227,32,0.8), rgba(0, 0, 0, 0) 70.71%), 
      linear-gradient(127deg, rgba(85,32,227,0.8), rgba(0, 0, 0, 0) 70.71%), 
      linear-gradient(336deg, rgba(174,227,32,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.