crispedge.com

Color picker

Loading...
Click "Search Color" button for color information.

#afc59d hex color - Green - Cool color - Information

#afc59d hex color - Green - Cool color

Color Hue/Base color: Green

Hex #afc59d Color code in RGB color code model is created after adding 68.63% red color, 77.25% green color and 61.57% blue color. Hex #afc59d Color code in CMYK color (process color) code model is generated after subtraction of 11% cyan, 0% magenta, 20% yellow and 23% black.

Hex #afc59d color code is between #aacc99 web safe hex color code and #bbbbaa web safe hex color code. #aacc99 is the nearest web safe color code. You can see here many more shades of #afc59d color code.

0 Likes 0 Comments | 1 Views

Color Table

Hex Color Codeafc59d#afc59d
RGB Decimal175, 197, 157rgb(175, 197, 157)
RGB Percent69%, 77%, 62%rgb(69%, 77%, 62%)
CSS RGBa175, 197, 157,1rgba(175,197,157,1)
CMYK Modelcmyk(11%,0%,20%,23%)
HSL Color Space93,26% ,69%hsl(93,26% ,69%)
HSV Color Space93°, 20%, 77%
Color Temperature It's a Cool color

Color in numbers

TypeRedGreenBlue
Binary101011111100010110011101
Octal257305235
Decimal175197157
Hexafc59d

Different shades of #afc59d color code.

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

Light Shade of #afc59d
#c9d8bd
Dark Shade of #afc59d
#95b27d
Saturated Shade of #afc59d
#aecd95
Desaturated Shade of #afc59d
#b0bda5
Grey scale Shade of #afc59d
#b1b1b1
Brighten Shade
#c8deb6
Most Readable Shade
#000000

Shades of #afc59d color code

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

#afc59d
#9baf8b
#88997a
#748368
#616d57
#4d5745
#3a4134
#262b22
#131511
#000000

Similar Color like #afc59d color

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

#b0c69e
#b1c79f
#b2c8a0
#b3c9a1
#b4caa2
#b5cba3
#b6cca4
#b7cda5
#b8cea6
#b9cfa7
#bad0a8
#bbd1a9
#bcd2aa
#bdd3ab
#aec49c
#adc39b
#acc29a
#abc199
#aac098
#a9bf97
#a8be96
#a7bd95
#a6bc94
#a5bb93
#a4ba92
#a3b991
#a2b890
#a1b78f

Monochromatic Color with #afc59d

#afc59d
#d5efbf
#181b16
#3e4537
#637059
#899a7b

Tints of #afc59d Color

#afc59d
#b7cba7
#c0d1b2
#c9d8bd
#d2dec8
#dbe5d3
#e4ebde
#edf2e9
#f6f8f4
#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

#afc59d
#b39dc5

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

Split Complementary

#afc59d
#9f9dc5
#c59dc3

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

Analogous Color

#bfc59d
#b7c59d
#afc59d
#a7c59d
#9fc59d

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

#afc59d
#9dafc5
#c59daf

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

#afc59d
#9dc3c5
#b39dc5
#c59f9d

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

#afc59d
#b39dc5
#c59dc3
#9dc59f

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

#afc59d Color Code Preview on Black Background Color

This is how #afc59d Color will look on black background color. Color contrast ratio is 11.30

#afc59d in use for CSS Font/Text Color

HTML with inline CSS

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

Your Example Paragraph content text in with font color #afc59d

HTML with inline CSS

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

Your Example Paragraph content text in with font color #afc59d

#afc59d color code is use for CSS Background Color

Background color for the above div is #afc59d

HTML with inline CSS

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

#afc59d color code is use for CSS Border Color

CSS Border color for the above div is #afc59d

HTML with inline CSS

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

CSS Border Left color for the above div is #afc59d

HTML with inline CSS

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

CSS Border Right color for the above div is #afc59d

HTML with inline CSS

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

CSS Border Bottom color for the above div is #afc59d

HTML with inline CSS

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

CSS Border Top color for the above div is #afc59d

HTML with inline CSS

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

#afc59d hex Color code used as CSS color Codes

Example CSS Class for usage

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

#afc59d Color code Preview on White Background

This is how #afc59d Color code will look on white background color. Color contrast ratio is 1.86

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

Related Gradients

Beautiful Colored Gradient Background. Find awesome Gradient for your next project.

0 Likes 0 Comments | 1 Views

Post your comment:-

By submitting comment you agree to our privacy policy.