crispedge.com

Color picker

Loading...

#aff38f hex color - Green - Cool color - Information

#aff38f hex color - Green - Cool color

Color Hue/Base color: Green

Hex #aff38f Color code in RGB color code model is created after adding 68.63% red color, 95.29% green color and 56.08% blue color. Hex #aff38f Color code in CMYK color (process color) code model is generated after subtraction of 28% cyan, 0% magenta, 41% yellow and 5% black.

Hex #aff38f color code is between #aaee88 web safe hex color code and #bbff99 web safe hex color code. #aaee88 is the nearest web safe color code. You can see here many more shades of #aff38f color code.

0 Likes 0 Comments | 1 Views

RGB Chart

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

Color Table

Hex Color Codeaff38f#aff38f
RGB Decimal175, 243, 143rgb(175, 243, 143)
RGB Percent69%, 95%, 56%rgb(69%, 95%, 56%)
CSS RGBa175, 243, 143,1rgba(175,243,143,1)
CMYK Modelcmyk(28%,0%,41%,5%)
HSL Color Space101,81% ,76%hsl(101,81% ,76%)
HSV Color Space101°, 41%, 95%
Color Temperature It's a Cool color

Color in numbers

TypeRedGreenBlue
Binary101011111111001110001111
Octal257363217
Decimal175243143
Hexaff38f

Different shades of #aff38f color code.

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

Light Shade of #aff38f
#d0f8bd
Dark Shade of #aff38f
#8eee61
Saturated Shade of #aff38f
#adf989
Desaturated Shade of #aff38f
#b1ed95
Grey scale Shade of #aff38f
#c1c1c1
Brighten Shade
#c8ffa8
Most Readable Shade
#000000

Shades of #aff38f color code

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

#aff38f
#9bd87f
#88bd6f
#74a25f
#61874f
#4d6c3f
#3a512f
#26361f
#131b0f
#000000

Similar Color like #aff38f color

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

#b0f490
#b1f591
#b2f692
#b3f793
#b4f894
#b5f995
#b6fa96
#b7fb97
#b8fc98
#b9fd99
#bafe9a
#bbff9b
#bcff9c
#bdff9d
#aef28e
#adf18d
#acf08c
#abef8b
#aaee8a
#a9ed89
#a8ec88
#a7eb87
#a6ea86
#a5e985
#a4e884
#a3e783
#a2e682
#a1e581

Monochromatic Color with #aff38f

#aff38f
#161e12
#35492b
#537344
#729e5d
#90c876

Tints of #aff38f Color

#aff38f
#b7f49b
#c0f5a7
#c9f7b4
#d2f8c0
#dbf9cd
#e4fbd9
#edfce6
#f6fdf2
#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

#aff38f
#d38ff3

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

Split Complementary

#aff38f
#a18ff3
#f38fe1

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

Analogous Color

#d7f38f
#c3f38f
#aff38f
#9bf38f
#8ff397

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

#aff38f
#8faff3
#f38faf

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

#aff38f
#8fe1f3
#d38ff3
#f3a18f

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

#aff38f
#d38ff3
#f38fe1
#8ff3a1

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

#aff38f Color Code Preview on Black Background Color

This is how #aff38f Color will look on black background color. Color contrast ratio is 16.04

#aff38f in use for CSS Font/Text Color

HTML with inline CSS

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

Your Example Paragraph content text in with font color #aff38f

HTML with inline CSS

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

Your Example Paragraph content text in with font color #aff38f

#aff38f color code is use for CSS Background Color

Background color for the above div is #aff38f

HTML with inline CSS

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

#aff38f color code is use for CSS Border Color

CSS Border color for the above div is #aff38f

HTML with inline CSS

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

CSS Border Left color for the above div is #aff38f

HTML with inline CSS

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

CSS Border Right color for the above div is #aff38f

HTML with inline CSS

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

CSS Border Bottom color for the above div is #aff38f

HTML with inline CSS

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

CSS Border Top color for the above div is #aff38f

HTML with inline CSS

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

#aff38f hex Color code used as CSS color Codes

Example CSS Class for usage

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

#aff38f Color code Preview on White Background

This is how #aff38f Color code will look on white background color. Color contrast ratio is 1.31

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

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,243,143,0.8), rgba(0, 0, 0, 0) 70.71%), 
      linear-gradient(127deg, rgba(211,143,243,0.8), rgba(0, 0, 0, 0) 70.71%), 
      linear-gradient(336deg, rgba(175,243,143,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.