crispedge.com

Color picker

Loading...

#acd7ae hex color - Green - Cool color - Information

#acd7ae hex color - Green - Cool color

Color Hue/Base color: Green

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

Hex #acd7ae color code is between #aaddaa web safe hex color code and #bbccbb web safe hex color code. #aaddaa is the nearest web safe color code. You can see here many more shades of #acd7ae color code.

0 Likes 0 Comments | 1 Views

RGB Chart

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

Color Table

Hex Color Codeacd7ae#acd7ae
RGB Decimal172, 215, 174rgb(172, 215, 174)
RGB Percent67%, 84%, 68%rgb(67%, 84%, 68%)
CSS RGBa172, 215, 174,1rgba(172,215,174,1)
CMYK Modelcmyk(20%,0%,19%,16%)
HSL Color Space123,35% ,76%hsl(123,35% ,76%)
HSV Color Space123°, 20%, 84%
Color Temperature It's a Cool color

Color in numbers

TypeRedGreenBlue
Binary101011001101011110101110
Octal254327256
Decimal172215174
Hexacd7ae

Different shades of #acd7ae color code.

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

Light Shade of #acd7ae
#cee8d0
Dark Shade of #acd7ae
#8ac68c
Saturated Shade of #acd7ae
#a6dda8
Desaturated Shade of #acd7ae
#b2d1b4
Grey scale Shade of #acd7ae
#c1c1c1
Brighten Shade
#c5f0c7
Most Readable Shade
#000000

Shades of #acd7ae color code

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

#acd7ae
#98bf9a
#85a787
#728f74
#5f7760
#4c5f4d
#39473a
#262f26
#131713
#000000

Similar Color like #acd7ae color

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

#add8af
#aed9b0
#afdab1
#b0dbb2
#b1dcb3
#b2ddb4
#b3deb5
#b4dfb6
#b5e0b7
#b6e1b8
#b7e2b9
#b8e3ba
#b9e4bb
#bae5bc
#abd6ad
#aad5ac
#a9d4ab
#a8d3aa
#a7d2a9
#a6d1a8
#a5d0a7
#a4cfa6
#a3cea5
#a2cda4
#a1cca3
#a0cba2
#9fcaa1
#9ec9a0

Monochromatic Color with #acd7ae

#acd7ae
#020202
#242d24
#465747
#688269
#8aac8c

Tints of #acd7ae Color

#acd7ae
#b5dbb7
#bedfc0
#c7e4c9
#d0e8d2
#daeddb
#e3f1e4
#ecf6ed
#f5faf6
#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

#acd7ae
#d7acd5

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

Split Complementary

#acd7ae
#c3acd7
#d7acc0

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

Analogous Color

#bbd7ac
#b3d7ac
#acd7ae
#acd7b7
#acd7bf

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

#acd7ae
#aeacd7
#d7aeac

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

#acd7ae
#acbfd7
#d7acd5
#d7c3ac

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

#acd7ae
#d7acd5
#d7acc0
#acd7c4

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

#acd7ae Color Code Preview on Black Background Color

This is how #acd7ae Color will look on black background color. Color contrast ratio is 13.09

#acd7ae in use for CSS Font/Text Color

HTML with inline CSS

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

Your Example Paragraph content text in with font color #acd7ae

HTML with inline CSS

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

Your Example Paragraph content text in with font color #acd7ae

#acd7ae color code is use for CSS Background Color

Background color for the above div is #acd7ae

HTML with inline CSS

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

#acd7ae color code is use for CSS Border Color

CSS Border color for the above div is #acd7ae

HTML with inline CSS

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

CSS Border Left color for the above div is #acd7ae

HTML with inline CSS

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

CSS Border Right color for the above div is #acd7ae

HTML with inline CSS

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

CSS Border Bottom color for the above div is #acd7ae

HTML with inline CSS

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

CSS Border Top color for the above div is #acd7ae

HTML with inline CSS

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

#acd7ae hex Color code used as CSS color Codes

Example CSS Class for usage

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

#acd7ae Color code Preview on White Background

This is how #acd7ae Color code will look on white background color. Color contrast ratio is 1.60

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

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