@
The color hex or name not found.

You can tap color picker and choose a color or enter any valid hex color code or Color name to find color details.

#afde01 hex color - Green - Warm color - Information

#afde01 hex color - Green - Warm color

Color Mixture: Yellow and Green

Color Hue/Base color: Green

Hex #afde01 Color code in RGB color code model is created after adding 68.63% red color, 87.06% green color and 0.39% blue color. Hex #afde01 Color code in CMYK color (process color) code model is generated after subtraction of 21% cyan, 0% magenta, 100% yellow and 12.94% black.

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

0 Likes 0 Comments | 1 Views

RGB Chart

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

Color Table

Hex Color Code afde01 #afde01
RGB Decimal 175, 222, 1 rgb(175, 222, 1)
RGB Percent 69%, 87%, 0% rgb(69%, 87%, 0%)
CSS RGBa 175, 222, 1,1 rgba(175,222,1,1)
CMYK Model cmyk(21%,0%,100%,12.94%)
HSL Color Space 73,99% ,44% hsl(73,99% ,44%)
HSV Color Space 73°, 100%, 87%
Color Temperature It's a Warm color

Color in numbers

Type Red Green Blue
Binary 10101111 11011110 00000001
Octal 257 336 1
Decimal 175 222 1
Hex af de 01

Different shades of #afde01 color code.

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

Light Shade of #afde01
#ccfe14
Dark Shade of #afde01
#87ab01
Saturated Shade of #afde01
#b0df00
Desaturated Shade of #afde01
#a9d30c
Grey scale Shade of #afde01
#6f6f6f
Brighten Shade
#c8f71a
Most Readable Shade
#000000

Shades of #afde01 color code

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

#afde01
#9bc500
#88ac00
#749400
#617b00
#4d6200
#3a4a00
#263100
#131800
#000000

Similar Color like #afde01 color

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

#b0df02
#b1e003
#b2e104
#b3e205
#b4e306
#b5e407
#b6e508
#b7e609
#b8e70a
#b9e80b
#bae90c
#bbea0d
#bceb0e
#bdec0f
#aedd00
#addc00
#acdb00
#abda00
#aad900
#a9d800
#a8d700
#a7d600
#a6d500
#a5d400
#a4d300
#a3d200
#a2d100
#a1d000

Monochromatic Color with #afde01

#afde01
#070900
#293400
#4a5e00
#6c8901
#8db301

Tints of #afde01 Color

#afde01
#b7e11d
#c0e539
#c9e955
#d2ec71
#dbf08e
#e4f4aa
#edf7c6
#f6fbe2
#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

#afde01
#3001de

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

Split Complementary

#afde01
#0141de
#9f01de

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

Analogous Color

#deb501
#dbde01
#afde01
#83de01
#57de01

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

#afde01
#01afde
#de01af

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

#afde01
#01de9e
#3001de
#de0140

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

#afde01
#3001de
#9f01de
#40de01

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

#afde01 Color Code Preview on Black Background Color

This is how #afde01 Color will look on black background color. Color contrast ratio is 13.27

#afde01 in use for CSS Font/Text Color

HTML with inline CSS

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

Your Example Paragraph content text in with font color #afde01

HTML with inline CSS

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

Your Example Paragraph content text in with font color #afde01

#afde01 color code is use for CSS Background Color

Background color for the above div is #afde01

HTML with inline CSS

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

#afde01 color code is use for CSS Border Color

CSS Border color for the above div is #afde01

HTML with inline CSS

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

CSS Border Left color for the above div is #afde01

HTML with inline CSS

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

CSS Border Right color for the above div is #afde01

HTML with inline CSS

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

CSS Border Bottom color for the above div is #afde01

HTML with inline CSS

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

CSS Border Top color for the above div is #afde01

HTML with inline CSS

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

#afde01 hex Color code used as CSS color Codes

Example CSS Class for usage

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

#afde01 Color code Preview on White Background

This is how #afde01 Color code will look on white background color. Color contrast ratio is 1.58

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

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,222,1,0.8), rgba(0, 0, 0, 0) 70.71%), 
      linear-gradient(127deg, rgba(48,1,222,0.8), rgba(0, 0, 0, 0) 70.71%), 
      linear-gradient(336deg, rgba(175,222,1,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.