@
The color hex or name not found.

You can tap color picker and choose a color or enter any valid hex color code or Color name to find color details.

#afe771 hex color - Green - Warm color - Information

#afe771 hex color - Green - Warm color

Color Hue/Base color: Green

Hex #afe771 Color code in RGB color code model is created after adding 68.63% red color, 90.59% green color and 44.31% blue color. Hex #afe771 Color code in CMYK color (process color) code model is generated after subtraction of 24% cyan, 0% magenta, 51% yellow and 9.41% black.

Hex #afe771 color code is between #aaee77 web safe hex color code and #bbdd66 web safe hex color code. #aaee77 is the nearest web safe color code. You can see here many more shades of #afe771 color code.

0 Likes 0 Comments | 1 Views

RGB Chart

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

Color Table

Hex Color Code afe771 #afe771
RGB Decimal 175, 231, 113 rgb(175, 231, 113)
RGB Percent 69%, 91%, 44% rgb(69%, 91%, 44%)
CSS RGBa 175, 231, 113,1 rgba(175,231,113,1)
CMYK Model cmyk(24%,0%,51%,9.41%)
HSL Color Space 88,71% ,67% hsl(88,71% ,67%)
HSV Color Space 88°, 51%, 91%
Color Temperature It's a Warm color

Color in numbers

Type Red Green Blue
Binary 10101111 11100111 01110001
Octal 257 347 161
Decimal 175 231 113
Hex af e7 71

Different shades of #afe771 color code.

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

Light Shade of #afe771
#c8ee9d
Dark Shade of #afe771
#96e045
Saturated Shade of #afe771
#afef69
Desaturated Shade of #afe771
#afdf79
Grey scale Shade of #afe771
#acacac
Brighten Shade
#c8ff8a
Most Readable Shade
#000000

Shades of #afe771 color code

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

#afe771
#9bcd64
#88b357
#749a4b
#61803e
#4d6632
#3a4d25
#263319
#13190c
#000000

Similar Color like #afe771 color

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

#b0e872
#b1e973
#b2ea74
#b3eb75
#b4ec76
#b5ed77
#b6ee78
#b7ef79
#b8f07a
#b9f17b
#baf27c
#bbf37d
#bcf47e
#bdf57f
#aee670
#ade56f
#ace46e
#abe36d
#aae26c
#a9e16b
#a8e06a
#a7df69
#a6de68
#a5dd67
#a4dc66
#a3db65
#a2da64
#a1d963

Monochromatic Color with #afe771

#afe771
#0e1209
#2e3d1e
#4e6733
#6f9247
#8fbc5c

Tints of #afe771 Color

#afe771
#b7e980
#c0ec90
#c9efa0
#d2f1b0
#dbf4bf
#e4f7cf
#edf9df
#f6fcef
#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

#afe771
#a971e7

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

Split Complementary

#afe771
#7174e7
#e471e7

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

Analogous Color

#dee771
#c7e771
#afe771
#97e771
#80e771

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

#afe771
#71afe7
#e771af

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

#afe771
#71e7e4
#a971e7
#e77174

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

#afe771
#a971e7
#e471e7
#74e771

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

#afe771 Color Code Preview on Black Background Color

This is how #afe771 Color will look on black background color. Color contrast ratio is 14.49

#afe771 in use for CSS Font/Text Color

HTML with inline CSS

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

Your Example Paragraph content text in with font color #afe771

HTML with inline CSS

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

Your Example Paragraph content text in with font color #afe771

#afe771 color code is use for CSS Background Color

Background color for the above div is #afe771

HTML with inline CSS

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

#afe771 color code is use for CSS Border Color

CSS Border color for the above div is #afe771

HTML with inline CSS

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

CSS Border Left color for the above div is #afe771

HTML with inline CSS

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

CSS Border Right color for the above div is #afe771

HTML with inline CSS

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

CSS Border Bottom color for the above div is #afe771

HTML with inline CSS

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

CSS Border Top color for the above div is #afe771

HTML with inline CSS

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

#afe771 hex Color code used as CSS color Codes

Example CSS Class for usage

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

#afe771 Color code Preview on White Background

This is how #afe771 Color code will look on white background color. Color contrast ratio is 1.45

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

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,231,113,0.8), rgba(0, 0, 0, 0) 70.71%), 
      linear-gradient(127deg, rgba(169,113,231,0.8), rgba(0, 0, 0, 0) 70.71%), 
      linear-gradient(336deg, rgba(175,231,113,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.