crispedge.com

Color picker

Loading...

#afee9e hex color - Green - Cool color - Information

#afee9e hex color - Green - Cool color

Color Hue/Base color: Green

Hex #afee9e Color code in RGB color code model is created after adding 68.63% red color, 93.33% green color and 61.96% blue color. Hex #afee9e Color code in CMYK color (process color) code model is generated after subtraction of 26% cyan, 0% magenta, 34% yellow and 7% black.

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

0 Likes 0 Comments | 1 Views

RGB Chart

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

Color Table

Hex Color Codeafee9e#afee9e
RGB Decimal175, 238, 158rgb(175, 238, 158)
RGB Percent69%, 93%, 62%rgb(69%, 93%, 62%)
CSS RGBa175, 238, 158,1rgba(175,238,158,1)
CMYK Modelcmyk(26%,0%,34%,7%)
HSL Color Space107,70% ,78%hsl(107,70% ,78%)
HSV Color Space107°, 34%, 93%
Color Temperature It's a Cool color

Color in numbers

TypeRedGreenBlue
Binary101011111110111010011110
Octal257356236
Decimal175238158
Hexafee9e

Different shades of #afee9e color code.

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

Light Shade of #afee9e
#d3f6c9
Dark Shade of #afee9e
#8be673
Saturated Shade of #afee9e
#acf498
Desaturated Shade of #afee9e
#b2e8a4
Grey scale Shade of #afee9e
#c6c6c6
Brighten Shade
#c8ffb7
Most Readable Shade
#000000

Shades of #afee9e color code

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

#afee9e
#9bd38c
#88b97a
#749e69
#618457
#4d6946
#3a4f34
#263423
#131a11
#000000

Similar Color like #afee9e color

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

#b0ef9f
#b1f0a0
#b2f1a1
#b3f2a2
#b4f3a3
#b5f4a4
#b6f5a5
#b7f6a6
#b8f7a7
#b9f8a8
#baf9a9
#bbfaaa
#bcfbab
#bdfcac
#aeed9d
#adec9c
#aceb9b
#abea9a
#aae999
#a9e898
#a8e797
#a7e696
#a6e595
#a5e494
#a4e393
#a3e292
#a2e191
#a1e090

Monochromatic Color with #afee9e

#afee9e
#131a11
#32442d
#516e49
#719966
#90c382

Tints of #afee9e Color

#afee9e
#b7efa8
#c0f1b3
#c9f3be
#d2f5c9
#dbf7d3
#e4f9de
#edfbe9
#f6fdf4
#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

#afee9e
#dd9eee

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

Split Complementary

#afee9e
#b59eee
#ee9ed7

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

Analogous Color

#cfee9e
#bfee9e
#afee9e
#9fee9e
#9eeead

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

#afee9e
#9eafee
#ee9eaf

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

#afee9e
#9ed7ee
#dd9eee
#eeb59e

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

#afee9e
#dd9eee
#ee9ed7
#9eeeb5

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

#afee9e Color Code Preview on Black Background Color

This is how #afee9e Color will look on black background color. Color contrast ratio is 15.55

#afee9e in use for CSS Font/Text Color

HTML with inline CSS

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

Your Example Paragraph content text in with font color #afee9e

HTML with inline CSS

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

Your Example Paragraph content text in with font color #afee9e

#afee9e color code is use for CSS Background Color

Background color for the above div is #afee9e

HTML with inline CSS

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

#afee9e color code is use for CSS Border Color

CSS Border color for the above div is #afee9e

HTML with inline CSS

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

CSS Border Left color for the above div is #afee9e

HTML with inline CSS

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

CSS Border Right color for the above div is #afee9e

HTML with inline CSS

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

CSS Border Bottom color for the above div is #afee9e

HTML with inline CSS

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

CSS Border Top color for the above div is #afee9e

HTML with inline CSS

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

#afee9e hex Color code used as CSS color Codes

Example CSS Class for usage

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

#afee9e Color code Preview on White Background

This is how #afee9e Color code will look on white background color. Color contrast ratio is 1.35

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

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