crispedge.com

Color picker

Loading...

#aee40c hex color - Green - Warm color - Information

#aee40c hex color - Green - Warm color

Color Mixture: Yellow and Green

Color Hue/Base color: Green

Hex #aee40c Color code in RGB color code model is created after adding 68.24% red color, 89.41% green color and 4.71% blue color. Hex #aee40c Color code in CMYK color (process color) code model is generated after subtraction of 24% cyan, 0% magenta, 95% yellow and 11% black.

Hex #aee40c color code is between #aadd11 web safe hex color code and #bbee00 web safe hex color code. #aadd11 is the nearest web safe color code. You can see here many more shades of #aee40c color code.

0 Likes 0 Comments | 1 Views

RGB Chart

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

Color Table

Hex Color Codeaee40c#aee40c
RGB Decimal174, 228, 12rgb(174, 228, 12)
RGB Percent68%, 89%, 5%rgb(68%, 89%, 5%)
CSS RGBa174, 228, 12,1rgba(174,228,12,1)
CMYK Modelcmyk(24%,0%,95%,11%)
HSL Color Space75,90% ,47%hsl(75,90% ,47%)
HSV Color Space75°, 95%, 89%
Color Temperature It's a Warm color

Color in numbers

TypeRedGreenBlue
Binary101011101110010000001100
Octal25634414
Decimal17422812
Hexaee40c

Different shades of #aee40c color code.

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

Light Shade of #aee40c
#c3f42f
Dark Shade of #aee40c
#89b409
Saturated Shade of #aee40c
#b4f000
Desaturated Shade of #aee40c
#a8d818
Grey scale Shade of #aee40c
#787878
Brighten Shade
#c7fd25
Most Readable Shade
#000000

Shades of #aee40c color code

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

#aee40c
#9aca0a
#87b109
#749808
#607e06
#4d6505
#3a4c04
#263202
#131901
#000000

Similar Color like #aee40c color

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

#afe50d
#b0e60e
#b1e70f
#b2e810
#b3e911
#b4ea12
#b5eb13
#b6ec14
#b7ed15
#b8ee16
#b9ef17
#baf018
#bbf119
#bcf21a
#ade30b
#ace20a
#abe109
#aae008
#a9df07
#a8de06
#a7dd05
#a6dc04
#a5db03
#a4da02
#a3d901
#a2d800
#a1d700
#a0d600

Monochromatic Color with #aee40c

#aee40c
#0c0f01
#2c3a03
#4d6405
#6d8f08
#8eb90a

Tints of #aee40c Color

#aee40c
#b7e727
#c0ea42
#c9ed5d
#d2f078
#dbf393
#e4f6ae
#edf9c9
#f6fce4
#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

#aee40c
#420ce4

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

Split Complementary

#aee40c
#0c42e4
#ae0ce4

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

Analogous Color

#e4c40c
#d9e40c
#aee40c
#83e40c
#58e40c

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

#aee40c
#0caee4
#e40cae

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

#aee40c
#0ce4ae
#420ce4
#e40c42

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

#aee40c
#420ce4
#ae0ce4
#42e40c

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

#aee40c Color Code Preview on Black Background Color

This is how #aee40c Color will look on black background color. Color contrast ratio is 13.90

#aee40c in use for CSS Font/Text Color

HTML with inline CSS

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

Your Example Paragraph content text in with font color #aee40c

HTML with inline CSS

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

Your Example Paragraph content text in with font color #aee40c

#aee40c color code is use for CSS Background Color

Background color for the above div is #aee40c

HTML with inline CSS

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

#aee40c color code is use for CSS Border Color

CSS Border color for the above div is #aee40c

HTML with inline CSS

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

CSS Border Left color for the above div is #aee40c

HTML with inline CSS

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

CSS Border Right color for the above div is #aee40c

HTML with inline CSS

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

CSS Border Bottom color for the above div is #aee40c

HTML with inline CSS

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

CSS Border Top color for the above div is #aee40c

HTML with inline CSS

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

#aee40c hex Color code used as CSS color Codes

Example CSS Class for usage

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

#aee40c Color code Preview on White Background

This is how #aee40c Color code will look on white background color. Color contrast ratio is 1.51

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

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,228,12,0.8), rgba(0, 0, 0, 0) 70.71%), 
      linear-gradient(127deg, rgba(66,12,228,0.8), rgba(0, 0, 0, 0) 70.71%), 
      linear-gradient(336deg, rgba(174,228,12,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.