crispedge.com

Color picker

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

#a9d480 hex color - Green - Cool color - Information

#a9d480 hex color - Green - Cool color

Color Hue/Base color: Green

Hex #a9d480 Color code in RGB color code model is created after adding 66.27% red color, 83.14% green color and 50.2% blue color. Hex #a9d480 Color code in CMYK color (process color) code model is generated after subtraction of 20% cyan, 0% magenta, 40% yellow and 17% black.

Hex #a9d480 color code is between #aacc88 web safe hex color code and #99dd77 web safe hex color code. #aacc88 is the nearest web safe color code. You can see here many more shades of #a9d480 color code.

0 Likes 0 Comments | 3 Views

Color Table

Hex Color Codea9d480#a9d480
RGB Decimal169, 212, 128rgb(169, 212, 128)
RGB Percent66%, 83%, 50%rgb(66%, 83%, 50%)
CSS RGBa169, 212, 128,1rgba(169,212,128,1)
CMYK Modelcmyk(20%,0%,40%,17%)
HSL Color Space91,49% ,67%hsl(91,49% ,67%)
HSV Color Space91°, 40%, 83%
Color Temperature It's a Cool color

Color in numbers

TypeRedGreenBlue
Binary101010011101010010000000
Octal251324200
Decimal169212128
Hexa9d480

Different shades of #a9d480 color code.

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

Light Shade of #a9d480
#c3e1a6
Dark Shade of #a9d480
#8fc75a
Saturated Shade of #a9d480
#a9dc77
Desaturated Shade of #a9d480
#a9cb88
Grey scale Shade of #a9d480
#aaaaaa
Brighten Shade
#c2ed99
Most Readable Shade
#000000

Shades of #a9d480 color code

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

#a9d480
#96bc71
#83a463
#708d55
#5d7547
#4b5e38
#38462a
#252f1c
#12170e
#000000

Similar Color like #a9d480 color

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

#aad581
#abd682
#acd783
#add884
#aed985
#afda86
#b0db87
#b1dc88
#b2dd89
#b3de8a
#b4df8b
#b5e08c
#b6e18d
#b7e28e
#a8d37f
#a7d27e
#a6d17d
#a5d07c
#a4cf7b
#a3ce7a
#a2cd79
#a1cc78
#a0cb77
#9fca76
#9ec975
#9dc874
#9cc773
#9bc672

Monochromatic Color with #a9d480

#a9d480
#cbfe9a
#212a19
#435433
#657f4d
#87a966

Tints of #a9d480 Color

#a9d480
#b2d88e
#bcdd9c
#c5e2aa
#cfe7b8
#d8ebc6
#e2f0d4
#ebf5e2
#f5faf0
#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

#a9d480
#ab80d4

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

Split Complementary

#a9d480
#8180d4
#d480d3

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

Analogous Color

#cbd480
#bad480
#a9d480
#98d480
#87d480

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

#a9d480
#80a9d4
#d480a9

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

#a9d480
#80d3d4
#ab80d4
#d48180

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

#a9d480
#ab80d4
#d480d3
#80d481

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

#a9d480 Color Code Preview on Black Background Color

This is how #a9d480 Color will look on black background color. Color contrast ratio is 12.42

#a9d480 in use for CSS Font/Text Color

HTML with inline CSS

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

Your Example Paragraph content text in with font color #a9d480

HTML with inline CSS

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

Your Example Paragraph content text in with font color #a9d480

#a9d480 color code is use for CSS Background Color

Background color for the above div is #a9d480

HTML with inline CSS

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

#a9d480 color code is use for CSS Border Color

CSS Border color for the above div is #a9d480

HTML with inline CSS

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

CSS Border Left color for the above div is #a9d480

HTML with inline CSS

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

CSS Border Right color for the above div is #a9d480

HTML with inline CSS

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

CSS Border Bottom color for the above div is #a9d480

HTML with inline CSS

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

CSS Border Top color for the above div is #a9d480

HTML with inline CSS

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

#a9d480 hex Color code used as CSS color Codes

Example CSS Class for usage

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

#a9d480 Color code Preview on White Background

This is how #a9d480 Color code will look on white background color. Color contrast ratio is 1.69

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

Related Gradients

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

0 Likes 0 Comments | 3 Views

Post your comment:-

By submitting comment you agree to our privacy policy.