crispedge.com

Color picker

Loading...

#a6e268 hex color - Green - Warm color - Information

#a6e268 hex color - Green - Warm color

Color Hue/Base color: Green

Hex #a6e268 Color code in RGB color code model is created after adding 65.1% red color, 88.63% green color and 40.78% blue color. Hex #a6e268 Color code in CMYK color (process color) code model is generated after subtraction of 27% cyan, 0% magenta, 54% yellow and 11% black.

Hex #a6e268 color code is between #aadd66 web safe hex color code and #99ee77 web safe hex color code. #aadd66 is the nearest web safe color code. You can see here many more shades of #a6e268 color code.

0 Likes 0 Comments | 2 Views

RGB Chart

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

Color Table

Hex Color Codea6e268#a6e268
RGB Decimal166, 226, 104rgb(166, 226, 104)
RGB Percent65%, 89%, 41%rgb(65%, 89%, 41%)
CSS RGBa166, 226, 104,1rgba(166,226,104,1)
CMYK Modelcmyk(27%,0%,54%,11%)
HSL Color Space90,68% ,65%hsl(90,68% ,65%)
HSV Color Space90°, 54%, 89%
Color Temperature It's a Warm color

Color in numbers

TypeRedGreenBlue
Binary101001101110001001101000
Octal246342150
Decimal166226104
Hexa6e268

Different shades of #a6e268 color code.

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

Light Shade of #a6e268
#bfea93
Dark Shade of #a6e268
#8dda3d
Saturated Shade of #a6e268
#a6eb5f
Desaturated Shade of #a6e268
#a6d971
Grey scale Shade of #a6e268
#a5a5a5
Brighten Shade
#bffb81
Most Readable Shade
#000000

Shades of #a6e268 color code

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

#a6e268
#93c85c
#81af50
#6e9645
#5c7d39
#49642e
#374b22
#243217
#12190b
#000000

Similar Color like #a6e268 color

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

#a7e369
#a8e46a
#a9e56b
#aae66c
#abe76d
#ace86e
#ade96f
#aeea70
#afeb71
#b0ec72
#b1ed73
#b2ee74
#b3ef75
#b4f076
#a5e167
#a4e066
#a3df65
#a2de64
#a1dd63
#a0dc62
#9fdb61
#9eda60
#9dd95f
#9cd85e
#9bd75d
#9ad65c
#99d55b
#98d45a

Monochromatic Color with #a6e268

#a6e268
#0a0d06
#29381a
#48622d
#688d41
#87b754

Tints of #a6e268 Color

#a6e268
#afe578
#b9e889
#c3eb9a
#cdeeab
#d7f2bb
#e1f5cc
#ebf8dd
#f5fbee
#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

#a6e268
#a468e2

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

Split Complementary

#a6e268
#6869e2
#e168e2

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

Analogous Color

#d7e268
#bee268
#a6e268
#8ee268
#75e268

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

#a6e268
#68a6e2
#e268a6

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

#a6e268
#68e2e1
#a468e2
#e26869

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

#a6e268
#a468e2
#e168e2
#69e268

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

#a6e268 Color Code Preview on Black Background Color

This is how #a6e268 Color will look on black background color. Color contrast ratio is 13.70

#a6e268 in use for CSS Font/Text Color

HTML with inline CSS

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

Your Example Paragraph content text in with font color #a6e268

HTML with inline CSS

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

Your Example Paragraph content text in with font color #a6e268

#a6e268 color code is use for CSS Background Color

Background color for the above div is #a6e268

HTML with inline CSS

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

#a6e268 color code is use for CSS Border Color

CSS Border color for the above div is #a6e268

HTML with inline CSS

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

CSS Border Left color for the above div is #a6e268

HTML with inline CSS

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

CSS Border Right color for the above div is #a6e268

HTML with inline CSS

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

CSS Border Bottom color for the above div is #a6e268

HTML with inline CSS

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

CSS Border Top color for the above div is #a6e268

HTML with inline CSS

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

#a6e268 hex Color code used as CSS color Codes

Example CSS Class for usage

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

#a6e268 Color code Preview on White Background

This is how #a6e268 Color code will look on white background color. Color contrast ratio is 1.53

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

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,226,104,0.8), rgba(0, 0, 0, 0) 70.71%), 
      linear-gradient(127deg, rgba(164,104,226,0.8), rgba(0, 0, 0, 0) 70.71%), 
      linear-gradient(336deg, rgba(166,226,104,0.8), rgba(0, 0, 0, 0) 70.71%);
	  background-clip: text;
	  text-fill-color: transparent;
  }
							

0 Likes 0 Comments | 2 Views

Post your comment:-

By submitting comment you agree to our privacy policy.