crispedge.com

Color picker

Loading...

#afe29c hex color - Green - Cool color - Information

#afe29c hex color - Green - Cool color

Color Hue/Base color: Green

Hex #afe29c Color code in RGB color code model is created after adding 68.63% red color, 88.63% green color and 61.18% blue color. Hex #afe29c Color code in CMYK color (process color) code model is generated after subtraction of 23% cyan, 0% magenta, 31% yellow and 11% black.

Hex #afe29c color code is between #aadd99 web safe hex color code and #bbeeaa web safe hex color code. #aadd99 is the nearest web safe color code. You can see here many more shades of #afe29c color code.

0 Likes 0 Comments | 1 Views

RGB Chart

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

Color Table

Hex Color Codeafe29c#afe29c
RGB Decimal175, 226, 156rgb(175, 226, 156)
RGB Percent69%, 89%, 61%rgb(69%, 89%, 61%)
CSS RGBa175, 226, 156,1rgba(175,226,156,1)
CMYK Modelcmyk(23%,0%,31%,11%)
HSL Color Space104,55% ,75%hsl(104,55% ,75%)
HSV Color Space104°, 31%, 89%
Color Temperature It's a Cool color

Color in numbers

TypeRedGreenBlue
Binary101011111110001010011100
Octal257342234
Decimal175226156
Hexafe29c

Different shades of #afe29c color code.

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

Light Shade of #afe29c
#cfeec3
Dark Shade of #afe29c
#8fd675
Saturated Shade of #afe29c
#ace896
Desaturated Shade of #afe29c
#b2dca2
Grey scale Shade of #afe29c
#bfbfbf
Brighten Shade
#c8fbb5
Most Readable Shade
#000000

Shades of #afe29c color code

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

#afe29c
#9bc88a
#88af79
#749668
#617d56
#4d6445
#3a4b34
#263222
#131911
#000000

Similar Color like #afe29c color

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

#b0e39d
#b1e49e
#b2e59f
#b3e6a0
#b4e7a1
#b5e8a2
#b6e9a3
#b7eaa4
#b8eba5
#b9eca6
#baeda7
#bbeea8
#bcefa9
#bdf0aa
#aee19b
#ade09a
#acdf99
#abde98
#aadd97
#a9dc96
#a8db95
#a7da94
#a6d993
#a5d892
#a4d791
#a3d690
#a2d58f
#a1d48e

Monochromatic Color with #afe29c

#afe29c
#0a0d09
#2b3827
#4c6244
#6d8d61
#8eb77f

Tints of #afe29c Color

#afe29c
#b7e5a7
#c0e8b2
#c9ebbd
#d2eec8
#dbf2d3
#e4f5de
#edf8e9
#f6fbf4
#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

#afe29c
#cf9ce2

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

Split Complementary

#afe29c
#ac9ce2
#e29cd2

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

Analogous Color

#cbe29c
#bde29c
#afe29c
#a1e29c
#9ce2a5

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

#afe29c
#9cafe2
#e29caf

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

#afe29c
#9cd2e2
#cf9ce2
#e2ac9c

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

#afe29c
#cf9ce2
#e29cd2
#9ce2ac

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

#afe29c Color Code Preview on Black Background Color

This is how #afe29c Color will look on black background color. Color contrast ratio is 14.18

#afe29c in use for CSS Font/Text Color

HTML with inline CSS

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

Your Example Paragraph content text in with font color #afe29c

HTML with inline CSS

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

Your Example Paragraph content text in with font color #afe29c

#afe29c color code is use for CSS Background Color

Background color for the above div is #afe29c

HTML with inline CSS

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

#afe29c color code is use for CSS Border Color

CSS Border color for the above div is #afe29c

HTML with inline CSS

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

CSS Border Left color for the above div is #afe29c

HTML with inline CSS

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

CSS Border Right color for the above div is #afe29c

HTML with inline CSS

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

CSS Border Bottom color for the above div is #afe29c

HTML with inline CSS

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

CSS Border Top color for the above div is #afe29c

HTML with inline CSS

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

#afe29c hex Color code used as CSS color Codes

Example CSS Class for usage

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

#afe29c Color code Preview on White Background

This is how #afe29c Color code will look on white background color. Color contrast ratio is 1.48

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

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,226,156,0.8), rgba(0, 0, 0, 0) 70.71%), 
      linear-gradient(127deg, rgba(207,156,226,0.8), rgba(0, 0, 0, 0) 70.71%), 
      linear-gradient(336deg, rgba(175,226,156,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.