crispedge.com

Color picker

Loading...

#afe50e hex color - Green - Warm color - Information

#afe50e hex color - Green - Warm color

Color Mixture: Yellow and Green

Color Hue/Base color: Green

Hex #afe50e Color code in RGB color code model is created after adding 68.63% red color, 89.8% green color and 5.49% blue color. Hex #afe50e Color code in CMYK color (process color) code model is generated after subtraction of 24% cyan, 0% magenta, 94% yellow and 10% black.

Hex #afe50e color code is between #aadd11 web safe hex color code and #bbee00 web safe hex color code. #aadd11 is the nearest web safe color code. You can see here many more shades of #afe50e color code.

0 Likes 0 Comments | 1 Views

RGB Chart

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

Color Table

Hex Color Codeafe50e#afe50e
RGB Decimal175, 229, 14rgb(175, 229, 14)
RGB Percent69%, 90%, 5%rgb(69%, 90%, 5%)
CSS RGBa175, 229, 14,1rgba(175,229,14,1)
CMYK Modelcmyk(24%,0%,94%,10%)
HSL Color Space75,88% ,48%hsl(75,88% ,48%)
HSV Color Space75°, 94%, 90%
Color Temperature It's a Warm color

Color in numbers

TypeRedGreenBlue
Binary101011111110010100001110
Octal25734516
Decimal17522914
Hexafe50e

Different shades of #afe50e color code.

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

Light Shade of #afe50e
#c3f333
Dark Shade of #afe50e
#8ab50b
Saturated Shade of #afe50e
#b5f102
Desaturated Shade of #afe50e
#a9d91a
Grey scale Shade of #afe50e
#797979
Brighten Shade
#c8fe27
Most Readable Shade
#000000

Shades of #afe50e color code

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

#afe50e
#9bcb0c
#88b20a
#749809
#617f07
#4d6506
#3a4c04
#263203
#131901
#000000

Similar Color like #afe50e color

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

#b0e60f
#b1e710
#b2e811
#b3e912
#b4ea13
#b5eb14
#b6ec15
#b7ed16
#b8ee17
#b9ef18
#baf019
#bbf11a
#bcf21b
#bdf31c
#aee40d
#ade30c
#ace20b
#abe10a
#aae009
#a9df08
#a8de07
#a7dd06
#a6dc05
#a5db04
#a4da03
#a3d902
#a2d801
#a1d700

Monochromatic Color with #afe50e

#afe50e
#0d1001
#2d3b04
#4e6506
#6e9009
#8fba0b

Tints of #afe50e Color

#afe50e
#b7e728
#c0ea43
#c9ed5e
#d2f079
#dbf393
#e4f6ae
#edf9c9
#f6fce4
#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

#afe50e
#440ee5

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

Split Complementary

#afe50e
#0e44e5
#af0ee5

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

Analogous Color

#e5c50e
#dae50e
#afe50e
#84e50e
#59e50e

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

#afe50e
#0eafe5
#e50eaf

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

#afe50e
#0ee5af
#440ee5
#e50e43

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

#afe50e
#440ee5
#af0ee5
#44e50e

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

#afe50e Color Code Preview on Black Background Color

This is how #afe50e Color will look on black background color. Color contrast ratio is 14.04

#afe50e in use for CSS Font/Text Color

HTML with inline CSS

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

Your Example Paragraph content text in with font color #afe50e

HTML with inline CSS

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

Your Example Paragraph content text in with font color #afe50e

#afe50e color code is use for CSS Background Color

Background color for the above div is #afe50e

HTML with inline CSS

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

#afe50e color code is use for CSS Border Color

CSS Border color for the above div is #afe50e

HTML with inline CSS

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

CSS Border Left color for the above div is #afe50e

HTML with inline CSS

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

CSS Border Right color for the above div is #afe50e

HTML with inline CSS

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

CSS Border Bottom color for the above div is #afe50e

HTML with inline CSS

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

CSS Border Top color for the above div is #afe50e

HTML with inline CSS

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

#afe50e hex Color code used as CSS color Codes

Example CSS Class for usage

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

#afe50e Color code Preview on White Background

This is how #afe50e Color code will look on white background color. Color contrast ratio is 1.50

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

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(175,229,14,0.8), rgba(0, 0, 0, 0) 70.71%), 
      linear-gradient(127deg, rgba(68,14,229,0.8), rgba(0, 0, 0, 0) 70.71%), 
      linear-gradient(336deg, rgba(175,229,14,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.