crispedge.com

Color picker

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

#a3d70a hex color - Green - Warm color - Information

#a3d70a hex color - Green - Warm color

Color Mixture: Yellow and Green

Color Hue/Base color: Green

Hex #a3d70a Color code in RGB color code model is created after adding 63.92% red color, 84.31% green color and 3.92% blue color. Hex #a3d70a Color code in CMYK color (process color) code model is generated after subtraction of 24% cyan, 0% magenta, 95% yellow and 16% black.

Hex #a3d70a color code is between #aadd11 web safe hex color code and #99cc00 web safe hex color code. #aadd11 is the nearest web safe color code. You can see here many more shades of #a3d70a color code.

0 Likes 0 Comments | 1 Views

Color Table

Hex Color Codea3d70a#a3d70a
RGB Decimal163, 215, 10rgb(163, 215, 10)
RGB Percent64%, 84%, 4%rgb(64%, 84%, 4%)
CSS RGBa163, 215, 10,1rgba(163,215,10,1)
CMYK Modelcmyk(24%,0%,95%,16%)
HSL Color Space75,91% ,44%hsl(75,91% ,44%)
HSV Color Space75°, 95%, 84%
Color Temperature It's a Warm color

Color in numbers

TypeRedGreenBlue
Binary101000111101011100001010
Octal24332712
Decimal16321510
Hexa3d70a

Different shades of #a3d70a color code.

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

Light Shade of #a3d70a
#bff51f
Dark Shade of #a3d70a
#7ea608
Saturated Shade of #a3d70a
#a8e100
Desaturated Shade of #a3d70a
#9dcc15
Grey scale Shade of #a3d70a
#707070
Brighten Shade
#bcf023
Most Readable Shade
#000000

Shades of #a3d70a color code

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

#a3d70a
#90bf08
#7ea707
#6c8f06
#5a7705
#485f04
#364703
#242f02
#121701
#000000

Similar Color like #a3d70a color

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

#a4d80b
#a5d90c
#a6da0d
#a7db0e
#a8dc0f
#a9dd10
#aade11
#abdf12
#ace013
#ade114
#aee215
#afe316
#b0e417
#b1e518
#a2d609
#a1d508
#a0d407
#9fd306
#9ed205
#9dd104
#9cd003
#9bcf02
#9ace01
#99cd00
#98cc00
#97cb00
#96ca00
#95c900

Monochromatic Color with #a3d70a

#a3d70a
#020200
#222d02
#425704
#638206
#83ac08

Tints of #a3d70a Color

#a3d70a
#addb25
#b7df40
#c1e45b
#cbe876
#d6ed92
#e0f1ad
#eaf6c8
#f4fae3
#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

#a3d70a
#3e0ad7

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

Split Complementary

#a3d70a
#0a3dd7
#a50ad7

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

Analogous Color

#d7b90a
#ccd70a
#a3d70a
#7ad70a
#51d70a

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

#a3d70a
#0aa3d7
#d70aa3

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

#a3d70a
#0ad7a4
#3e0ad7
#d70a3c

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

#a3d70a
#3e0ad7
#a50ad7
#3cd70a

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

#a3d70a Color Code Preview on Black Background Color

This is how #a3d70a Color will look on black background color. Color contrast ratio is 12.28

#a3d70a in use for CSS Font/Text Color

HTML with inline CSS

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

Your Example Paragraph content text in with font color #a3d70a

HTML with inline CSS

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

Your Example Paragraph content text in with font color #a3d70a

#a3d70a color code is use for CSS Background Color

Background color for the above div is #a3d70a

HTML with inline CSS

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

#a3d70a color code is use for CSS Border Color

CSS Border color for the above div is #a3d70a

HTML with inline CSS

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

CSS Border Left color for the above div is #a3d70a

HTML with inline CSS

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

CSS Border Right color for the above div is #a3d70a

HTML with inline CSS

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

CSS Border Bottom color for the above div is #a3d70a

HTML with inline CSS

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

CSS Border Top color for the above div is #a3d70a

HTML with inline CSS

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

#a3d70a hex Color code used as CSS color Codes

Example CSS Class for usage

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

#a3d70a Color code Preview on White Background

This is how #a3d70a Color code will look on white background color. Color contrast ratio is 1.71

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

Related Gradients

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

0 Likes 0 Comments | 1 Views

Post your comment:-

By submitting comment you agree to our privacy policy.