@
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.

#afdb5e hex color - Green - Warm color - Information

#afdb5e hex color - Green - Warm color

Color Hue/Base color: Green

Hex #afdb5e Color code in RGB color code model is created after adding 68.63% red color, 85.88% green color and 36.86% blue color. Hex #afdb5e Color code in CMYK color (process color) code model is generated after subtraction of 20% cyan, 0% magenta, 57% yellow and 14.12% black.

Hex #afdb5e color code is between #aadd66 web safe hex color code and #bbcc55 web safe hex color code. #aadd66 is the nearest web safe color code. You can see here many more shades of #afdb5e color code.

0 Likes 0 Comments | 1 Views

RGB Chart

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

Color Table

Hex Color Codeafdb5e#afdb5e
RGB Decimal175, 219, 94rgb(175, 219, 94)
RGB Percent69%, 86%, 37%rgb(69%, 86%, 37%)
CSS RGBa175, 219, 94,1rgba(175,219,94,1)
CMYK Modelcmyk(20%,0%,57%,14.12%)
HSL Color Space81,63% ,61%hsl(81,63% ,61%)
HSV Color Space81°, 57%, 86%
Color Temperature It's a Warm color

Color in numbers

TypeRedGreenBlue
Binary101011111101101101011110
Octal257333136
Decimal17521994
Hexafdb5e

Different shades of #afdb5e color code.

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

Light Shade of #afdb5e
#c4e488
Dark Shade of #afdb5e
#9ad234
Saturated Shade of #afdb5e
#b2e554
Desaturated Shade of #afdb5e
#acd168
Grey scale Shade of #afdb5e
#9c9c9c
Brighten Shade
#c8f477
Most Readable Shade
#000000

Shades of #afdb5e color code

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

#afdb5e
#9bc253
#88aa49
#74923e
#617934
#4d6129
#3a491f
#263014
#13180a
#000000

Similar Color like #afdb5e color

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

#b0dc5f
#b1dd60
#b2de61
#b3df62
#b4e063
#b5e164
#b6e265
#b7e366
#b8e467
#b9e568
#bae669
#bbe76a
#bce86b
#bde96c
#aeda5d
#add95c
#acd85b
#abd75a
#aad659
#a9d558
#a8d457
#a7d356
#a6d255
#a5d154
#a4d053
#a3cf52
#a2ce51
#a1cd50

Monochromatic Color with #afdb5e

#afdb5e
#050603
#273115
#495b27
#6b863a
#8db04c

Tints of #afdb5e Color

#afdb5e
#b7df6f
#c0e381
#c9e793
#d2eba5
#dbefb7
#e4f3c9
#edf7db
#f6fbed
#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

#afdb5e
#8a5edb

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

Split Complementary

#afdb5e
#5e71db
#c95edb

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

Analogous Color

#dbd55e
#c8db5e
#afdb5e
#96db5e
#7ddb5e

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

#afdb5e
#5eafdb
#db5eaf

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

#afdb5e
#5edbc8
#8a5edb
#db5e70

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

#afdb5e
#8a5edb
#c95edb
#71db5e

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

#afdb5e Color Code Preview on Black Background Color

This is how #afdb5e Color will look on black background color. Color contrast ratio is 13.12

#afdb5e in use for CSS Font/Text Color

HTML with inline CSS

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

Your Example Paragraph content text in with font color #afdb5e

HTML with inline CSS

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

Your Example Paragraph content text in with font color #afdb5e

#afdb5e color code is use for CSS Background Color

Background color for the above div is #afdb5e

HTML with inline CSS

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

#afdb5e color code is use for CSS Border Color

CSS Border color for the above div is #afdb5e

HTML with inline CSS

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

CSS Border Left color for the above div is #afdb5e

HTML with inline CSS

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

CSS Border Right color for the above div is #afdb5e

HTML with inline CSS

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

CSS Border Bottom color for the above div is #afdb5e

HTML with inline CSS

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

CSS Border Top color for the above div is #afdb5e

HTML with inline CSS

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

#afdb5e hex Color code used as CSS color Codes

Example CSS Class for usage

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

#afdb5e Color code Preview on White Background

This is how #afdb5e Color code will look on white background color. Color contrast ratio is 1.60

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

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,219,94,0.8), rgba(0, 0, 0, 0) 70.71%), 
      linear-gradient(127deg, rgba(138,94,219,0.8), rgba(0, 0, 0, 0) 70.71%), 
      linear-gradient(336deg, rgba(175,219,94,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.