crispedge.com

Color picker

Loading...

#acfa9b hex color - Green - Cool color - Information

#acfa9b hex color - Green - Cool color

Color Hue/Base color: Green

Hex #acfa9b Color code in RGB color code model is created after adding 67.45% red color, 98.04% green color and 60.78% blue color. Hex #acfa9b Color code in CMYK color (process color) code model is generated after subtraction of 31% cyan, 0% magenta, 38% yellow and 2% black.

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

0 Likes 0 Comments | 1 Views

RGB Chart

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

Color Table

Hex Color Codeacfa9b#acfa9b
RGB Decimal172, 250, 155rgb(172, 250, 155)
RGB Percent67%, 98%, 61%rgb(67%, 98%, 61%)
CSS RGBa172, 250, 155,1rgba(172,250,155,1)
CMYK Modelcmyk(31%,0%,38%,2%)
HSL Color Space109,90% ,79%hsl(109,90% ,79%)
HSV Color Space109°, 38%, 98%
Color Temperature It's a Cool color

Color in numbers

TypeRedGreenBlue
Binary101011001111101010011011
Octal254372233
Decimal172250155
Hexacfa9b

Different shades of #acfa9b color code.

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

Light Shade of #acfa9b
#d4fccc
Dark Shade of #acfa9b
#84f86a
Saturated Shade of #acfa9b
#a9ff96
Desaturated Shade of #acfa9b
#aff5a0
Grey scale Shade of #acfa9b
#cacaca
Brighten Shade
#c5ffb4
Most Readable Shade
#000000

Shades of #acfa9b color code

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

#acfa9b
#98de89
#85c278
#72a667
#5f8a56
#4c6f44
#395333
#263722
#131b11
#000000

Similar Color like #acfa9b color

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

#adfb9c
#aefc9d
#affd9e
#b0fe9f
#b1ffa0
#b2ffa1
#b3ffa2
#b4ffa3
#b5ffa4
#b6ffa5
#b7ffa6
#b8ffa7
#b9ffa8
#baffa9
#abf99a
#aaf899
#a9f798
#a8f697
#a7f596
#a6f495
#a5f394
#a4f293
#a3f192
#a2f091
#a1ef90
#a0ee8f
#9fed8e
#9eec8d

Monochromatic Color with #acfa9b

#acfa9b
#1a2517
#375032
#547a4c
#72a566
#8fcf81

Tints of #acfa9b Color

#acfa9b
#b5faa6
#befbb1
#c7fbbc
#d0fcc7
#dafcd2
#e3fddd
#ecfde8
#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

#acfa9b
#e99bfa

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

Split Complementary

#acfa9b
#b99bfa
#fa9bdc

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

Analogous Color

#d2fa9b
#bffa9b
#acfa9b
#9bfa9d
#9bfab0

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

#acfa9b
#9bacfa
#fa9bac

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

#acfa9b
#9bdbfa
#e99bfa
#fab99b

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

#acfa9b
#e99bfa
#fa9bdc
#9bfab9

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

#acfa9b Color Code Preview on Black Background Color

This is how #acfa9b Color will look on black background color. Color contrast ratio is 16.90

#acfa9b in use for CSS Font/Text Color

HTML with inline CSS

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

Your Example Paragraph content text in with font color #acfa9b

HTML with inline CSS

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

Your Example Paragraph content text in with font color #acfa9b

#acfa9b color code is use for CSS Background Color

Background color for the above div is #acfa9b

HTML with inline CSS

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

#acfa9b color code is use for CSS Border Color

CSS Border color for the above div is #acfa9b

HTML with inline CSS

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

CSS Border Left color for the above div is #acfa9b

HTML with inline CSS

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

CSS Border Right color for the above div is #acfa9b

HTML with inline CSS

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

CSS Border Bottom color for the above div is #acfa9b

HTML with inline CSS

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

CSS Border Top color for the above div is #acfa9b

HTML with inline CSS

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

#acfa9b hex Color code used as CSS color Codes

Example CSS Class for usage

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

#acfa9b Color code Preview on White Background

This is how #acfa9b Color code will look on white background color. Color contrast ratio is 1.24

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

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(172,250,155,0.8), rgba(0, 0, 0, 0) 70.71%), 
      linear-gradient(127deg, rgba(233,155,250,0.8), rgba(0, 0, 0, 0) 70.71%), 
      linear-gradient(336deg, rgba(172,250,155,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.