crispedge.com

Color picker

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

#a1fe8e hex color - Green - Cool color - Information

#a1fe8e hex color - Green - Cool color

Color Hue/Base color: Green

Hex #a1fe8e Color code in RGB color code model is created after adding 63.14% red color, 99.61% green color and 55.69% blue color. Hex #a1fe8e Color code in CMYK color (process color) code model is generated after subtraction of 37% cyan, 0% magenta, 44% yellow and 0% black.

Hex #a1fe8e color code is between #99ff88 web safe hex color code and #aaee99 web safe hex color code. #99ff88 is the nearest web safe color code. You can see here many more shades of #a1fe8e color code.

0 Likes 0 Comments | 1 Views

Color Table

Hex Color Codea1fe8e#a1fe8e
RGB Decimal161, 254, 142rgb(161, 254, 142)
RGB Percent63%, 100%, 56%rgb(63%, 100%, 56%)
CSS RGBa161, 254, 142,1rgba(161,254,142,1)
CMYK Modelcmyk(37%,0%,44%,0%)
HSL Color Space110,98% ,78%hsl(110,98% ,78%)
HSV Color Space110°, 44%, 100%
Color Temperature It's a Cool color

Color in numbers

TypeRedGreenBlue
Binary101000011111111010001110
Octal241376216
Decimal161254142
Hexa1fe8e

Different shades of #a1fe8e color code.

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

Light Shade of #a1fe8e
#cbfec1
Dark Shade of #a1fe8e
#77fe5b
Saturated Shade of #a1fe8e
#a0ff8d
Desaturated Shade of #a1fe8e
#a5f894
Grey scale Shade of #a1fe8e
#c6c6c6
Brighten Shade
#baffa7
Most Readable Shade
#000000

Shades of #a1fe8e color code

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

#a1fe8e
#8fe17e
#7dc56e
#6ba95e
#598d4e
#47703f
#35542f
#23381f
#111c0f
#000000

Similar Color like #a1fe8e color

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

#a2ff8f
#a3ff90
#a4ff91
#a5ff92
#a6ff93
#a7ff94
#a8ff95
#a9ff96
#aaff97
#abff98
#acff99
#adff9a
#aeff9b
#afff9c
#a0fd8d
#9ffc8c
#9efb8b
#9dfa8a
#9cf989
#9bf888
#9af787
#99f686
#98f585
#97f484
#96f383
#95f282
#94f181
#93f080

Monochromatic Color with #a1fe8e

#a1fe8e
#1a2917
#35542f
#507e47
#6ba95e
#86d376

Tints of #a1fe8e Color

#a1fe8e
#abfe9a
#b5fea7
#c0feb3
#cafec0
#d5fecc
#dffed9
#eafee5
#f4fef2
#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

#a1fe8e
#eb8efe

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

Split Complementary

#a1fe8e
#b38efe
#fe8ed9

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

Analogous Color

#cefe8e
#b7fe8e
#a1fe8e
#8efe91
#8efea8

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

#a1fe8e
#8ea1fe
#fe8ea1

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

#a1fe8e
#8ed9fe
#eb8efe
#feb38e

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

#a1fe8e
#eb8efe
#fe8ed9
#8efeb3

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

#a1fe8e Color Code Preview on Black Background Color

This is how #a1fe8e Color will look on black background color. Color contrast ratio is 17.08

#a1fe8e in use for CSS Font/Text Color

HTML with inline CSS

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

Your Example Paragraph content text in with font color #a1fe8e

HTML with inline CSS

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

Your Example Paragraph content text in with font color #a1fe8e

#a1fe8e color code is use for CSS Background Color

Background color for the above div is #a1fe8e

HTML with inline CSS

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

#a1fe8e color code is use for CSS Border Color

CSS Border color for the above div is #a1fe8e

HTML with inline CSS

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

CSS Border Left color for the above div is #a1fe8e

HTML with inline CSS

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

CSS Border Right color for the above div is #a1fe8e

HTML with inline CSS

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

CSS Border Bottom color for the above div is #a1fe8e

HTML with inline CSS

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

CSS Border Top color for the above div is #a1fe8e

HTML with inline CSS

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

#a1fe8e hex Color code used as CSS color Codes

Example CSS Class for usage

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

#a1fe8e Color code Preview on White Background

This is how #a1fe8e Color code will look on white background color. Color contrast ratio is 1.23

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

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.