crispedge.com

Color picker

Loading...

#a0cc98 hex color - Green - Cool color - Information

#a0cc98 hex color - Green - Cool color

Color Hue/Base color: Green

Hex #a0cc98 Color code in RGB color code model is created after adding 62.75% red color, 80% green color and 59.61% blue color. Hex #a0cc98 Color code in CMYK color (process color) code model is generated after subtraction of 22% cyan, 0% magenta, 25% yellow and 20% black.

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

0 Likes 0 Comments | 1 Views

RGB Chart

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

Color Table

Hex Color Codea0cc98#a0cc98
RGB Decimal160, 204, 152rgb(160, 204, 152)
RGB Percent63%, 80%, 60%rgb(63%, 80%, 60%)
CSS RGBa160, 204, 152,1rgba(160,204,152,1)
CMYK Modelcmyk(22%,0%,25%,20%)
HSL Color Space111,34% ,70%hsl(111,34% ,70%)
HSV Color Space111°, 25%, 80%
Color Temperature It's a Cool color

Color in numbers

TypeRedGreenBlue
Binary101000001100110010011000
Octal240314230
Decimal160204152
Hexa0cc98

Different shades of #a0cc98 color code.

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

Light Shade of #a0cc98
#bfddba
Dark Shade of #a0cc98
#81bb76
Saturated Shade of #a0cc98
#9bd490
Desaturated Shade of #a0cc98
#a5c4a0
Grey scale Shade of #a0cc98
#b2b2b2
Brighten Shade
#b9e5b1
Most Readable Shade
#000000

Shades of #a0cc98 color code

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

#a0cc98
#8eb587
#7c9e76
#6a8865
#587154
#475a43
#354432
#232d21
#111610
#000000

Similar Color like #a0cc98 color

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

#a1cd99
#a2ce9a
#a3cf9b
#a4d09c
#a5d19d
#a6d29e
#a7d39f
#a8d4a0
#a9d5a1
#aad6a2
#abd7a3
#acd8a4
#add9a5
#aedaa6
#9fcb97
#9eca96
#9dc995
#9cc894
#9bc793
#9ac692
#99c591
#98c490
#97c38f
#96c28e
#95c18d
#94c08c
#93bf8b
#92be8a

Monochromatic Color with #a0cc98

#a0cc98
#c1f6b8
#1b2219
#3c4c39
#5d7759
#7fa178

Tints of #a0cc98 Color

#a0cc98
#aad1a3
#b5d7ae
#bfddba
#cae2c5
#d4e8d1
#dfeedc
#e9f3e8
#f4f9f3
#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

#a0cc98
#c498cc

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

Split Complementary

#a0cc98
#aa98cc
#cc98ba

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

Analogous Color

#b5cc98
#aacc98
#a0cc98
#98cc9a
#98cca5

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

#a0cc98
#98a0cc
#cc98a0

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

#a0cc98
#98bacc
#c498cc
#ccaa98

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

#a0cc98
#c498cc
#cc98ba
#98ccaa

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

#a0cc98 Color Code Preview on Black Background Color

This is how #a0cc98 Color will look on black background color. Color contrast ratio is 11.59

#a0cc98 in use for CSS Font/Text Color

HTML with inline CSS

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

Your Example Paragraph content text in with font color #a0cc98

HTML with inline CSS

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

Your Example Paragraph content text in with font color #a0cc98

#a0cc98 color code is use for CSS Background Color

Background color for the above div is #a0cc98

HTML with inline CSS

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

#a0cc98 color code is use for CSS Border Color

CSS Border color for the above div is #a0cc98

HTML with inline CSS

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

CSS Border Left color for the above div is #a0cc98

HTML with inline CSS

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

CSS Border Right color for the above div is #a0cc98

HTML with inline CSS

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

CSS Border Bottom color for the above div is #a0cc98

HTML with inline CSS

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

CSS Border Top color for the above div is #a0cc98

HTML with inline CSS

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

#a0cc98 hex Color code used as CSS color Codes

Example CSS Class for usage

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

#a0cc98 Color code Preview on White Background

This is how #a0cc98 Color code will look on white background color. Color contrast ratio is 1.81

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

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,204,152,0.8), rgba(0, 0, 0, 0) 70.71%), 
      linear-gradient(127deg, rgba(196,152,204,0.8), rgba(0, 0, 0, 0) 70.71%), 
      linear-gradient(336deg, rgba(160,204,152,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.