crispedge.com

Color picker

Loading...

#aafd95 hex color - Green - Cool color - Information

#aafd95 hex color - Green - Cool color

Color Hue/Base color: Green

Hex #aafd95 Color code in RGB color code model is created after adding 66.67% red color, 99.22% green color and 58.43% blue color. Hex #aafd95 Color code in CMYK color (process color) code model is generated after subtraction of 33% cyan, 0% magenta, 41% yellow and 1% black.

Hex #aafd95 color code is between #99ff99 web safe hex color code and #bbee88 web safe hex color code. #99ff99 is the nearest web safe color code. You can see here many more shades of #aafd95 color code.

0 Likes 0 Comments | 3 Views

RGB Chart

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

Color Table

Hex Color Codeaafd95#aafd95
RGB Decimal170, 253, 149rgb(170, 253, 149)
RGB Percent67%, 99%, 58%rgb(67%, 99%, 58%)
CSS RGBa170, 253, 149,1rgba(170,253,149,1)
CMYK Modelcmyk(33%,0%,41%,1%)
HSL Color Space108,96% ,79%hsl(108,96% ,79%)
HSV Color Space108°, 41%, 99%
Color Temperature It's a Cool color

Color in numbers

TypeRedGreenBlue
Binary101010101111110110010101
Octal252375225
Decimal170253149
Hexaafd95

Different shades of #aafd95 color code.

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

Light Shade of #aafd95
#d2fec7
Dark Shade of #aafd95
#82fc63
Saturated Shade of #aafd95
#a9ff93
Desaturated Shade of #aafd95
#adf89a
Grey scale Shade of #aafd95
#c9c9c9
Brighten Shade
#c3ffae
Most Readable Shade
#000000

Shades of #aafd95 color code

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

#aafd95
#97e084
#84c473
#71a863
#5e8c52
#4b7042
#385431
#253821
#121c10
#000000

Similar Color like #aafd95 color

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

#abfe96
#acff97
#adff98
#aeff99
#afff9a
#b0ff9b
#b1ff9c
#b2ff9d
#b3ff9e
#b4ff9f
#b5ffa0
#b6ffa1
#b7ffa2
#b8ffa3
#a9fc94
#a8fb93
#a7fa92
#a6f991
#a5f890
#a4f78f
#a3f68e
#a2f58d
#a1f48c
#a0f38b
#9ff28a
#9ef189
#9df088
#9cef87

Monochromatic Color with #aafd95

#aafd95
#1b2818
#385331
#547d4a
#71a863
#8dd27c

Tints of #aafd95 Color

#aafd95
#b3fda0
#bcfdac
#c6fdb8
#cffdc4
#d9fecf
#e2fedb
#ecfee7
#f5fef3
#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

#aafd95
#e895fd

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

Split Complementary

#aafd95
#b495fd
#fd95de

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

Analogous Color

#d4fd95
#bffd95
#aafd95
#95fd95
#95fdaa

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

#aafd95
#95aafd
#fd95aa

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

#aafd95
#95defd
#e895fd
#fdb495

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

#aafd95
#e895fd
#fd95de
#95fdb4

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

#aafd95 Color Code Preview on Black Background Color

This is how #aafd95 Color will look on black background color. Color contrast ratio is 17.19

#aafd95 in use for CSS Font/Text Color

HTML with inline CSS

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

Your Example Paragraph content text in with font color #aafd95

HTML with inline CSS

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

Your Example Paragraph content text in with font color #aafd95

#aafd95 color code is use for CSS Background Color

Background color for the above div is #aafd95

HTML with inline CSS

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

#aafd95 color code is use for CSS Border Color

CSS Border color for the above div is #aafd95

HTML with inline CSS

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

CSS Border Left color for the above div is #aafd95

HTML with inline CSS

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

CSS Border Right color for the above div is #aafd95

HTML with inline CSS

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

CSS Border Bottom color for the above div is #aafd95

HTML with inline CSS

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

CSS Border Top color for the above div is #aafd95

HTML with inline CSS

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

#aafd95 hex Color code used as CSS color Codes

Example CSS Class for usage

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

#aafd95 Color code Preview on White Background

This is how #aafd95 Color code will look on white background color. Color contrast ratio is 1.22

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

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(170,253,149,0.8), rgba(0, 0, 0, 0) 70.71%), 
      linear-gradient(127deg, rgba(232,149,253,0.8), rgba(0, 0, 0, 0) 70.71%), 
      linear-gradient(336deg, rgba(170,253,149,0.8), rgba(0, 0, 0, 0) 70.71%);
	  background-clip: text;
	  text-fill-color: transparent;
  }
							

0 Likes 0 Comments | 3 Views

Post your comment:-

By submitting comment you agree to our privacy policy.