crispedge.com

Color picker

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

#a0e931 hex color - Green - Warm color - Information

#a0e931 hex color - Green - Warm color

Color Hue/Base color: Green

Hex #a0e931 Color code in RGB color code model is created after adding 62.75% red color, 91.37% green color and 19.22% blue color. Hex #a0e931 Color code in CMYK color (process color) code model is generated after subtraction of 31% cyan, 0% magenta, 79% yellow and 9% black.

Hex #a0e931 color code is between #99ee33 web safe hex color code and #aadd22 web safe hex color code. #99ee33 is the nearest web safe color code. You can see here many more shades of #a0e931 color code.

0 Likes 0 Comments | 1 Views

Color Table

Hex Color Codea0e931#a0e931
RGB Decimal160, 233, 49rgb(160, 233, 49)
RGB Percent63%, 91%, 19%rgb(63%, 91%, 19%)
CSS RGBa160, 233, 49,1rgba(160,233,49,1)
CMYK Modelcmyk(31%,0%,79%,9%)
HSL Color Space84,81% ,55%hsl(84,81% ,55%)
HSV Color Space84°, 79%, 91%
Color Temperature It's a Warm color

Color in numbers

TypeRedGreenBlue
Binary101000001110100100110001
Octal24035161
Decimal16023349
Hexa0e931

Different shades of #a0e931 color code.

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

Light Shade of #a0e931
#b5ee5f
Dark Shade of #a0e931
#87d116
Saturated Shade of #a0e931
#a2f426
Desaturated Shade of #a0e931
#9ede3c
Grey scale Shade of #a0e931
#8d8d8d
Brighten Shade
#b9ff4a
Most Readable Shade
#000000

Shades of #a0e931 color code

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

#a0e931
#8ecf2b
#7cb526
#6a9b20
#58811b
#476715
#354d10
#23330a
#111905
#000000

Similar Color like #a0e931 color

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

#a1ea32
#a2eb33
#a3ec34
#a4ed35
#a5ee36
#a6ef37
#a7f038
#a8f139
#a9f23a
#aaf33b
#abf43c
#acf53d
#adf63e
#aef73f
#9fe830
#9ee72f
#9de62e
#9ce52d
#9be42c
#9ae32b
#99e22a
#98e129
#97e028
#96df27
#95de26
#94dd25
#93dc24
#92db23

Monochromatic Color with #a0e931

#a0e931
#0e1404
#2b3f0d
#486916
#66941f
#83be28

Tints of #a0e931 Color

#a0e931
#aaeb47
#b5ed5e
#bff075
#caf28c
#d4f5a3
#dff7ba
#e9fad1
#f4fce8
#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

#a0e931
#7a31e9

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

Split Complementary

#a0e931
#3144e9
#d631e9

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

Analogous Color

#e9e831
#c5e931
#a0e931
#7be931
#56e931

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

#a0e931
#31a0e9
#e931a0

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

#a0e931
#31e9d6
#7a31e9
#e93144

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

#a0e931
#7a31e9
#d631e9
#44e931

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

#a0e931 Color Code Preview on Black Background Color

This is how #a0e931 Color will look on black background color. Color contrast ratio is 14.19

#a0e931 in use for CSS Font/Text Color

HTML with inline CSS

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

Your Example Paragraph content text in with font color #a0e931

HTML with inline CSS

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

Your Example Paragraph content text in with font color #a0e931

#a0e931 color code is use for CSS Background Color

Background color for the above div is #a0e931

HTML with inline CSS

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

#a0e931 color code is use for CSS Border Color

CSS Border color for the above div is #a0e931

HTML with inline CSS

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

CSS Border Left color for the above div is #a0e931

HTML with inline CSS

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

CSS Border Right color for the above div is #a0e931

HTML with inline CSS

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

CSS Border Bottom color for the above div is #a0e931

HTML with inline CSS

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

CSS Border Top color for the above div is #a0e931

HTML with inline CSS

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

#a0e931 hex Color code used as CSS color Codes

Example CSS Class for usage

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

#a0e931 Color code Preview on White Background

This is how #a0e931 Color code will look on white background color. Color contrast ratio is 1.48

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

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.