crispedge.com

Color picker

Loading...

#acbd7a hex color - Green - Warm color - Information

#acbd7a hex color - Green - Warm color

Color Mixture: Yellow and Green

Color Hue/Base color: Green

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

Hex #acbd7a color code is between #aabb77 web safe hex color code and #bbcc88 web safe hex color code. #aabb77 is the nearest web safe color code. You can see here many more shades of #acbd7a color code.

0 Likes 0 Comments | 1 Views

RGB Chart

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

Color Table

Hex Color Codeacbd7a#acbd7a
RGB Decimal172, 189, 122rgb(172, 189, 122)
RGB Percent67%, 74%, 48%rgb(67%, 74%, 48%)
CSS RGBa172, 189, 122,1rgba(172,189,122,1)
CMYK Modelcmyk(9%,0%,35%,26%)
HSL Color Space75,34% ,61%hsl(75,34% ,61%)
HSV Color Space75°, 35%, 74%
Color Temperature It's a Warm color

Color in numbers

TypeRedGreenBlue
Binary101011001011110101111010
Octal254275172
Decimal172189122
Hexacbd7a

Different shades of #acbd7a color code.

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

Light Shade of #acbd7a
#c1ce9c
Dark Shade of #acbd7a
#97ac58
Saturated Shade of #acbd7a
#b1c770
Desaturated Shade of #acbd7a
#a7b384
Grey scale Shade of #acbd7a
#9b9b9b
Brighten Shade
#c5d693
Most Readable Shade
#000000

Shades of #acbd7a color code

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

#acbd7a
#98a86c
#85935e
#727e51
#5f6943
#4c5436
#393f28
#262a1b
#13150d
#000000

Similar Color like #acbd7a color

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

#adbe7b
#aebf7c
#afc07d
#b0c17e
#b1c27f
#b2c380
#b3c481
#b4c582
#b5c683
#b6c784
#b7c885
#b8c986
#b9ca87
#bacb88
#abbc79
#aabb78
#a9ba77
#a8b976
#a7b875
#a6b774
#a5b673
#a4b572
#a3b471
#a2b370
#a1b26f
#a0b16e
#9fb06d
#9eaf6c

Monochromatic Color with #acbd7a

#acbd7a
#d3e795
#11130c
#383d28
#5f6843
#85925f

Tints of #acbd7a Color

#acbd7a
#b5c488
#becb97
#c7d3a6
#d0dab5
#dae1c3
#e3e9d2
#ecf0e1
#f5f7f0
#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

#acbd7a
#8b7abd

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

Split Complementary

#acbd7a
#7a8bbd
#ad7abd

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

Analogous Color

#bdb37a
#b9bd7a
#acbd7a
#9fbd7a
#91bd7a

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

#acbd7a
#7aacbd
#bd7aac

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

#acbd7a
#7abdac
#8b7abd
#bd7a8b

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

#acbd7a
#8b7abd
#ad7abd
#8abd7a

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

#acbd7a Color Code Preview on Black Background Color

This is how #acbd7a Color will look on black background color. Color contrast ratio is 10.31

#acbd7a in use for CSS Font/Text Color

HTML with inline CSS

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

Your Example Paragraph content text in with font color #acbd7a

HTML with inline CSS

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

Your Example Paragraph content text in with font color #acbd7a

#acbd7a color code is use for CSS Background Color

Background color for the above div is #acbd7a

HTML with inline CSS

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

#acbd7a color code is use for CSS Border Color

CSS Border color for the above div is #acbd7a

HTML with inline CSS

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

CSS Border Left color for the above div is #acbd7a

HTML with inline CSS

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

CSS Border Right color for the above div is #acbd7a

HTML with inline CSS

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

CSS Border Bottom color for the above div is #acbd7a

HTML with inline CSS

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

CSS Border Top color for the above div is #acbd7a

HTML with inline CSS

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

#acbd7a hex Color code used as CSS color Codes

Example CSS Class for usage

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

#acbd7a Color code Preview on White Background

This is how #acbd7a Color code will look on white background color. Color contrast ratio is 2.04

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

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