crispedge.com

Color picker

Loading...

#acbc9c hex color - Green - Cool color - Information

#acbc9c hex color - Green - Cool color

Color Hue/Base color: Green

Hex #acbc9c Color code in RGB color code model is created after adding 67.45% red color, 73.73% green color and 61.18% blue color. Hex #acbc9c Color code in CMYK color (process color) code model is generated after subtraction of 9% cyan, 0% magenta, 17% yellow and 26% black.

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

0 Likes 0 Comments | 1 Views

RGB Chart

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

Color Table

Hex Color Codeacbc9c#acbc9c
RGB Decimal172, 188, 156rgb(172, 188, 156)
RGB Percent67%, 74%, 61%rgb(67%, 74%, 61%)
CSS RGBa172, 188, 156,1rgba(172,188,156,1)
CMYK Modelcmyk(9%,0%,17%,26%)
HSL Color Space90,19% ,67%hsl(90,19% ,67%)
HSV Color Space90°, 17%, 74%
Color Temperature It's a Cool color

Color in numbers

TypeRedGreenBlue
Binary101011001011110010011100
Octal254274234
Decimal172188156
Hexacbc9c

Different shades of #acbc9c color code.

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

Light Shade of #acbc9c
#c5d1ba
Dark Shade of #acbc9c
#92a77e
Saturated Shade of #acbc9c
#acc494
Desaturated Shade of #acbc9c
#acb4a4
Grey scale Shade of #acbc9c
#acacac
Brighten Shade
#c5d5b5
Most Readable Shade
#000000

Shades of #acbc9c color code

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

#acbc9c
#98a78a
#859279
#727d68
#5f6856
#4c5345
#393e34
#262922
#131411
#000000

Similar Color like #acbc9c color

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

#adbd9d
#aebe9e
#afbf9f
#b0c0a0
#b1c1a1
#b2c2a2
#b3c3a3
#b4c4a4
#b5c5a5
#b6c6a6
#b7c7a7
#b8c8a8
#b9c9a9
#bacaaa
#abbb9b
#aaba9a
#a9b999
#a8b898
#a7b797
#a6b696
#a5b595
#a4b494
#a3b393
#a2b292
#a1b191
#a0b090
#9faf8f
#9eae8e

Monochromatic Color with #acbc9c

#acbc9c
#d3e6bf
#10120f
#373c32
#5e6755
#859179

Tints of #acbc9c Color

#acbc9c
#b5c3a7
#becab2
#c7d2bd
#d0d9c8
#dae1d3
#e3e8de
#ecf0e9
#f5f7f4
#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

#acbc9c
#ac9cbc

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

Split Complementary

#acbc9c
#9c9cbc
#bc9cbc

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

Analogous Color

#b9bc9c
#b2bc9c
#acbc9c
#a6bc9c
#9fbc9c

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

#acbc9c
#9cacbc
#bc9cac

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

#acbc9c
#9cbcbc
#ac9cbc
#bc9c9c

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

#acbc9c
#ac9cbc
#bc9cbc
#9cbc9c

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

#acbc9c Color Code Preview on Black Background Color

This is how #acbc9c Color will look on black background color. Color contrast ratio is 10.43

#acbc9c in use for CSS Font/Text Color

HTML with inline CSS

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

Your Example Paragraph content text in with font color #acbc9c

HTML with inline CSS

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

Your Example Paragraph content text in with font color #acbc9c

#acbc9c color code is use for CSS Background Color

Background color for the above div is #acbc9c

HTML with inline CSS

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

#acbc9c color code is use for CSS Border Color

CSS Border color for the above div is #acbc9c

HTML with inline CSS

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

CSS Border Left color for the above div is #acbc9c

HTML with inline CSS

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

CSS Border Right color for the above div is #acbc9c

HTML with inline CSS

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

CSS Border Bottom color for the above div is #acbc9c

HTML with inline CSS

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

CSS Border Top color for the above div is #acbc9c

HTML with inline CSS

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

#acbc9c hex Color code used as CSS color Codes

Example CSS Class for usage

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

#acbc9c Color code Preview on White Background

This is how #acbc9c Color code will look on white background color. Color contrast ratio is 2.01

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

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