crispedge.com

Color picker

Loading...

#afd92f hex color - Green - Warm color - Information

#afd92f hex color - Green - Warm color

Color Mixture: Yellow and Green

Color Hue/Base color: Green

Hex #afd92f Color code in RGB color code model is created after adding 68.63% red color, 85.1% green color and 18.43% blue color. Hex #afd92f Color code in CMYK color (process color) code model is generated after subtraction of 19% cyan, 0% magenta, 78% yellow and 15% black.

Hex #afd92f color code is between #aadd33 web safe hex color code and #bbcc22 web safe hex color code. #aadd33 is the nearest web safe color code. You can see here many more shades of #afd92f color code.

0 Likes 0 Comments | 1 Views

RGB Chart

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

Color Table

Hex Color Codeafd92f#afd92f
RGB Decimal175, 217, 47rgb(175, 217, 47)
RGB Percent69%, 85%, 18%rgb(69%, 85%, 18%)
CSS RGBa175, 217, 47,1rgba(175,217,47,1)
CMYK Modelcmyk(19%,0%,78%,15%)
HSL Color Space75,69% ,52%hsl(75,69% ,52%)
HSV Color Space75°, 78%, 85%
Color Temperature It's a Warm color

Color in numbers

TypeRedGreenBlue
Binary101011111101100100101111
Octal25733157
Decimal17521747
Hexafd92f

Different shades of #afd92f color code.

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

Light Shade of #afd92f
#c0e15a
Dark Shade of #afd92f
#90b421
Saturated Shade of #afd92f
#b5e523
Desaturated Shade of #afd92f
#a9cd3b
Grey scale Shade of #afd92f
#848484
Brighten Shade
#c8f248
Most Readable Shade
#000000

Shades of #afd92f color code

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

#afd92f
#9bc029
#88a824
#74901f
#61781a
#4d6014
#3a480f
#26300a
#131805
#000000

Similar Color like #afd92f color

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

#b0da30
#b1db31
#b2dc32
#b3dd33
#b4de34
#b5df35
#b6e036
#b7e137
#b8e238
#b9e339
#bae43a
#bbe53b
#bce63c
#bde73d
#aed82e
#add72d
#acd62c
#abd52b
#aad42a
#a9d329
#a8d228
#a7d127
#a6d026
#a5cf25
#a4ce24
#a3cd23
#a2cc22
#a1cb21

Monochromatic Color with #afd92f

#afd92f
#040401
#262f0a
#485913
#6a841d
#8dae26

Tints of #afd92f Color

#afd92f
#b7dd46
#c0e15d
#c9e574
#d2e98b
#dbeea2
#e4f2b9
#edf6d0
#f6fae7
#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

#afd92f
#592fd9

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

Split Complementary

#afd92f
#2f5ad9
#ae2fd9

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

Analogous Color

#d9bf2f
#d1d92f
#afd92f
#8dd92f
#6bd92f

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

#afd92f
#2fafd9
#d92faf

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

#afd92f
#2fd9ae
#592fd9
#d92f5a

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

#afd92f
#592fd9
#ae2fd9
#5ad92f

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

#afd92f Color Code Preview on Black Background Color

This is how #afd92f Color will look on black background color. Color contrast ratio is 12.79

#afd92f in use for CSS Font/Text Color

HTML with inline CSS

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

Your Example Paragraph content text in with font color #afd92f

HTML with inline CSS

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

Your Example Paragraph content text in with font color #afd92f

#afd92f color code is use for CSS Background Color

Background color for the above div is #afd92f

HTML with inline CSS

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

#afd92f color code is use for CSS Border Color

CSS Border color for the above div is #afd92f

HTML with inline CSS

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

CSS Border Left color for the above div is #afd92f

HTML with inline CSS

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

CSS Border Right color for the above div is #afd92f

HTML with inline CSS

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

CSS Border Bottom color for the above div is #afd92f

HTML with inline CSS

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

CSS Border Top color for the above div is #afd92f

HTML with inline CSS

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

#afd92f hex Color code used as CSS color Codes

Example CSS Class for usage

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

#afd92f Color code Preview on White Background

This is how #afd92f Color code will look on white background color. Color contrast ratio is 1.64

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

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,217,47,0.8), rgba(0, 0, 0, 0) 70.71%), 
      linear-gradient(127deg, rgba(89,47,217,0.8), rgba(0, 0, 0, 0) 70.71%), 
      linear-gradient(336deg, rgba(175,217,47,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.