crispedge.com

Color picker

Loading...

#acc445 hex color - Green - Warm color - Information

#acc445 hex color - Green - Warm color

Color Mixture: Yellow and Green

Color Hue/Base color: Green

Hex #acc445 Color code in RGB color code model is created after adding 67.45% red color, 76.86% green color and 27.06% blue color. Hex #acc445 Color code in CMYK color (process color) code model is generated after subtraction of 12% cyan, 0% magenta, 65% yellow and 23% black.

Hex #acc445 color code is between #aacc44 web safe hex color code and #bbbb55 web safe hex color code. #aacc44 is the nearest web safe color code. You can see here many more shades of #acc445 color code.

0 Likes 0 Comments | 1 Views

RGB Chart

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

Color Table

Hex Color Codeacc445#acc445
RGB Decimal172, 196, 69rgb(172, 196, 69)
RGB Percent67%, 77%, 27%rgb(67%, 77%, 27%)
CSS RGBa172, 196, 69,1rgba(172,196,69,1)
CMYK Modelcmyk(12%,0%,65%,23%)
HSL Color Space71,52% ,52%hsl(71,52% ,52%)
HSV Color Space71°, 65%, 77%
Color Temperature It's a Warm color

Color in numbers

TypeRedGreenBlue
Binary101011001100010001000101
Octal254304105
Decimal17219669
Hexacc445

Different shades of #acc445 color code.

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

Light Shade of #acc445
#bdd06c
Dark Shade of #acc445
#8da234
Saturated Shade of #acc445
#b4d039
Desaturated Shade of #acc445
#a4b851
Grey scale Shade of #acc445
#848484
Brighten Shade
#c5dd5e
Most Readable Shade
#000000

Shades of #acc445 color code

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

#acc445
#98ae3d
#859835
#72822e
#5f6c26
#4c571e
#394117
#262b0f
#131507
#000000

Similar Color like #acc445 color

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

#adc546
#aec647
#afc748
#b0c849
#b1c94a
#b2ca4b
#b3cb4c
#b4cc4d
#b5cd4e
#b6ce4f
#b7cf50
#b8d051
#b9d152
#bad253
#abc344
#aac243
#a9c142
#a8c041
#a7bf40
#a6be3f
#a5bd3e
#a4bc3d
#a3bb3c
#a2ba3b
#a1b93a
#a0b839
#9fb738
#9eb637

Monochromatic Color with #acc445

#acc445
#d1ee54
#171a09
#3c4418
#616f27
#879936

Tints of #acc445 Color

#acc445
#b5ca59
#bed16e
#c7d783
#d0de97
#dae4ac
#e3ebc1
#ecf1d5
#f5f8ea
#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

#acc445
#5d45c4

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

Split Complementary

#acc445
#456cc4
#9d45c4

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

Analogous Color

#c4a945
#c4c345
#acc445
#93c445
#79c445

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

#acc445
#45acc4
#c445ac

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

#acc445
#45c49c
#5d45c4
#c4456d

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

#acc445
#5d45c4
#9d45c4
#6cc445

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

#acc445 Color Code Preview on Black Background Color

This is how #acc445 Color will look on black background color. Color contrast ratio is 10.74

#acc445 in use for CSS Font/Text Color

HTML with inline CSS

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

Your Example Paragraph content text in with font color #acc445

HTML with inline CSS

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

Your Example Paragraph content text in with font color #acc445

#acc445 color code is use for CSS Background Color

Background color for the above div is #acc445

HTML with inline CSS

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

#acc445 color code is use for CSS Border Color

CSS Border color for the above div is #acc445

HTML with inline CSS

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

CSS Border Left color for the above div is #acc445

HTML with inline CSS

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

CSS Border Right color for the above div is #acc445

HTML with inline CSS

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

CSS Border Bottom color for the above div is #acc445

HTML with inline CSS

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

CSS Border Top color for the above div is #acc445

HTML with inline CSS

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

#acc445 hex Color code used as CSS color Codes

Example CSS Class for usage

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

#acc445 Color code Preview on White Background

This is how #acc445 Color code will look on white background color. Color contrast ratio is 1.96

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

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