crispedge.com

Color picker

Loading...

#a6c157 hex color - Green - Warm color - Information

#a6c157 hex color - Green - Warm color

Color Mixture: Yellow and Green

Color Hue/Base color: Green

Hex #a6c157 Color code in RGB color code model is created after adding 65.1% red color, 75.69% green color and 34.12% blue color. Hex #a6c157 Color code in CMYK color (process color) code model is generated after subtraction of 14% cyan, 0% magenta, 55% yellow and 24% black.

Hex #a6c157 color code is between #aabb55 web safe hex color code and #99cc66 web safe hex color code. #aabb55 is the nearest web safe color code. You can see here many more shades of #a6c157 color code.

0 Likes 0 Comments | 1 Views

RGB Chart

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

Color Table

Hex Color Codea6c157#a6c157
RGB Decimal166, 193, 87rgb(166, 193, 87)
RGB Percent65%, 76%, 34%rgb(65%, 76%, 34%)
CSS RGBa166, 193, 87,1rgba(166,193,87,1)
CMYK Modelcmyk(14%,0%,55%,24%)
HSL Color Space75,46% ,55%hsl(75,46% ,55%)
HSV Color Space75°, 55%, 76%
Color Temperature It's a Warm color

Color in numbers

TypeRedGreenBlue
Binary101001101100000101010111
Octal246301127
Decimal16619387
Hexa6c157

Different shades of #a6c157 color code.

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

Light Shade of #a6c157
#bacf7c
Dark Shade of #a6c157
#8ca73e
Saturated Shade of #a6c157
#accc4c
Desaturated Shade of #a6c157
#a0b563
Grey scale Shade of #a6c157
#8c8c8c
Brighten Shade
#bfda70
Most Readable Shade
#000000

Shades of #a6c157 color code

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

#a6c157
#93ab4d
#819643
#6e803a
#5c6b30
#495526
#37401d
#242a13
#121509
#000000

Similar Color like #a6c157 color

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

#a7c258
#a8c359
#a9c45a
#aac55b
#abc65c
#acc75d
#adc85e
#aec95f
#afca60
#b0cb61
#b1cc62
#b2cd63
#b3ce64
#b4cf65
#a5c056
#a4bf55
#a3be54
#a2bd53
#a1bc52
#a0bb51
#9fba50
#9eb94f
#9db84e
#9cb74d
#9bb64c
#9ab54b
#99b44a
#98b349

Monochromatic Color with #a6c157

#a6c157
#cbeb6a
#14170a
#38411e
#5d6c31
#819644

Tints of #a6c157 Color

#a6c157
#afc769
#b9ce7c
#c3d58f
#cddca1
#d7e3b4
#e1eac7
#ebf1d9
#f5f8ec
#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

#a6c157
#7257c1

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

Split Complementary

#a6c157
#5771c1
#a757c1

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

Analogous Color

#c1b257
#bbc157
#a6c157
#91c157
#7cc157

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

#a6c157
#57a6c1
#c157a6

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

#a6c157
#57c1a7
#7257c1
#c15771

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

#a6c157
#7257c1
#a757c1
#71c157

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

#a6c157 Color Code Preview on Black Background Color

This is how #a6c157 Color will look on black background color. Color contrast ratio is 10.39

#a6c157 in use for CSS Font/Text Color

HTML with inline CSS

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

Your Example Paragraph content text in with font color #a6c157

HTML with inline CSS

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

Your Example Paragraph content text in with font color #a6c157

#a6c157 color code is use for CSS Background Color

Background color for the above div is #a6c157

HTML with inline CSS

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

#a6c157 color code is use for CSS Border Color

CSS Border color for the above div is #a6c157

HTML with inline CSS

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

CSS Border Left color for the above div is #a6c157

HTML with inline CSS

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

CSS Border Right color for the above div is #a6c157

HTML with inline CSS

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

CSS Border Bottom color for the above div is #a6c157

HTML with inline CSS

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

CSS Border Top color for the above div is #a6c157

HTML with inline CSS

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

#a6c157 hex Color code used as CSS color Codes

Example CSS Class for usage

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

#a6c157 Color code Preview on White Background

This is how #a6c157 Color code will look on white background color. Color contrast ratio is 2.02

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

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,193,87,0.8), rgba(0, 0, 0, 0) 70.71%), 
      linear-gradient(127deg, rgba(114,87,193,0.8), rgba(0, 0, 0, 0) 70.71%), 
      linear-gradient(336deg, rgba(166,193,87,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.