crispedge.com

Color picker

Loading...

#aec25c hex color - Green - Warm color - Information

#aec25c hex color - Green - Warm color

Color Mixture: Yellow and Green

Color Hue/Base color: Green

Hex #aec25c Color code in RGB color code model is created after adding 68.24% red color, 76.08% green color and 36.08% blue color. Hex #aec25c Color code in CMYK color (process color) code model is generated after subtraction of 10% cyan, 0% magenta, 53% yellow and 24% black.

Hex #aec25c color code is between #aabb55 web safe hex color code and #bbcc66 web safe hex color code. #aabb55 is the nearest web safe color code. You can see here many more shades of #aec25c color code.

0 Likes 0 Comments | 2 Views

RGB Chart

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

Color Table

Hex Color Codeaec25c#aec25c
RGB Decimal174, 194, 92rgb(174, 194, 92)
RGB Percent68%, 76%, 36%rgb(68%, 76%, 36%)
CSS RGBa174, 194, 92,1rgba(174,194,92,1)
CMYK Modelcmyk(10%,0%,53%,24%)
HSL Color Space72,46% ,56%hsl(72,46% ,56%)
HSV Color Space72°, 53%, 76%
Color Temperature It's a Warm color

Color in numbers

TypeRedGreenBlue
Binary101011101100001001011100
Octal256302134
Decimal17419492
Hexaec25c

Different shades of #aec25c color code.

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

Light Shade of #aec25c
#c0d081
Dark Shade of #aec25c
#96ab40
Saturated Shade of #aec25c
#b5cd51
Desaturated Shade of #aec25c
#a7b767
Grey scale Shade of #aec25c
#8f8f8f
Brighten Shade
#c7db75
Most Readable Shade
#000000

Shades of #aec25c color code

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

#aec25c
#9aac51
#879647
#74813d
#606b33
#4d5628
#3a401e
#262b14
#13150a
#000000

Similar Color like #aec25c color

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

#afc35d
#b0c45e
#b1c55f
#b2c660
#b3c761
#b4c862
#b5c963
#b6ca64
#b7cb65
#b8cc66
#b9cd67
#bace68
#bbcf69
#bcd06a
#adc15b
#acc05a
#abbf59
#aabe58
#a9bd57
#a8bc56
#a7bb55
#a6ba54
#a5b953
#a4b852
#a3b751
#a2b650
#a1b54f
#a0b44e

Monochromatic Color with #aec25c

#aec25c
#d4ec70
#16180b
#3c4220
#626d34
#889748

Tints of #aec25c Color

#aec25c
#b7c86e
#c0cf80
#c9d692
#d2dda4
#dbe3b6
#e4eac8
#edf1da
#f6f8ec
#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

#aec25c
#705cc2

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

Split Complementary

#aec25c
#5c7bc2
#a35cc2

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

Analogous Color

#c2ad5c
#c2c25c
#aec25c
#9ac25c
#85c25c

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

#aec25c
#5caec2
#c25cae

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

#aec25c
#5cc2a3
#705cc2
#c25c7b

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

#aec25c
#705cc2
#a35cc2
#7bc25c

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

#aec25c Color Code Preview on Black Background Color

This is how #aec25c Color will look on black background color. Color contrast ratio is 10.67

#aec25c in use for CSS Font/Text Color

HTML with inline CSS

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

Your Example Paragraph content text in with font color #aec25c

HTML with inline CSS

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

Your Example Paragraph content text in with font color #aec25c

#aec25c color code is use for CSS Background Color

Background color for the above div is #aec25c

HTML with inline CSS

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

#aec25c color code is use for CSS Border Color

CSS Border color for the above div is #aec25c

HTML with inline CSS

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

CSS Border Left color for the above div is #aec25c

HTML with inline CSS

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

CSS Border Right color for the above div is #aec25c

HTML with inline CSS

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

CSS Border Bottom color for the above div is #aec25c

HTML with inline CSS

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

CSS Border Top color for the above div is #aec25c

HTML with inline CSS

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

#aec25c hex Color code used as CSS color Codes

Example CSS Class for usage

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

#aec25c Color code Preview on White Background

This is how #aec25c Color code will look on white background color. Color contrast ratio is 1.97

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

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,194,92,0.8), rgba(0, 0, 0, 0) 70.71%), 
      linear-gradient(127deg, rgba(112,92,194,0.8), rgba(0, 0, 0, 0) 70.71%), 
      linear-gradient(336deg, rgba(174,194,92,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.