crispedge.com

Color picker

Loading...

#afd29e hex color - Green - Cool color - Information

#afd29e hex color - Green - Cool color

Color Hue/Base color: Green

Hex #afd29e Color code in RGB color code model is created after adding 68.63% red color, 82.35% green color and 61.96% blue color. Hex #afd29e Color code in CMYK color (process color) code model is generated after subtraction of 17% cyan, 0% magenta, 25% yellow and 18% black.

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

0 Likes 0 Comments | 1 Views

RGB Chart

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

Color Table

Hex Color Codeafd29e#afd29e
RGB Decimal175, 210, 158rgb(175, 210, 158)
RGB Percent69%, 82%, 62%rgb(69%, 82%, 62%)
CSS RGBa175, 210, 158,1rgba(175,210,158,1)
CMYK Modelcmyk(17%,0%,25%,18%)
HSL Color Space100,37% ,72%hsl(100,37% ,72%)
HSV Color Space100°, 25%, 82%
Color Temperature It's a Cool color

Color in numbers

TypeRedGreenBlue
Binary101011111101001010011110
Octal257322236
Decimal175210158
Hexafd29e

Different shades of #afd29e color code.

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

Light Shade of #afd29e
#cce2c1
Dark Shade of #afd29e
#92c27b
Saturated Shade of #afd29e
#add997
Desaturated Shade of #afd29e
#b1cba5
Grey scale Shade of #afd29e
#b8b8b8
Brighten Shade
#c8ebb7
Most Readable Shade
#000000

Shades of #afd29e color code

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

#afd29e
#9bba8c
#88a37a
#748c69
#617457
#4d5d46
#3a4634
#262e23
#131711
#000000

Similar Color like #afd29e color

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

#b0d39f
#b1d4a0
#b2d5a1
#b3d6a2
#b4d7a3
#b5d8a4
#b6d9a5
#b7daa6
#b8dba7
#b9dca8
#badda9
#bbdeaa
#bcdfab
#bde0ac
#aed19d
#add09c
#accf9b
#abce9a
#aacd99
#a9cc98
#a8cb97
#a7ca96
#a6c995
#a5c894
#a4c793
#a3c692
#a2c591
#a1c490

Monochromatic Color with #afd29e

#afd29e
#d2fcbe
#21281e
#45523e
#687d5e
#8ca77e

Tints of #afd29e Color

#afd29e
#b7d7a8
#c0dcb3
#c9e1be
#d2e6c9
#dbebd3
#e4f0de
#edf5e9
#f6faf4
#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

#afd29e
#c19ed2

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

Split Complementary

#afd29e
#a79ed2
#d29ec9

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

Analogous Color

#c4d29e
#b9d29e
#afd29e
#a5d29e
#9ed2a2

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

#afd29e
#9eafd2
#d29eaf

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

#afd29e
#9ec9d2
#c19ed2
#d2a79e

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

#afd29e
#c19ed2
#d29ec9
#9ed2a7

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

#afd29e Color Code Preview on Black Background Color

This is how #afd29e Color will look on black background color. Color contrast ratio is 12.54

#afd29e in use for CSS Font/Text Color

HTML with inline CSS

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

Your Example Paragraph content text in with font color #afd29e

HTML with inline CSS

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

Your Example Paragraph content text in with font color #afd29e

#afd29e color code is use for CSS Background Color

Background color for the above div is #afd29e

HTML with inline CSS

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

#afd29e color code is use for CSS Border Color

CSS Border color for the above div is #afd29e

HTML with inline CSS

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

CSS Border Left color for the above div is #afd29e

HTML with inline CSS

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

CSS Border Right color for the above div is #afd29e

HTML with inline CSS

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

CSS Border Bottom color for the above div is #afd29e

HTML with inline CSS

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

CSS Border Top color for the above div is #afd29e

HTML with inline CSS

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

#afd29e hex Color code used as CSS color Codes

Example CSS Class for usage

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

#afd29e Color code Preview on White Background

This is how #afd29e Color code will look on white background color. Color contrast ratio is 1.68

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

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(175,210,158,0.8), rgba(0, 0, 0, 0) 70.71%), 
      linear-gradient(127deg, rgba(193,158,210,0.8), rgba(0, 0, 0, 0) 70.71%), 
      linear-gradient(336deg, rgba(175,210,158,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.