crispedge.com

Color picker

Loading...

#a4f523 hex color - Green - Warm color - Information

#a4f523 hex color - Green - Warm color

Color Hue/Base color: Green

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

Hex #a4f523 color code is between #aaee22 web safe hex color code and #99ff33 web safe hex color code. #aaee22 is the nearest web safe color code. You can see here many more shades of #a4f523 color code.

0 Likes 0 Comments | 1 Views

RGB Chart

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

Color Table

Hex Color Codea4f523#a4f523
RGB Decimal164, 245, 35rgb(164, 245, 35)
RGB Percent64%, 96%, 14%rgb(64%, 96%, 14%)
CSS RGBa164, 245, 35,1rgba(164,245,35,1)
CMYK Modelcmyk(33%,0%,86%,4%)
HSL Color Space83,91% ,55%hsl(83,91% ,55%)
HSV Color Space83°, 86%, 96%
Color Temperature It's a Warm color

Color in numbers

TypeRedGreenBlue
Binary101001001111010100100011
Octal24436543
Decimal16424535
Hexa4f523

Different shades of #a4f523 color code.

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

Light Shade of #a4f523
#b8f754
Dark Shade of #a4f523
#8adb0a
Saturated Shade of #a4f523
#a6ff19
Desaturated Shade of #a4f523
#a1e92e
Grey scale Shade of #a4f523
#8c8c8c
Brighten Shade
#bdff3c
Most Readable Shade
#000000

Shades of #a4f523 color code

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

#a4f523
#91d91f
#7fbe1b
#6da317
#5b8813
#486c0f
#36510b
#243607
#121b03
#000000

Similar Color like #a4f523 color

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

#a5f624
#a6f725
#a7f826
#a8f927
#a9fa28
#aafb29
#abfc2a
#acfd2b
#adfe2c
#aeff2d
#afff2e
#b0ff2f
#b1ff30
#b2ff31
#a3f422
#a2f321
#a1f220
#a0f11f
#9ff01e
#9eef1d
#9dee1c
#9ced1b
#9bec1a
#9aeb19
#99ea18
#98e917
#97e816
#96e715

Monochromatic Color with #a4f523

#a4f523
#162005
#324b0b
#4f7511
#6ba017
#88ca1d

Tints of #a4f523 Color

#a4f523
#aef63b
#b8f753
#c2f86c
#ccf984
#d6fa9d
#e0fbb5
#eafcce
#f4fde6
#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

#a4f523
#7423f5

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

Split Complementary

#a4f523
#233bf5
#dd23f5

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

Analogous Color

#f5f223
#cef523
#a4f523
#7af523
#50f523

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

#a4f523
#23a4f5
#f523a4

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

#a4f523
#23f5dd
#7423f5
#f5233b

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

#a4f523
#7423f5
#dd23f5
#3bf523

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

#a4f523 Color Code Preview on Black Background Color

This is how #a4f523 Color will look on black background color. Color contrast ratio is 15.66

#a4f523 in use for CSS Font/Text Color

HTML with inline CSS

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

Your Example Paragraph content text in with font color #a4f523

HTML with inline CSS

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

Your Example Paragraph content text in with font color #a4f523

#a4f523 color code is use for CSS Background Color

Background color for the above div is #a4f523

HTML with inline CSS

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

#a4f523 color code is use for CSS Border Color

CSS Border color for the above div is #a4f523

HTML with inline CSS

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

CSS Border Left color for the above div is #a4f523

HTML with inline CSS

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

CSS Border Right color for the above div is #a4f523

HTML with inline CSS

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

CSS Border Bottom color for the above div is #a4f523

HTML with inline CSS

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

CSS Border Top color for the above div is #a4f523

HTML with inline CSS

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

#a4f523 hex Color code used as CSS color Codes

Example CSS Class for usage

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

#a4f523 Color code Preview on White Background

This is how #a4f523 Color code will look on white background color. Color contrast ratio is 1.34

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

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,245,35,0.8), rgba(0, 0, 0, 0) 70.71%), 
      linear-gradient(127deg, rgba(116,35,245,0.8), rgba(0, 0, 0, 0) 70.71%), 
      linear-gradient(336deg, rgba(164,245,35,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.