crispedge.com

Color picker

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

#a2dc4a hex color - Green - Warm color - Information

#a2dc4a hex color - Green - Warm color

Color Hue/Base color: Green

Hex #a2dc4a Color code in RGB color code model is created after adding 63.53% red color, 86.27% green color and 29.02% blue color. Hex #a2dc4a Color code in CMYK color (process color) code model is generated after subtraction of 26% cyan, 0% magenta, 66% yellow and 14% black.

Hex #a2dc4a color code is between #aadd44 web safe hex color code and #99cc55 web safe hex color code. #aadd44 is the nearest web safe color code. You can see here many more shades of #a2dc4a color code.

0 Likes 0 Comments | 2 Views

Color Table

Hex Color Codea2dc4a#a2dc4a
RGB Decimal162, 220, 74rgb(162, 220, 74)
RGB Percent64%, 86%, 29%rgb(64%, 86%, 29%)
CSS RGBa162, 220, 74,1rgba(162,220,74,1)
CMYK Modelcmyk(26%,0%,66%,14%)
HSL Color Space84,68% ,58%hsl(84,68% ,58%)
HSV Color Space84°, 66%, 86%
Color Temperature It's a Warm color

Color in numbers

TypeRedGreenBlue
Binary101000101101110001001010
Octal242334112
Decimal16222074
Hexa2dc4a

Different shades of #a2dc4a color code.

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

Light Shade of #a2dc4a
#b8e475
Dark Shade of #a2dc4a
#8acc27
Saturated Shade of #a2dc4a
#a4e73f
Desaturated Shade of #a2dc4a
#a0d155
Grey scale Shade of #a2dc4a
#939393
Brighten Shade
#bbf563
Most Readable Shade
#000000

Shades of #a2dc4a color code

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

#a2dc4a
#90c341
#7eab39
#6c9231
#5a7a29
#486120
#364918
#243010
#121808
#000000

Similar Color like #a2dc4a color

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

#a3dd4b
#a4de4c
#a5df4d
#a6e04e
#a7e14f
#a8e250
#a9e351
#aae452
#abe553
#ace654
#ade755
#aee856
#afe957
#b0ea58
#a1db49
#a0da48
#9fd947
#9ed846
#9dd745
#9cd644
#9bd543
#9ad442
#99d341
#98d240
#97d13f
#96d03e
#95cf3d
#94ce3c

Monochromatic Color with #a2dc4a

#a2dc4a
#060703
#253211
#445c1f
#63872d
#83b13c

Tints of #a2dc4a Color

#a2dc4a
#acdf5e
#b6e372
#c1e786
#cbeb9a
#d5efae
#e0f3c2
#eaf7d6
#f4fbea
#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

#a2dc4a
#844adc

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

Split Complementary

#a2dc4a
#4a59dc
#cd4adc

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

Analogous Color

#dcdc4a
#bfdc4a
#a2dc4a
#85dc4a
#68dc4a

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

#a2dc4a
#4aa2dc
#dc4aa2

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

#a2dc4a
#4adccd
#844adc
#dc4a59

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

#a2dc4a
#844adc
#cd4adc
#59dc4a

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

#a2dc4a Color Code Preview on Black Background Color

This is how #a2dc4a Color will look on black background color. Color contrast ratio is 12.87

#a2dc4a in use for CSS Font/Text Color

HTML with inline CSS

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

Your Example Paragraph content text in with font color #a2dc4a

HTML with inline CSS

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

Your Example Paragraph content text in with font color #a2dc4a

#a2dc4a color code is use for CSS Background Color

Background color for the above div is #a2dc4a

HTML with inline CSS

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

#a2dc4a color code is use for CSS Border Color

CSS Border color for the above div is #a2dc4a

HTML with inline CSS

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

CSS Border Left color for the above div is #a2dc4a

HTML with inline CSS

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

CSS Border Right color for the above div is #a2dc4a

HTML with inline CSS

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

CSS Border Bottom color for the above div is #a2dc4a

HTML with inline CSS

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

CSS Border Top color for the above div is #a2dc4a

HTML with inline CSS

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

#a2dc4a hex Color code used as CSS color Codes

Example CSS Class for usage

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

#a2dc4a Color code Preview on White Background

This is how #a2dc4a Color code will look on white background color. Color contrast ratio is 1.63

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

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.