crispedge.com

Color picker

Loading...

#a4f354 hex color - Green - Warm color - Information

#a4f354 hex color - Green - Warm color

Color Hue/Base color: Green

Hex #a4f354 Color code in RGB color code model is created after adding 64.31% red color, 95.29% green color and 32.94% blue color. Hex #a4f354 Color code in CMYK color (process color) code model is generated after subtraction of 33% cyan, 0% magenta, 65% yellow and 5% black.

Hex #a4f354 color code is between #aaee55 web safe hex color code and #99ff44 web safe hex color code. #aaee55 is the nearest web safe color code. You can see here many more shades of #a4f354 color code.

0 Likes 0 Comments | 2 Views

RGB Chart

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

Color Table

Hex Color Codea4f354#a4f354
RGB Decimal164, 243, 84rgb(164, 243, 84)
RGB Percent64%, 95%, 33%rgb(64%, 95%, 33%)
CSS RGBa164, 243, 84,1rgba(164,243,84,1)
CMYK Modelcmyk(33%,0%,65%,5%)
HSL Color Space90,87% ,64%hsl(90,87% ,64%)
HSV Color Space90°, 65%, 95%
Color Temperature It's a Warm color

Color in numbers

TypeRedGreenBlue
Binary101001001111001101010100
Octal244363124
Decimal16424384
Hexa4f354

Different shades of #a4f354 color code.

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

Light Shade of #a4f354
#bdf684
Dark Shade of #a4f354
#8bf024
Saturated Shade of #a4f354
#a4fc4b
Desaturated Shade of #a4f354
#a4ea5d
Grey scale Shade of #a4f354
#a3a3a3
Brighten Shade
#bdff6d
Most Readable Shade
#000000

Shades of #a4f354 color code

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

#a4f354
#91d84a
#7fbd41
#6da238
#5b872e
#486c25
#36511c
#243612
#121b09
#000000

Similar Color like #a4f354 color

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

#a5f455
#a6f556
#a7f657
#a8f758
#a9f859
#aaf95a
#abfa5b
#acfb5c
#adfc5d
#aefd5e
#affe5f
#b0ff60
#b1ff61
#b2ff62
#a3f253
#a2f152
#a1f051
#a0ef50
#9fee4f
#9eed4e
#9dec4d
#9ceb4c
#9bea4b
#9ae94a
#99e849
#98e748
#97e647
#96e546

Monochromatic Color with #a4f354

#a4f354
#151e0b
#314919
#4e7328
#6b9e37
#87c845

Tints of #a4f354 Color

#a4f354
#aef467
#b8f57a
#c2f78d
#ccf8a0
#d6f9b3
#e0fbc6
#eafcd9
#f4fdec
#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

#a4f354
#a354f3

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

Split Complementary

#a4f354
#5455f3
#f254f3

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

Analogous Color

#e4f354
#c4f354
#a4f354
#84f354
#64f354

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

#a4f354
#54a4f3
#f354a4

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

#a4f354
#54f3f2
#a354f3
#f35454

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

#a4f354
#a354f3
#f254f3
#55f354

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

#a4f354 Color Code Preview on Black Background Color

This is how #a4f354 Color will look on black background color. Color contrast ratio is 15.53

#a4f354 in use for CSS Font/Text Color

HTML with inline CSS

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

Your Example Paragraph content text in with font color #a4f354

HTML with inline CSS

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

Your Example Paragraph content text in with font color #a4f354

#a4f354 color code is use for CSS Background Color

Background color for the above div is #a4f354

HTML with inline CSS

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

#a4f354 color code is use for CSS Border Color

CSS Border color for the above div is #a4f354

HTML with inline CSS

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

CSS Border Left color for the above div is #a4f354

HTML with inline CSS

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

CSS Border Right color for the above div is #a4f354

HTML with inline CSS

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

CSS Border Bottom color for the above div is #a4f354

HTML with inline CSS

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

CSS Border Top color for the above div is #a4f354

HTML with inline CSS

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

#a4f354 hex Color code used as CSS color Codes

Example CSS Class for usage

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

#a4f354 Color code Preview on White Background

This is how #a4f354 Color code will look on white background color. Color contrast ratio is 1.35

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

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,243,84,0.8), rgba(0, 0, 0, 0) 70.71%), 
      linear-gradient(127deg, rgba(163,84,243,0.8), rgba(0, 0, 0, 0) 70.71%), 
      linear-gradient(336deg, rgba(164,243,84,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.