crispedge.com

Color picker

Loading...

#a0b593 hex color - Green - Cool color - Information

#a0b593 hex color - Green - Cool color

Color Hue/Base color: Green

Hex #a0b593 Color code in RGB color code model is created after adding 62.75% red color, 70.98% green color and 57.65% blue color. Hex #a0b593 Color code in CMYK color (process color) code model is generated after subtraction of 12% cyan, 0% magenta, 19% yellow and 29% black.

Hex #a0b593 color code is between #99bb99 web safe hex color code and #aaaa88 web safe hex color code. #99bb99 is the nearest web safe color code. You can see here many more shades of #a0b593 color code.

0 Likes 0 Comments | 1 Views

RGB Chart

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

Color Table

Hex Color Codea0b593#a0b593
RGB Decimal160, 181, 147rgb(160, 181, 147)
RGB Percent63%, 71%, 58%rgb(63%, 71%, 58%)
CSS RGBa160, 181, 147,1rgba(160,181,147,1)
CMYK Modelcmyk(12%,0%,19%,29%)
HSL Color Space97,19% ,64%hsl(97,19% ,64%)
HSV Color Space97°, 19%, 71%
Color Temperature It's a Cool color

Color in numbers

TypeRedGreenBlue
Binary101000001011010110010011
Octal240265223
Decimal160181147
Hexa0b593

Different shades of #a0b593 color code.

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

Light Shade of #a0b593
#bbcab1
Dark Shade of #a0b593
#85a075
Saturated Shade of #a0b593
#9ebe8a
Desaturated Shade of #a0b593
#a2ac9c
Grey scale Shade of #a0b593
#a4a4a4
Brighten Shade
#b9ceac
Most Readable Shade
#000000

Shades of #a0b593 color code

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

#a0b593
#8ea082
#7c8c72
#6a7862
#586451
#475041
#353c31
#232820
#111410
#000000

Similar Color like #a0b593 color

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

#a1b694
#a2b795
#a3b896
#a4b997
#a5ba98
#a6bb99
#a7bc9a
#a8bd9b
#a9be9c
#aabf9d
#abc09e
#acc19f
#adc2a0
#aec3a1
#9fb492
#9eb391
#9db290
#9cb18f
#9bb08e
#9aaf8d
#99ae8c
#98ad8b
#97ac8a
#96ab89
#95aa88
#94a987
#93a886
#92a785

Monochromatic Color with #a0b593

#a0b593
#c6dfb6
#0a0b09
#2f352b
#55604e
#7a8a70

Tints of #a0b593 Color

#a0b593
#aabd9f
#b5c5ab
#bfcdb7
#cad5c3
#d4decf
#dfe6db
#e9eee7
#f4f6f3
#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

#a0b593
#a893b5

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

Split Complementary

#a0b593
#9793b5
#b593b1

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

Analogous Color

#aeb593
#a7b593
#a0b593
#99b593
#93b594

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

#a0b593
#93a0b5
#b593a0

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

#a0b593
#93b1b5
#a893b5
#b59793

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

#a0b593
#a893b5
#b593b1
#93b597

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

#a0b593 Color Code Preview on Black Background Color

This is how #a0b593 Color will look on black background color. Color contrast ratio is 9.53

#a0b593 in use for CSS Font/Text Color

HTML with inline CSS

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

Your Example Paragraph content text in with font color #a0b593

HTML with inline CSS

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

Your Example Paragraph content text in with font color #a0b593

#a0b593 color code is use for CSS Background Color

Background color for the above div is #a0b593

HTML with inline CSS

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

#a0b593 color code is use for CSS Border Color

CSS Border color for the above div is #a0b593

HTML with inline CSS

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

CSS Border Left color for the above div is #a0b593

HTML with inline CSS

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

CSS Border Right color for the above div is #a0b593

HTML with inline CSS

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

CSS Border Bottom color for the above div is #a0b593

HTML with inline CSS

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

CSS Border Top color for the above div is #a0b593

HTML with inline CSS

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

#a0b593 hex Color code used as CSS color Codes

Example CSS Class for usage

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

#a0b593 Color code Preview on White Background

This is how #a0b593 Color code will look on white background color. Color contrast ratio is 2.20

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

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(160,181,147,0.8), rgba(0, 0, 0, 0) 70.71%), 
      linear-gradient(127deg, rgba(168,147,181,0.8), rgba(0, 0, 0, 0) 70.71%), 
      linear-gradient(336deg, rgba(160,181,147,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.