crispedge.com

Color picker

Loading...

#aecf96 hex color - Green - Cool color - Information

#aecf96 hex color - Green - Cool color

Color Hue/Base color: Green

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

Hex #aecf96 color code is between #aacc99 web safe hex color code and #bbdd88 web safe hex color code. #aacc99 is the nearest web safe color code. You can see here many more shades of #aecf96 color code.

0 Likes 0 Comments | 3 Views

RGB Chart

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

Color Table

Hex Color Codeaecf96#aecf96
RGB Decimal174, 207, 150rgb(174, 207, 150)
RGB Percent68%, 81%, 59%rgb(68%, 81%, 59%)
CSS RGBa174, 207, 150,1rgba(174,207,150,1)
CMYK Modelcmyk(16%,0%,28%,19%)
HSL Color Space95,37% ,70%hsl(95,37% ,70%)
HSV Color Space95°, 28%, 81%
Color Temperature It's a Cool color

Color in numbers

TypeRedGreenBlue
Binary101011101100111110010110
Octal256317226
Decimal174207150
Hexaecf96

Different shades of #aecf96 color code.

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

Light Shade of #aecf96
#c9dfb9
Dark Shade of #aecf96
#93bf73
Saturated Shade of #aecf96
#add78e
Desaturated Shade of #aecf96
#afc79e
Grey scale Shade of #aecf96
#b3b3b3
Brighten Shade
#c7e8af
Most Readable Shade
#000000

Shades of #aecf96 color code

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

#aecf96
#9ab885
#87a174
#748a64
#607353
#4d5c42
#3a4532
#262e21
#131710
#000000

Similar Color like #aecf96 color

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

#afd097
#b0d198
#b1d299
#b2d39a
#b3d49b
#b4d59c
#b5d69d
#b6d79e
#b7d89f
#b8d9a0
#b9daa1
#badba2
#bbdca3
#bcdda4
#adce95
#accd94
#abcc93
#aacb92
#a9ca91
#a8c990
#a7c88f
#a6c78e
#a5c68d
#a4c58c
#a3c48b
#a2c38a
#a1c289
#a0c188

Monochromatic Color with #aecf96

#aecf96
#d2f9b5
#1f251b
#434f3a
#677a58
#8aa477

Tints of #aecf96 Color

#aecf96
#b7d4a1
#c0d9ad
#c9dfb9
#d2e4c4
#dbe9d0
#e4efdc
#edf4e7
#f6f9f3
#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

#aecf96
#b796cf

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

Split Complementary

#aecf96
#9a96cf
#cf96cb

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

Analogous Color

#c5cf96
#b9cf96
#aecf96
#a3cf96
#97cf96

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

#aecf96
#96aecf
#cf96ae

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

#aecf96
#96cacf
#b796cf
#cf9b96

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

#aecf96
#b796cf
#cf96cb
#96cf9a

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

#aecf96 Color Code Preview on Black Background Color

This is how #aecf96 Color will look on black background color. Color contrast ratio is 12.17

#aecf96 in use for CSS Font/Text Color

HTML with inline CSS

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

Your Example Paragraph content text in with font color #aecf96

HTML with inline CSS

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

Your Example Paragraph content text in with font color #aecf96

#aecf96 color code is use for CSS Background Color

Background color for the above div is #aecf96

HTML with inline CSS

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

#aecf96 color code is use for CSS Border Color

CSS Border color for the above div is #aecf96

HTML with inline CSS

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

CSS Border Left color for the above div is #aecf96

HTML with inline CSS

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

CSS Border Right color for the above div is #aecf96

HTML with inline CSS

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

CSS Border Bottom color for the above div is #aecf96

HTML with inline CSS

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

CSS Border Top color for the above div is #aecf96

HTML with inline CSS

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

#aecf96 hex Color code used as CSS color Codes

Example CSS Class for usage

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

#aecf96 Color code Preview on White Background

This is how #aecf96 Color code will look on white background color. Color contrast ratio is 1.73

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

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,207,150,0.8), rgba(0, 0, 0, 0) 70.71%), 
      linear-gradient(127deg, rgba(183,150,207,0.8), rgba(0, 0, 0, 0) 70.71%), 
      linear-gradient(336deg, rgba(174,207,150,0.8), rgba(0, 0, 0, 0) 70.71%);
	  background-clip: text;
	  text-fill-color: transparent;
  }
							

0 Likes 0 Comments | 3 Views

Post your comment:-

By submitting comment you agree to our privacy policy.