crispedge.com

Color picker

Loading...

#afcc9e hex color - Green - Cool color - Information

#afcc9e hex color - Green - Cool color

Color Hue/Base color: Green

Hex #afcc9e Color code in RGB color code model is created after adding 68.63% red color, 80% green color and 61.96% blue color. Hex #afcc9e Color code in CMYK color (process color) code model is generated after subtraction of 14% cyan, 0% magenta, 23% yellow and 20% black.

Hex #afcc9e color code is between #aabb99 web safe hex color code and #bbddaa web safe hex color code. #aabb99 is the nearest web safe color code. You can see here many more shades of #afcc9e color code.

0 Likes 0 Comments | 1 Views

RGB Chart

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

Color Table

Hex Color Codeafcc9e#afcc9e
RGB Decimal175, 204, 158rgb(175, 204, 158)
RGB Percent69%, 80%, 62%rgb(69%, 80%, 62%)
CSS RGBa175, 204, 158,1rgba(175,204,158,1)
CMYK Modelcmyk(14%,0%,23%,20%)
HSL Color Space98,31% ,71%hsl(98,31% ,71%)
HSV Color Space98°, 23%, 80%
Color Temperature It's a Cool color

Color in numbers

TypeRedGreenBlue
Binary101011111100110010011110
Octal257314236
Decimal175204158
Hexafcc9e

Different shades of #afcc9e color code.

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

Light Shade of #afcc9e
#cbdebf
Dark Shade of #afcc9e
#93ba7d
Saturated Shade of #afcc9e
#add397
Desaturated Shade of #afcc9e
#b1c5a5
Grey scale Shade of #afcc9e
#b5b5b5
Brighten Shade
#c8e5b7
Most Readable Shade
#000000

Shades of #afcc9e color code

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

#afcc9e
#9bb58c
#889e7a
#748869
#617157
#4d5a46
#3a4434
#262d23
#131611
#000000

Similar Color like #afcc9e color

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

#b0cd9f
#b1cea0
#b2cfa1
#b3d0a2
#b4d1a3
#b5d2a4
#b6d3a5
#b7d4a6
#b8d5a7
#b9d6a8
#bad7a9
#bbd8aa
#bcd9ab
#bddaac
#aecb9d
#adca9c
#acc99b
#abc89a
#aac799
#a9c698
#a8c597
#a7c496
#a6c395
#a5c294
#a4c193
#a3c092
#a2bf91
#a1be90

Monochromatic Color with #afcc9e

#afcc9e
#d3f6bf
#1d221a
#424c3b
#66775c
#8ba17d

Tints of #afcc9e Color

#afcc9e
#b7d1a8
#c0d7b3
#c9ddbe
#d2e2c9
#dbe8d3
#e4eede
#edf3e9
#f6f9f4
#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

#afcc9e
#bb9ecc

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

Split Complementary

#afcc9e
#a49ecc
#cc9ec6

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

Analogous Color

#c1cc9e
#b8cc9e
#afcc9e
#a6cc9e
#9ecc9f

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

#afcc9e
#9eafcc
#cc9eaf

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

#afcc9e
#9ec6cc
#bb9ecc
#cca49e

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

#afcc9e
#bb9ecc
#cc9ec6
#9ecca4

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

#afcc9e Color Code Preview on Black Background Color

This is how #afcc9e Color will look on black background color. Color contrast ratio is 11.95

#afcc9e in use for CSS Font/Text Color

HTML with inline CSS

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

Your Example Paragraph content text in with font color #afcc9e

HTML with inline CSS

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

Your Example Paragraph content text in with font color #afcc9e

#afcc9e color code is use for CSS Background Color

Background color for the above div is #afcc9e

HTML with inline CSS

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

#afcc9e color code is use for CSS Border Color

CSS Border color for the above div is #afcc9e

HTML with inline CSS

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

CSS Border Left color for the above div is #afcc9e

HTML with inline CSS

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

CSS Border Right color for the above div is #afcc9e

HTML with inline CSS

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

CSS Border Bottom color for the above div is #afcc9e

HTML with inline CSS

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

CSS Border Top color for the above div is #afcc9e

HTML with inline CSS

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

#afcc9e hex Color code used as CSS color Codes

Example CSS Class for usage

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

#afcc9e Color code Preview on White Background

This is how #afcc9e Color code will look on white background color. Color contrast ratio is 1.76

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

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