crispedge.com

Color picker

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

#a1e985 hex color - Green - Cool color - Information

#a1e985 hex color - Green - Cool color

Color Hue/Base color: Green

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

Hex #a1e985 color code is between #99ee88 web safe hex color code and #aadd77 web safe hex color code. #99ee88 is the nearest web safe color code. You can see here many more shades of #a1e985 color code.

0 Likes 0 Comments | 1 Views

Color Table

Hex Color Codea1e985#a1e985
RGB Decimal161, 233, 133rgb(161, 233, 133)
RGB Percent63%, 91%, 52%rgb(63%, 91%, 52%)
CSS RGBa161, 233, 133,1rgba(161,233,133,1)
CMYK Modelcmyk(31%,0%,43%,9%)
HSL Color Space103,69% ,72%hsl(103,69% ,72%)
HSV Color Space103°, 43%, 91%
Color Temperature It's a Cool color

Color in numbers

TypeRedGreenBlue
Binary101000011110100110000101
Octal241351205
Decimal161233133
Hexa1e985

Different shades of #a1e985 color code.

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

Light Shade of #a1e985
#c2f1b0
Dark Shade of #a1e985
#80e15a
Saturated Shade of #a1e985
#9ef07e
Desaturated Shade of #a1e985
#a4e28c
Grey scale Shade of #a1e985
#b7b7b7
Brighten Shade
#baff9e
Most Readable Shade
#000000

Shades of #a1e985 color code

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

#a1e985
#8fcf76
#7db567
#6b9b58
#598149
#47673b
#354d2c
#23331d
#11190e
#000000

Similar Color like #a1e985 color

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

#a2ea86
#a3eb87
#a4ec88
#a5ed89
#a6ee8a
#a7ef8b
#a8f08c
#a9f18d
#aaf28e
#abf38f
#acf490
#adf591
#aef692
#aff793
#a0e884
#9fe783
#9ee682
#9de581
#9ce480
#9be37f
#9ae27e
#99e17d
#98e07c
#97df7b
#96de7a
#95dd79
#94dc78
#93db77

Monochromatic Color with #a1e985

#a1e985
#0e140c
#2c3f24
#49693c
#669454
#84be6d

Tints of #a1e985 Color

#a1e985
#abeb92
#b5eda0
#c0f0ad
#caf2bb
#d5f5c8
#dff7d6
#eafae3
#f4fcf1
#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

#a1e985
#cd85e9

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

Split Complementary

#a1e985
#9b85e9
#e985d3

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

Analogous Color

#c9e985
#b5e985
#a1e985
#8de985
#85e991

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

#a1e985
#85a1e9
#e985a1

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

#a1e985
#85d3e9
#cd85e9
#e99b85

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

#a1e985
#cd85e9
#e985d3
#85e99b

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

#a1e985 Color Code Preview on Black Background Color

This is how #a1e985 Color will look on black background color. Color contrast ratio is 14.51

#a1e985 in use for CSS Font/Text Color

HTML with inline CSS

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

Your Example Paragraph content text in with font color #a1e985

HTML with inline CSS

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

Your Example Paragraph content text in with font color #a1e985

#a1e985 color code is use for CSS Background Color

Background color for the above div is #a1e985

HTML with inline CSS

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

#a1e985 color code is use for CSS Border Color

CSS Border color for the above div is #a1e985

HTML with inline CSS

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

CSS Border Left color for the above div is #a1e985

HTML with inline CSS

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

CSS Border Right color for the above div is #a1e985

HTML with inline CSS

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

CSS Border Bottom color for the above div is #a1e985

HTML with inline CSS

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

CSS Border Top color for the above div is #a1e985

HTML with inline CSS

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

#a1e985 hex Color code used as CSS color Codes

Example CSS Class for usage

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

#a1e985 Color code Preview on White Background

This is how #a1e985 Color code will look on white background color. Color contrast ratio is 1.45

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

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.