crispedge.com

Color picker

Loading...

#afb94c hex color - Green - Warm color - Information

#afb94c hex color - Green - Warm color

Color Mixture: Yellow and Green

Color Hue/Base color: Green

Hex #afb94c Color code in RGB color code model is created after adding 68.63% red color, 72.55% green color and 29.8% blue color. Hex #afb94c Color code in CMYK color (process color) code model is generated after subtraction of 5% cyan, 0% magenta, 59% yellow and 27% black.

Hex #afb94c color code is between #aabb44 web safe hex color code and #bbaa55 web safe hex color code. #aabb44 is the nearest web safe color code. You can see here many more shades of #afb94c color code.

0 Likes 0 Comments | 1 Views

RGB Chart

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

Color Table

Hex Color Codeafb94c#afb94c
RGB Decimal175, 185, 76rgb(175, 185, 76)
RGB Percent69%, 73%, 30%rgb(69%, 73%, 30%)
CSS RGBa175, 185, 76,1rgba(175,185,76,1)
CMYK Modelcmyk(5%,0%,59%,27%)
HSL Color Space66,44% ,51%hsl(66,44% ,51%)
HSV Color Space66°, 59%, 73%
Color Temperature It's a Warm color

Color in numbers

TypeRedGreenBlue
Binary101011111011100101001100
Octal257271114
Decimal17518576
Hexafb94c

Different shades of #afb94c color code.

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

Light Shade of #afb94c
#bfc771
Dark Shade of #afb94c
#8f973b
Saturated Shade of #afb94c
#b9c540
Desaturated Shade of #afb94c
#a5ad58
Grey scale Shade of #afb94c
#828282
Brighten Shade
#c8d265
Most Readable Shade
#000000

Shades of #afb94c color code

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

#afb94c
#9ba443
#888f3b
#747b32
#61662a
#4d5221
#3a3d19
#262910
#131408
#000000

Similar Color like #afb94c color

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

#b0ba4d
#b1bb4e
#b2bc4f
#b3bd50
#b4be51
#b5bf52
#b6c053
#b7c154
#b8c255
#b9c356
#bac457
#bbc558
#bcc659
#bdc75a
#aeb84b
#adb74a
#acb649
#abb548
#aab447
#a9b346
#a8b245
#a7b144
#a6b043
#a5af42
#a4ae41
#a3ad40
#a2ac3f
#a1ab3e

Monochromatic Color with #afb94c

#afb94c
#d7e35d
#0e0f06
#363918
#5f6429
#878e3b

Tints of #afb94c Color

#afb94c
#b7c05f
#c0c873
#c9d087
#d2d89b
#dbdfaf
#e4e7c3
#edefd7
#f6f7eb
#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

#afb94c
#564cb9

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

Split Complementary

#afb94c
#4c79b9
#8c4cb9

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

Analogous Color

#b9974c
#b9ad4c
#afb94c
#99b94c
#83b94c

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

#afb94c
#4cafb9
#b94caf

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

#afb94c
#4cb98c
#564cb9
#b94c78

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

#afb94c
#564cb9
#8c4cb9
#79b94c

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

#afb94c Color Code Preview on Black Background Color

This is how #afb94c Color will look on black background color. Color contrast ratio is 9.87

#afb94c in use for CSS Font/Text Color

HTML with inline CSS

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

Your Example Paragraph content text in with font color #afb94c

HTML with inline CSS

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

Your Example Paragraph content text in with font color #afb94c

#afb94c color code is use for CSS Background Color

Background color for the above div is #afb94c

HTML with inline CSS

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

#afb94c color code is use for CSS Border Color

CSS Border color for the above div is #afb94c

HTML with inline CSS

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

CSS Border Left color for the above div is #afb94c

HTML with inline CSS

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

CSS Border Right color for the above div is #afb94c

HTML with inline CSS

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

CSS Border Bottom color for the above div is #afb94c

HTML with inline CSS

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

CSS Border Top color for the above div is #afb94c

HTML with inline CSS

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

#afb94c hex Color code used as CSS color Codes

Example CSS Class for usage

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

#afb94c Color code Preview on White Background

This is how #afb94c Color code will look on white background color. Color contrast ratio is 2.13

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

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,185,76,0.8), rgba(0, 0, 0, 0) 70.71%), 
      linear-gradient(127deg, rgba(86,76,185,0.8), rgba(0, 0, 0, 0) 70.71%), 
      linear-gradient(336deg, rgba(175,185,76,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.