crispedge.com

Color picker

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

#a5f282 hex color - Green - Cool color - Information

#a5f282 hex color - Green - Cool color

Color Hue/Base color: Green

Hex #a5f282 Color code in RGB color code model is created after adding 64.71% red color, 94.9% green color and 50.98% blue color. Hex #a5f282 Color code in CMYK color (process color) code model is generated after subtraction of 32% cyan, 0% magenta, 46% yellow and 5% black.

Hex #a5f282 color code is between #aaee88 web safe hex color code and #99ff77 web safe hex color code. #aaee88 is the nearest web safe color code. You can see here many more shades of #a5f282 color code.

0 Likes 0 Comments | 1 Views

Color Table

Hex Color Codea5f282#a5f282
RGB Decimal165, 242, 130rgb(165, 242, 130)
RGB Percent65%, 95%, 51%rgb(65%, 95%, 51%)
CSS RGBa165, 242, 130,1rgba(165,242,130,1)
CMYK Modelcmyk(32%,0%,46%,5%)
HSL Color Space101,81% ,73%hsl(101,81% ,73%)
HSV Color Space101°, 46%, 95%
Color Temperature It's a Cool color

Color in numbers

TypeRedGreenBlue
Binary101001011111001010000010
Octal245362202
Decimal165242130
Hexa5f282

Different shades of #a5f282 color code.

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

Light Shade of #a5f282
#c6f7b0
Dark Shade of #a5f282
#84ed54
Saturated Shade of #a5f282
#a2f97b
Desaturated Shade of #a5f282
#a8eb89
Grey scale Shade of #a5f282
#bababa
Brighten Shade
#beff9b
Most Readable Shade
#000000

Shades of #a5f282 color code

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

#a5f282
#92d773
#80bc65
#6ea156
#5b8648
#496b39
#37502b
#24351c
#121a0e
#000000

Similar Color like #a5f282 color

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

#a6f383
#a7f484
#a8f585
#a9f686
#aaf787
#abf888
#acf989
#adfa8a
#aefb8b
#affc8c
#b0fd8d
#b1fe8e
#b2ff8f
#b3ff90
#a4f181
#a3f080
#a2ef7f
#a1ee7e
#a0ed7d
#9fec7c
#9eeb7b
#9dea7a
#9ce979
#9be878
#9ae777
#99e676
#98e575
#97e474

Monochromatic Color with #a5f282

#a5f282
#141d10
#314827
#4e723e
#6b9d54
#88c76b

Tints of #a5f282 Color

#a5f282
#aff38f
#b9f49d
#c3f6ab
#cdf7b9
#d7f9c7
#e1fad5
#ebfce3
#f5fdf1
#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

#a5f282
#cf82f2

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

Split Complementary

#a5f282
#9782f2
#f282dd

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

Analogous Color

#d2f282
#bbf282
#a5f282
#8ff282
#82f28c

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

#a5f282
#82a5f2
#f282a5

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

#a5f282
#82ddf2
#cf82f2
#f29782

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

#a5f282
#cf82f2
#f282dd
#82f297

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

#a5f282 Color Code Preview on Black Background Color

This is how #a5f282 Color will look on black background color. Color contrast ratio is 15.62

#a5f282 in use for CSS Font/Text Color

HTML with inline CSS

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

Your Example Paragraph content text in with font color #a5f282

HTML with inline CSS

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

Your Example Paragraph content text in with font color #a5f282

#a5f282 color code is use for CSS Background Color

Background color for the above div is #a5f282

HTML with inline CSS

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

#a5f282 color code is use for CSS Border Color

CSS Border color for the above div is #a5f282

HTML with inline CSS

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

CSS Border Left color for the above div is #a5f282

HTML with inline CSS

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

CSS Border Right color for the above div is #a5f282

HTML with inline CSS

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

CSS Border Bottom color for the above div is #a5f282

HTML with inline CSS

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

CSS Border Top color for the above div is #a5f282

HTML with inline CSS

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

#a5f282 hex Color code used as CSS color Codes

Example CSS Class for usage

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

#a5f282 Color code Preview on White Background

This is how #a5f282 Color code will look on white background color. Color contrast ratio is 1.34

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

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.