crispedge.com

Color picker

Loading...

#a4f486 hex color - Green - Cool color - Information

#a4f486 hex color - Green - Cool color

Color Hue/Base color: Green

Hex #a4f486 Color code in RGB color code model is created after adding 64.31% red color, 95.69% green color and 52.55% blue color. Hex #a4f486 Color code in CMYK color (process color) code model is generated after subtraction of 33% cyan, 0% magenta, 45% yellow and 4% black.

Hex #a4f486 color code is between #aaee88 web safe hex color code and #99ff77 web safe hex color code. #aaee88 is the nearest web safe color code. You can see here many more shades of #a4f486 color code.

0 Likes 0 Comments | 1 Views

RGB Chart

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

Color Table

Hex Color Codea4f486#a4f486
RGB Decimal164, 244, 134rgb(164, 244, 134)
RGB Percent64%, 96%, 53%rgb(64%, 96%, 53%)
CSS RGBa164, 244, 134,1rgba(164,244,134,1)
CMYK Modelcmyk(33%,0%,45%,4%)
HSL Color Space104,83% ,74%hsl(104,83% ,74%)
HSV Color Space104°, 45%, 96%
Color Temperature It's a Cool color

Color in numbers

TypeRedGreenBlue
Binary101001001111010010000110
Octal244364206
Decimal164244134
Hexa4f486

Different shades of #a4f486 color code.

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

Light Shade of #a4f486
#c7f8b5
Dark Shade of #a4f486
#81f057
Saturated Shade of #a4f486
#a1fb7f
Desaturated Shade of #a4f486
#a7ed8d
Grey scale Shade of #a4f486
#bdbdbd
Brighten Shade
#bdff9f
Most Readable Shade
#000000

Shades of #a4f486 color code

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

#a4f486
#91d877
#7fbd68
#6da259
#5b874a
#486c3b
#36512c
#24361d
#121b0e
#000000

Similar Color like #a4f486 color

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

#a5f587
#a6f688
#a7f789
#a8f88a
#a9f98b
#aafa8c
#abfb8d
#acfc8e
#adfd8f
#aefe90
#afff91
#b0ff92
#b1ff93
#b2ff94
#a3f385
#a2f284
#a1f183
#a0f082
#9fef81
#9eee80
#9ded7f
#9cec7e
#9beb7d
#9aea7c
#99e97b
#98e87a
#97e779
#96e678

Monochromatic Color with #a4f486

#a4f486
#151f11
#324a29
#4e7440
#6b9f57
#87c96f

Tints of #a4f486 Color

#a4f486
#aef593
#b8f6a0
#c2f7ae
#ccf8bb
#d6fac9
#e0fbd6
#eafce4
#f4fdf1
#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

#a4f486
#d686f4

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

Split Complementary

#a4f486
#9f86f4
#f486db

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

Analogous Color

#d0f486
#baf486
#a4f486
#8ef486
#86f494

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

#a4f486
#86a4f4
#f486a4

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

#a4f486
#86dbf4
#d686f4
#f49f86

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

#a4f486
#d686f4
#f486db
#86f49f

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

#a4f486 Color Code Preview on Black Background Color

This is how #a4f486 Color will look on black background color. Color contrast ratio is 15.86

#a4f486 in use for CSS Font/Text Color

HTML with inline CSS

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

Your Example Paragraph content text in with font color #a4f486

HTML with inline CSS

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

Your Example Paragraph content text in with font color #a4f486

#a4f486 color code is use for CSS Background Color

Background color for the above div is #a4f486

HTML with inline CSS

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

#a4f486 color code is use for CSS Border Color

CSS Border color for the above div is #a4f486

HTML with inline CSS

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

CSS Border Left color for the above div is #a4f486

HTML with inline CSS

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

CSS Border Right color for the above div is #a4f486

HTML with inline CSS

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

CSS Border Bottom color for the above div is #a4f486

HTML with inline CSS

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

CSS Border Top color for the above div is #a4f486

HTML with inline CSS

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

#a4f486 hex Color code used as CSS color Codes

Example CSS Class for usage

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

#a4f486 Color code Preview on White Background

This is how #a4f486 Color code will look on white background color. Color contrast ratio is 1.32

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

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(164,244,134,0.8), rgba(0, 0, 0, 0) 70.71%), 
      linear-gradient(127deg, rgba(214,134,244,0.8), rgba(0, 0, 0, 0) 70.71%), 
      linear-gradient(336deg, rgba(164,244,134,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.