crispedge.com

Color picker

Loading...

#afe97b hex color - Green - Cool color - Information

#afe97b hex color - Green - Cool color

Color Hue/Base color: Green

Hex #afe97b Color code in RGB color code model is created after adding 68.63% red color, 91.37% green color and 48.24% blue color. Hex #afe97b Color code in CMYK color (process color) code model is generated after subtraction of 25% cyan, 0% magenta, 47% yellow and 9% black.

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

0 Likes 0 Comments | 1 Views

RGB Chart

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

Color Table

Hex Color Codeafe97b#afe97b
RGB Decimal175, 233, 123rgb(175, 233, 123)
RGB Percent69%, 91%, 48%rgb(69%, 91%, 48%)
CSS RGBa175, 233, 123,1rgba(175,233,123,1)
CMYK Modelcmyk(25%,0%,47%,9%)
HSL Color Space92,71% ,70%hsl(92,71% ,70%)
HSV Color Space92°, 47%, 91%
Color Temperature It's a Cool color

Color in numbers

TypeRedGreenBlue
Binary101011111110100101111011
Octal257351173
Decimal175233123
Hexafe97b

Different shades of #afe97b color code.

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

Light Shade of #afe97b
#c9f0a7
Dark Shade of #afe97b
#94e24f
Saturated Shade of #afe97b
#aff173
Desaturated Shade of #afe97b
#afe183
Grey scale Shade of #afe97b
#b2b2b2
Brighten Shade
#c8ff94
Most Readable Shade
#000000

Shades of #afe97b color code

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

#afe97b
#9bcf6d
#88b55f
#749b52
#618144
#4d6736
#3a4d29
#26331b
#13190d
#000000

Similar Color like #afe97b color

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

#b0ea7c
#b1eb7d
#b2ec7e
#b3ed7f
#b4ee80
#b5ef81
#b6f082
#b7f183
#b8f284
#b9f385
#baf486
#bbf587
#bcf688
#bdf789
#aee87a
#ade779
#ace678
#abe577
#aae476
#a9e375
#a8e274
#a7e173
#a6e072
#a5df71
#a4de70
#a3dd6f
#a2dc6e
#a1db6d

Monochromatic Color with #afe97b

#afe97b
#0f140b
#2f3f21
#4f6938
#6f944e
#8fbe65

Tints of #afe97b Color

#afe97b
#b7eb89
#c0ed98
#c9f0a7
#d2f2b5
#dbf5c4
#e4f7d3
#edfae1
#f6fcf0
#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

#afe97b
#b57be9

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

Split Complementary

#afe97b
#7e7be9
#e97be6

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

Analogous Color

#dbe97b
#c5e97b
#afe97b
#99e97b
#83e97b

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

#afe97b
#7bafe9
#e97baf

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

#afe97b
#7be6e9
#b57be9
#e97e7b

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

#afe97b
#b57be9
#e97be6
#7be97e

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

#afe97b Color Code Preview on Black Background Color

This is how #afe97b Color will look on black background color. Color contrast ratio is 14.76

#afe97b in use for CSS Font/Text Color

HTML with inline CSS

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

Your Example Paragraph content text in with font color #afe97b

HTML with inline CSS

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

Your Example Paragraph content text in with font color #afe97b

#afe97b color code is use for CSS Background Color

Background color for the above div is #afe97b

HTML with inline CSS

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

#afe97b color code is use for CSS Border Color

CSS Border color for the above div is #afe97b

HTML with inline CSS

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

CSS Border Left color for the above div is #afe97b

HTML with inline CSS

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

CSS Border Right color for the above div is #afe97b

HTML with inline CSS

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

CSS Border Bottom color for the above div is #afe97b

HTML with inline CSS

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

CSS Border Top color for the above div is #afe97b

HTML with inline CSS

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

#afe97b hex Color code used as CSS color Codes

Example CSS Class for usage

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

#afe97b Color code Preview on White Background

This is how #afe97b Color code will look on white background color. Color contrast ratio is 1.42

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

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,233,123,0.8), rgba(0, 0, 0, 0) 70.71%), 
      linear-gradient(127deg, rgba(181,123,233,0.8), rgba(0, 0, 0, 0) 70.71%), 
      linear-gradient(336deg, rgba(175,233,123,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.