crispedge.com

Color picker

Loading...

#a6cd54 hex color - Green - Warm color - Information

#a6cd54 hex color - Green - Warm color

Color Mixture: Yellow and Green

Color Hue/Base color: Green

Hex #a6cd54 Color code in RGB color code model is created after adding 65.1% red color, 80.39% green color and 32.94% blue color. Hex #a6cd54 Color code in CMYK color (process color) code model is generated after subtraction of 19% cyan, 0% magenta, 59% yellow and 20% black.

Hex #a6cd54 color code is between #aacc55 web safe hex color code and #99dd44 web safe hex color code. #aacc55 is the nearest web safe color code. You can see here many more shades of #a6cd54 color code.

0 Likes 0 Comments | 1 Views

RGB Chart

RGB Chart using SVG and CSS mix-blend-mode: lighten;

Color Table

Hex Color Codea6cd54#a6cd54
RGB Decimal166, 205, 84rgb(166, 205, 84)
RGB Percent65%, 80%, 33%rgb(65%, 80%, 33%)
CSS RGBa166, 205, 84,1rgba(166,205,84,1)
CMYK Modelcmyk(19%,0%,59%,20%)
HSL Color Space79,55% ,57%hsl(79,55% ,57%)
HSV Color Space79°, 59%, 80%
Color Temperature It's a Warm color

Color in numbers

TypeRedGreenBlue
Binary101001101100110101010100
Octal246315124
Decimal16620584
Hexa6cd54

Different shades of #a6cd54 color code.

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

Light Shade of #a6cd54
#bbd97b
Dark Shade of #a6cd54
#8eb836
Saturated Shade of #a6cd54
#aad849
Desaturated Shade of #a6cd54
#a2c25f
Grey scale Shade of #a6cd54
#909090
Brighten Shade
#bfe66d
Most Readable Shade
#000000

Shades of #a6cd54 color code

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

#a6cd54
#93b64a
#819f41
#6e8838
#5c712e
#495b25
#37441c
#242d12
#121609
#000000

Similar Color like #a6cd54 color

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

#a7ce55
#a8cf56
#a9d057
#aad158
#abd259
#acd35a
#add45b
#aed55c
#afd65d
#b0d75e
#b1d85f
#b2d960
#b3da61
#b4db62
#a5cc53
#a4cb52
#a3ca51
#a2c950
#a1c84f
#a0c74e
#9fc64d
#9ec54c
#9dc44b
#9cc34a
#9bc249
#9ac148
#99c047
#98bf46

Monochromatic Color with #a6cd54

#a6cd54
#c8f765
#1c230e
#3f4d20
#617831
#84a243

Tints of #a6cd54 Color

#a6cd54
#afd267
#b9d87a
#c3dd8d
#cde3a0
#d7e8b3
#e1eec6
#ebf3d9
#f5f9ec
#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

#a6cd54
#7b54cd

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

Split Complementary

#a6cd54
#546acd
#b754cd

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

Analogous Color

#cdc454
#becd54
#a6cd54
#8ecd54
#76cd54

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

#a6cd54
#54a6cd
#cd54a6

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

#a6cd54
#54cdb7
#7b54cd
#cd5469

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

#a6cd54
#7b54cd
#b754cd
#6acd54

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

#a6cd54 Color Code Preview on Black Background Color

This is how #a6cd54 Color will look on black background color. Color contrast ratio is 11.48

#a6cd54 in use for CSS Font/Text Color

HTML with inline CSS

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

Your Example Paragraph content text in with font color #a6cd54

HTML with inline CSS

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

Your Example Paragraph content text in with font color #a6cd54

#a6cd54 color code is use for CSS Background Color

Background color for the above div is #a6cd54

HTML with inline CSS

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

#a6cd54 color code is use for CSS Border Color

CSS Border color for the above div is #a6cd54

HTML with inline CSS

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

CSS Border Left color for the above div is #a6cd54

HTML with inline CSS

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

CSS Border Right color for the above div is #a6cd54

HTML with inline CSS

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

CSS Border Bottom color for the above div is #a6cd54

HTML with inline CSS

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

CSS Border Top color for the above div is #a6cd54

HTML with inline CSS

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

#a6cd54 hex Color code used as CSS color Codes

Example CSS Class for usage

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

#a6cd54 Color code Preview on White Background

This is how #a6cd54 Color code will look on white background color. Color contrast ratio is 1.83

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

Gradient Background

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

Gradient Text

Find Gradient Text for your next project.

CRISPEDGE


 .gradientTextClass{
  background: 
      linear-gradient(217deg, rgba(166,205,84,0.8), rgba(0, 0, 0, 0) 70.71%), 
      linear-gradient(127deg, rgba(123,84,205,0.8), rgba(0, 0, 0, 0) 70.71%), 
      linear-gradient(336deg, rgba(166,205,84,0.8), rgba(0, 0, 0, 0) 70.71%);
	  background-clip: text;
	  text-fill-color: transparent;
  }
							

0 Likes 0 Comments | 1 Views

Post your comment:-

By submitting comment you agree to our privacy policy.