crispedge.com

Color picker

Loading...

#afdf9f hex color - Green - Cool color - Information

#afdf9f hex color - Green - Cool color

Color Hue/Base color: Green

Hex #afdf9f Color code in RGB color code model is created after adding 68.63% red color, 87.45% green color and 62.35% blue color. Hex #afdf9f Color code in CMYK color (process color) code model is generated after subtraction of 22% cyan, 0% magenta, 29% yellow and 13% black.

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

0 Likes 0 Comments | 1 Views

RGB Chart

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

Color Table

Hex Color Codeafdf9f#afdf9f
RGB Decimal175, 223, 159rgb(175, 223, 159)
RGB Percent69%, 87%, 62%rgb(69%, 87%, 62%)
CSS RGBa175, 223, 159,1rgba(175,223,159,1)
CMYK Modelcmyk(22%,0%,29%,13%)
HSL Color Space105,50% ,75%hsl(105,50% ,75%)
HSV Color Space105°, 29%, 87%
Color Temperature It's a Cool color

Color in numbers

TypeRedGreenBlue
Binary101011111101111110011111
Octal257337237
Decimal175223159
Hexafdf9f

Different shades of #afdf9f color code.

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

Light Shade of #afdf9f
#cfecc5
Dark Shade of #afdf9f
#8fd279
Saturated Shade of #afdf9f
#ace599
Desaturated Shade of #afdf9f
#b2d9a5
Grey scale Shade of #afdf9f
#bfbfbf
Brighten Shade
#c8f8b8
Most Readable Shade
#000000

Shades of #afdf9f color code

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

#afdf9f
#9bc68d
#88ad7b
#74946a
#617b58
#4d6346
#3a4a35
#263123
#131811
#000000

Similar Color like #afdf9f color

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

#b0e0a0
#b1e1a1
#b2e2a2
#b3e3a3
#b4e4a4
#b5e5a5
#b6e6a6
#b7e7a7
#b8e8a8
#b9e9a9
#baeaaa
#bbebab
#bcecac
#bdedad
#aede9e
#addd9d
#acdc9c
#abdb9b
#aada9a
#a9d999
#a8d898
#a7d797
#a6d696
#a5d595
#a4d494
#a3d393
#a2d292
#a1d191

Monochromatic Color with #afdf9f

#afdf9f
#080a07
#2a3526
#4b5f44
#6c8a62
#8eb481

Tints of #afdf9f Color

#afdf9f
#b7e2a9
#c0e6b4
#c9e9bf
#d2edc9
#dbf0d4
#e4f4df
#edf7e9
#f6fbf4
#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

#afdf9f
#cf9fdf

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

Split Complementary

#afdf9f
#af9fdf
#df9fcf

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

Analogous Color

#c9df9f
#bcdf9f
#afdf9f
#a2df9f
#9fdfa9

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

#afdf9f
#9fafdf
#df9faf

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

#afdf9f
#9fcfdf
#cf9fdf
#dfaf9f

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

#afdf9f
#cf9fdf
#df9fcf
#9fdfaf

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

#afdf9f Color Code Preview on Black Background Color

This is how #afdf9f Color will look on black background color. Color contrast ratio is 13.88

#afdf9f in use for CSS Font/Text Color

HTML with inline CSS

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

Your Example Paragraph content text in with font color #afdf9f

HTML with inline CSS

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

Your Example Paragraph content text in with font color #afdf9f

#afdf9f color code is use for CSS Background Color

Background color for the above div is #afdf9f

HTML with inline CSS

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

#afdf9f color code is use for CSS Border Color

CSS Border color for the above div is #afdf9f

HTML with inline CSS

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

CSS Border Left color for the above div is #afdf9f

HTML with inline CSS

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

CSS Border Right color for the above div is #afdf9f

HTML with inline CSS

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

CSS Border Bottom color for the above div is #afdf9f

HTML with inline CSS

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

CSS Border Top color for the above div is #afdf9f

HTML with inline CSS

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

#afdf9f hex Color code used as CSS color Codes

Example CSS Class for usage

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

#afdf9f Color code Preview on White Background

This is how #afdf9f Color code will look on white background color. Color contrast ratio is 1.51

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

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,223,159,0.8), rgba(0, 0, 0, 0) 70.71%), 
      linear-gradient(127deg, rgba(207,159,223,0.8), rgba(0, 0, 0, 0) 70.71%), 
      linear-gradient(336deg, rgba(175,223,159,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.