crispedge.com

Color picker

Loading...

#aed78a hex color - Green - Cool color - Information

#aed78a hex color - Green - Cool color

Color Hue/Base color: Green

Hex #aed78a Color code in RGB color code model is created after adding 68.24% red color, 84.31% green color and 54.12% blue color. Hex #aed78a Color code in CMYK color (process color) code model is generated after subtraction of 19% cyan, 0% magenta, 36% yellow and 16% black.

Hex #aed78a color code is between #aadd88 web safe hex color code and #bbcc99 web safe hex color code. #aadd88 is the nearest web safe color code. You can see here many more shades of #aed78a color code.

0 Likes 0 Comments | 2 Views

RGB Chart

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

Color Table

Hex Color Codeaed78a#aed78a
RGB Decimal174, 215, 138rgb(174, 215, 138)
RGB Percent68%, 84%, 54%rgb(68%, 84%, 54%)
CSS RGBa174, 215, 138,1rgba(174,215,138,1)
CMYK Modelcmyk(19%,0%,36%,16%)
HSL Color Space92,49% ,69%hsl(92,49% ,69%)
HSV Color Space92°, 36%, 84%
Color Temperature It's a Cool color

Color in numbers

TypeRedGreenBlue
Binary101011101101011110001010
Octal256327212
Decimal174215138
Hexaed78a

Different shades of #aed78a color code.

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

Light Shade of #aed78a
#c8e4b0
Dark Shade of #aed78a
#94ca64
Saturated Shade of #aed78a
#addf82
Desaturated Shade of #aed78a
#aecf92
Grey scale Shade of #aed78a
#b0b0b0
Brighten Shade
#c7f0a3
Most Readable Shade
#000000

Shades of #aed78a color code

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

#aed78a
#9abf7a
#87a76b
#748f5c
#60774c
#4d5f3d
#3a472e
#262f1e
#13170f
#000000

Similar Color like #aed78a color

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

#afd88b
#b0d98c
#b1da8d
#b2db8e
#b3dc8f
#b4dd90
#b5de91
#b6df92
#b7e093
#b8e194
#b9e295
#bae396
#bbe497
#bce598
#add689
#acd588
#abd487
#aad386
#a9d285
#a8d184
#a7d083
#a6cf82
#a5ce81
#a4cd80
#a3cc7f
#a2cb7e
#a1ca7d
#a0c97c

Monochromatic Color with #aed78a

#aed78a
#020202
#242d1d
#475738
#698253
#8cac6f

Tints of #aed78a Color

#aed78a
#b7db97
#c0dfa4
#c9e4b1
#d2e8be
#dbedcb
#e4f1d8
#edf6e5
#f6faf2
#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

#aed78a
#b38ad7

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

Split Complementary

#aed78a
#8c8ad7
#d78ad5

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

Analogous Color

#cdd78a
#bdd78a
#aed78a
#9fd78a
#8fd78a

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

#aed78a
#8aaed7
#d78aae

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

#aed78a
#8ad4d7
#b38ad7
#d78c8a

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

#aed78a
#b38ad7
#d78ad5
#8ad78c

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

#aed78a Color Code Preview on Black Background Color

This is how #aed78a Color will look on black background color. Color contrast ratio is 12.89

#aed78a in use for CSS Font/Text Color

HTML with inline CSS

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

Your Example Paragraph content text in with font color #aed78a

HTML with inline CSS

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

Your Example Paragraph content text in with font color #aed78a

#aed78a color code is use for CSS Background Color

Background color for the above div is #aed78a

HTML with inline CSS

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

#aed78a color code is use for CSS Border Color

CSS Border color for the above div is #aed78a

HTML with inline CSS

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

CSS Border Left color for the above div is #aed78a

HTML with inline CSS

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

CSS Border Right color for the above div is #aed78a

HTML with inline CSS

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

CSS Border Bottom color for the above div is #aed78a

HTML with inline CSS

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

CSS Border Top color for the above div is #aed78a

HTML with inline CSS

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

#aed78a hex Color code used as CSS color Codes

Example CSS Class for usage

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

#aed78a Color code Preview on White Background

This is how #aed78a Color code will look on white background color. Color contrast ratio is 1.63

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

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,215,138,0.8), rgba(0, 0, 0, 0) 70.71%), 
      linear-gradient(127deg, rgba(179,138,215,0.8), rgba(0, 0, 0, 0) 70.71%), 
      linear-gradient(336deg, rgba(174,215,138,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.