crispedge.com

Color picker

Loading...

#aefb95 hex color - Green - Cool color - Information

#aefb95 hex color - Green - Cool color

Color Hue/Base color: Green

Hex #aefb95 Color code in RGB color code model is created after adding 68.24% red color, 98.43% green color and 58.43% blue color. Hex #aefb95 Color code in CMYK color (process color) code model is generated after subtraction of 31% cyan, 0% magenta, 41% yellow and 2% black.

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

0 Likes 0 Comments | 1 Views

RGB Chart

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

Color Table

Hex Color Codeaefb95#aefb95
RGB Decimal174, 251, 149rgb(174, 251, 149)
RGB Percent68%, 98%, 58%rgb(68%, 98%, 58%)
CSS RGBa174, 251, 149,1rgba(174,251,149,1)
CMYK Modelcmyk(31%,0%,41%,2%)
HSL Color Space105,93% ,78%hsl(105,93% ,78%)
HSV Color Space105°, 41%, 98%
Color Temperature It's a Cool color

Color in numbers

TypeRedGreenBlue
Binary101011101111101110010101
Octal256373225
Decimal174251149
Hexaefb95

Different shades of #aefb95 color code.

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

Light Shade of #aefb95
#d4fdc6
Dark Shade of #aefb95
#88f964
Saturated Shade of #aefb95
#acff91
Desaturated Shade of #aefb95
#b1f59a
Grey scale Shade of #aefb95
#c8c8c8
Brighten Shade
#c7ffae
Most Readable Shade
#000000

Shades of #aefb95 color code

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

#aefb95
#9adf84
#87c373
#74a763
#608b52
#4d6f42
#3a5331
#263721
#131b10
#000000

Similar Color like #aefb95 color

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

#affc96
#b0fd97
#b1fe98
#b2ff99
#b3ff9a
#b4ff9b
#b5ff9c
#b6ff9d
#b7ff9e
#b8ff9f
#b9ffa0
#baffa1
#bbffa2
#bcffa3
#adfa94
#acf993
#abf892
#aaf791
#a9f690
#a8f58f
#a7f48e
#a6f38d
#a5f28c
#a4f18b
#a3f08a
#a2ef89
#a1ee88
#a0ed87

Monochromatic Color with #aefb95

#aefb95
#1b2617
#385130
#567b49
#73a663
#91d07c

Tints of #aefb95 Color

#aefb95
#b7fba0
#c0fbac
#c9fcb8
#d2fcc4
#dbfdcf
#e4fddb
#edfee7
#f6fef3
#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

#aefb95
#e295fb

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

Split Complementary

#aefb95
#af95fb
#fb95e1

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

Analogous Color

#d7fb95
#c2fb95
#aefb95
#9afb95
#95fba5

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

#aefb95
#95aefb
#fb95ae

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

#aefb95
#95e1fb
#e295fb
#fbaf95

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

#aefb95
#e295fb
#fb95e1
#95fbaf

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

#aefb95 Color Code Preview on Black Background Color

This is how #aefb95 Color will look on black background color. Color contrast ratio is 17.03

#aefb95 in use for CSS Font/Text Color

HTML with inline CSS

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

Your Example Paragraph content text in with font color #aefb95

HTML with inline CSS

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

Your Example Paragraph content text in with font color #aefb95

#aefb95 color code is use for CSS Background Color

Background color for the above div is #aefb95

HTML with inline CSS

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

#aefb95 color code is use for CSS Border Color

CSS Border color for the above div is #aefb95

HTML with inline CSS

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

CSS Border Left color for the above div is #aefb95

HTML with inline CSS

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

CSS Border Right color for the above div is #aefb95

HTML with inline CSS

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

CSS Border Bottom color for the above div is #aefb95

HTML with inline CSS

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

CSS Border Top color for the above div is #aefb95

HTML with inline CSS

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

#aefb95 hex Color code used as CSS color Codes

Example CSS Class for usage

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

#aefb95 Color code Preview on White Background

This is how #aefb95 Color code will look on white background color. Color contrast ratio is 1.23

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

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(174,251,149,0.8), rgba(0, 0, 0, 0) 70.71%), 
      linear-gradient(127deg, rgba(226,149,251,0.8), rgba(0, 0, 0, 0) 70.71%), 
      linear-gradient(336deg, rgba(174,251,149,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.