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

#afc195 hex color - Harmonious - Green - Warm color - Information

#afc195 hex color - Harmonious - Green - Warm color

Color Hue/Base color: Green

Hex #afc195 Color Code is also known as Harmonious color.

Hex #afc195 Color code in RGB color code model is created after adding 68.63% red color, 75.69% green color and 58.43% blue color. Hex #afc195 Color code in CMYK color (process color) code model is generated after subtraction of 9% cyan, 0% magenta, 23% yellow and 24.31% black.

Hex #afc195 color code is between #aabb99 web safe hex color code and #bbcc88 web safe hex color code. #aabb99 is the nearest web safe color code. You can see here many more shades of #afc195 color code.

0 Likes 0 Comments | 41 Views

RGB Chart

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

Color Table

Hex Color Code afc195 #afc195
RGB Decimal 175, 193, 149 rgb(175, 193, 149)
RGB Percent 69%, 76%, 58% rgb(69%, 76%, 58%)
CSS RGBa 175, 193, 149,1 rgba(175,193,149,1)
CMYK Model cmyk(9%,0%,23%,24.31%)
HSL Color Space 85,26% ,67% hsl(85,26% ,67%)
HSV Color Space 85°, 23%, 76%
Color Temperature It's a Warm color

Color in numbers

Type Red Green Blue
Binary 10101111 11000001 10010101
Octal 257 301 225
Decimal 175 193 149
Hex af c1 95

Different shades of #afc195 color code.

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

Light Shade of #afc195
#c7d4b5
Dark Shade of #afc195
#97ae75
Saturated Shade of #afc195
#b1c98d
Desaturated Shade of #afc195
#adb99d
Grey scale Shade of #afc195
#ababab
Brighten Shade
#c8daae
Most Readable Shade
#000000

Shades of #afc195 color code

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

#afc195
#9bab84
#889673
#748063
#616b52
#4d5542
#3a4031
#262a21
#131510
#000000

Similar Color like #afc195 color

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

#b0c296
#b1c397
#b2c498
#b3c599
#b4c69a
#b5c79b
#b6c89c
#b7c99d
#b8ca9e
#b9cb9f
#bacca0
#bbcda1
#bccea2
#bdcfa3
#aec094
#adbf93
#acbe92
#abbd91
#aabc90
#a9bb8f
#a8ba8e
#a7b98d
#a6b88c
#a5b78b
#a4b68a
#a3b589
#a2b488
#a1b387

Monochromatic Color with #afc195

#afc195
#d6ebb6
#151712
#3b4133
#626c53
#889674

Tints of #afc195 Color

#afc195
#b7c7a0
#c0ceac
#c9d5b8
#d2dcc4
#dbe3cf
#e4eadb
#edf1e7
#f6f8f3
#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

#afc195
#a795c1

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

Split Complementary

#afc195
#9599c1
#bd95c1

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

Analogous Color

#c1c195
#b8c195
#afc195
#a6c195
#9dc195

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

#afc195
#95afc1
#c195af

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

#afc195
#95c1bd
#a795c1
#c19599

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

#afc195
#a795c1
#bd95c1
#99c195

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

#afc195 Color Code Preview on Black Background Color

This is how #afc195 Color will look on black background color. Color contrast ratio is 10.88

#afc195 in use for CSS Font/Text Color

HTML with inline CSS

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

Your Example Paragraph content text in with font color #afc195

HTML with inline CSS

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

Your Example Paragraph content text in with font color #afc195

#afc195 color code is use for CSS Background Color

Background color for the above div is #afc195

HTML with inline CSS

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

#afc195 color code is use for CSS Border Color

CSS Border color for the above div is #afc195

HTML with inline CSS

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

CSS Border Left color for the above div is #afc195

HTML with inline CSS

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

CSS Border Right color for the above div is #afc195

HTML with inline CSS

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

CSS Border Bottom color for the above div is #afc195

HTML with inline CSS

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

CSS Border Top color for the above div is #afc195

HTML with inline CSS

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

#afc195 hex Color code used as CSS color Codes

Example CSS Class for usage

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

#afc195 Color code Preview on White Background

This is how #afc195 Color code will look on white background color. Color contrast ratio is 1.93

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

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,193,149,0.8), rgba(0, 0, 0, 0) 70.71%), 
      linear-gradient(127deg, rgba(167,149,193,0.8), rgba(0, 0, 0, 0) 70.71%), 
      linear-gradient(336deg, rgba(175,193,149,0.8), rgba(0, 0, 0, 0) 70.71%);
	  background-clip: text;
	  text-fill-color: transparent;
  }
							

0 Likes 0 Comments | 41 Views

Post your comment:-

By submitting comment you agree to our privacy policy.