crispedge.com

Color picker

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

#a6d845 hex color - Green - Warm color - Information

#a6d845 hex color - Green - Warm color

Color Hue/Base color: Green

Hex #a6d845 Color code in RGB color code model is created after adding 65.1% red color, 84.71% green color and 27.06% blue color. Hex #a6d845 Color code in CMYK color (process color) code model is generated after subtraction of 23% cyan, 0% magenta, 68% yellow and 15% black.

Hex #a6d845 color code is between #aadd44 web safe hex color code and #99cc55 web safe hex color code. #aadd44 is the nearest web safe color code. You can see here many more shades of #a6d845 color code.

0 Likes 0 Comments | 1 Views

Color Table

Hex Color Codea6d845#a6d845
RGB Decimal166, 216, 69rgb(166, 216, 69)
RGB Percent65%, 85%, 27%rgb(65%, 85%, 27%)
CSS RGBa166, 216, 69,1rgba(166,216,69,1)
CMYK Modelcmyk(23%,0%,68%,15%)
HSL Color Space80,65% ,56%hsl(80,65% ,56%)
HSV Color Space80°, 68%, 85%
Color Temperature It's a Warm color

Color in numbers

TypeRedGreenBlue
Binary101001101101100001000101
Octal246330105
Decimal16621669
Hexa6d845

Different shades of #a6d845 color code.

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

Light Shade of #a6d845
#bae16f
Dark Shade of #a6d845
#8dc129
Saturated Shade of #a6d845
#aae33a
Desaturated Shade of #a6d845
#a2cd50
Grey scale Shade of #a6d845
#8e8e8e
Brighten Shade
#bff15e
Most Readable Shade
#000000

Shades of #a6d845 color code

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

#a6d845
#93c03d
#81a835
#6e902e
#5c7826
#49601e
#374817
#24300f
#121807
#000000

Similar Color like #a6d845 color

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

#a7d946
#a8da47
#a9db48
#aadc49
#abdd4a
#acde4b
#addf4c
#aee04d
#afe14e
#b0e24f
#b1e350
#b2e451
#b3e552
#b4e653
#a5d744
#a4d643
#a3d542
#a2d441
#a1d340
#a0d23f
#9fd13e
#9ed03d
#9dcf3c
#9cce3b
#9bcd3a
#9acc39
#99cb38
#98ca37

Monochromatic Color with #a6d845

#a6d845
#030301
#232e0f
#44581c
#65832a
#85ad37

Tints of #a6d845 Color

#a6d845
#afdc59
#b9e06e
#c3e583
#cde997
#d7edac
#e1f2c1
#ebf6d5
#f5faea
#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

#a6d845
#7745d8

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

Split Complementary

#a6d845
#455dd8
#c145d8

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

Analogous Color

#d8cf45
#c3d845
#a6d845
#89d845
#6bd845

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

#a6d845
#45a6d8
#d845a6

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

#a6d845
#45d8c0
#7745d8
#d8455c

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

#a6d845
#7745d8
#c145d8
#5cd845

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

#a6d845 Color Code Preview on Black Background Color

This is how #a6d845 Color will look on black background color. Color contrast ratio is 12.53

#a6d845 in use for CSS Font/Text Color

HTML with inline CSS

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

Your Example Paragraph content text in with font color #a6d845

HTML with inline CSS

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

Your Example Paragraph content text in with font color #a6d845

#a6d845 color code is use for CSS Background Color

Background color for the above div is #a6d845

HTML with inline CSS

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

#a6d845 color code is use for CSS Border Color

CSS Border color for the above div is #a6d845

HTML with inline CSS

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

CSS Border Left color for the above div is #a6d845

HTML with inline CSS

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

CSS Border Right color for the above div is #a6d845

HTML with inline CSS

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

CSS Border Bottom color for the above div is #a6d845

HTML with inline CSS

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

CSS Border Top color for the above div is #a6d845

HTML with inline CSS

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

#a6d845 hex Color code used as CSS color Codes

Example CSS Class for usage

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

#a6d845 Color code Preview on White Background

This is how #a6d845 Color code will look on white background color. Color contrast ratio is 1.68

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

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.