crispedge.com

Color picker

Loading...
Click "Search Color" button for color information.

#a4c820 hex color - Green - Warm color - Information

#a4c820 hex color - Green - Warm color

Color Mixture: Yellow and Green

Color Hue/Base color: Green

Hex #a4c820 Color code in RGB color code model is created after adding 64.31% red color, 78.43% green color and 12.55% blue color. Hex #a4c820 Color code in CMYK color (process color) code model is generated after subtraction of 18% cyan, 0% magenta, 84% yellow and 22% black.

Hex #a4c820 color code is between #aacc22 web safe hex color code and #99bb11 web safe hex color code. #aacc22 is the nearest web safe color code. You can see here many more shades of #a4c820 color code.

0 Likes 0 Comments | 2 Views

Color Table

Hex Color Codea4c820#a4c820
RGB Decimal164, 200, 32rgb(164, 200, 32)
RGB Percent64%, 78%, 13%rgb(64%, 78%, 13%)
CSS RGBa164, 200, 32,1rgba(164,200,32,1)
CMYK Modelcmyk(18%,0%,84%,22%)
HSL Color Space73,72% ,45%hsl(73,72% ,45%)
HSV Color Space73°, 84%, 78%
Color Temperature It's a Warm color

Color in numbers

TypeRedGreenBlue
Binary101001001100100000100000
Octal24431040
Decimal16420032
Hexa4c820

Different shades of #a4c820 color code.

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

Light Shade of #a4c820
#bce03b
Dark Shade of #a4c820
#809c19
Saturated Shade of #a4c820
#abd414
Desaturated Shade of #a4c820
#9dbc2c
Grey scale Shade of #a4c820
#747474
Brighten Shade
#bde139
Most Readable Shade
#000000

Shades of #a4c820 color code

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

#a4c820
#91b11c
#7f9b18
#6d8515
#5b6f11
#48580e
#36420a
#242c07
#121603
#000000

Similar Color like #a4c820 color

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

#a5c921
#a6ca22
#a7cb23
#a8cc24
#a9cd25
#aace26
#abcf27
#acd028
#add129
#aed22a
#afd32b
#b0d42c
#b1d52d
#b2d62e
#a3c71f
#a2c61e
#a1c51d
#a0c41c
#9fc31b
#9ec21a
#9dc119
#9cc018
#9bbf17
#9abe16
#99bd15
#98bc14
#97bb13
#96ba12

Monochromatic Color with #a4c820

#a4c820
#c7f227
#191e05
#3b480c
#5e7312
#819d19

Tints of #a4c820 Color

#a4c820
#aece38
#b8d451
#c2da6a
#cce083
#d6e69b
#e0ecb4
#eaf2cd
#f4f8e6
#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

#a4c820
#4420c8

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

Split Complementary

#a4c820
#2050c8
#9820c8

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

Analogous Color

#c8a920
#c6c820
#a4c820
#82c820
#61c820

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

#a4c820
#20a4c8
#c820a4

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

#a4c820
#20c898
#4420c8
#c82050

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

#a4c820
#4420c8
#9820c8
#50c820

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

#a4c820 Color Code Preview on Black Background Color

This is how #a4c820 Color will look on black background color. Color contrast ratio is 10.86

#a4c820 in use for CSS Font/Text Color

HTML with inline CSS

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

Your Example Paragraph content text in with font color #a4c820

HTML with inline CSS

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

Your Example Paragraph content text in with font color #a4c820

#a4c820 color code is use for CSS Background Color

Background color for the above div is #a4c820

HTML with inline CSS

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

#a4c820 color code is use for CSS Border Color

CSS Border color for the above div is #a4c820

HTML with inline CSS

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

CSS Border Left color for the above div is #a4c820

HTML with inline CSS

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

CSS Border Right color for the above div is #a4c820

HTML with inline CSS

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

CSS Border Bottom color for the above div is #a4c820

HTML with inline CSS

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

CSS Border Top color for the above div is #a4c820

HTML with inline CSS

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

#a4c820 hex Color code used as CSS color Codes

Example CSS Class for usage

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

#a4c820 Color code Preview on White Background

This is how #a4c820 Color code will look on white background color. Color contrast ratio is 1.93

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

Related Gradients

Beautiful Colored Gradient Background. Find awesome Gradient for your next project.

0 Likes 0 Comments | 2 Views

Post your comment:-

By submitting comment you agree to our privacy policy.