crispedge.com

#aabc95 hex color - Green - Warm color - Information

#aabc95 hex color - Green - Warm color

Color Hue/Base color: Green

Hex #aabc95 Color code in RGB color code model is created after adding 66.67% red color, 73.73% green color and 58.43% blue color. Hex #aabc95 Color code in CMYK color (process color) code model is generated after subtraction of 10% cyan, 0% magenta, 21% yellow and 26% black.

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

0 Likes 0 Comments | 1 Views

RGB Chart

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

Color Table

Hex Color Codeaabc95#aabc95
RGB Decimal170, 188, 149rgb(170, 188, 149)
RGB Percent67%, 74%, 58%rgb(67%, 74%, 58%)
CSS RGBa170, 188, 149,1rgba(170,188,149,1)
CMYK Modelcmyk(10%,0%,21%,26%)
HSL Color Space88,23% ,66%hsl(88,23% ,66%)
HSV Color Space88°, 21%, 74%
Color Temperature It's a Warm color

Color in numbers

TypeRedGreenBlue
Binary101010101011110010010101
Octal252274225
Decimal170188149
Hexaabc95

Different shades of #aabc95 color code.

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

Light Shade of #aabc95
#c3d0b4
Dark Shade of #aabc95
#91a876
Saturated Shade of #aabc95
#abc58c
Desaturated Shade of #aabc95
#a9b39e
Grey scale Shade of #aabc95
#a8a8a8
Brighten Shade
#c3d5ae
Most Readable Shade
#000000

Shades of #aabc95 color code

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

#aabc95
#97a784
#849273
#717d63
#5e6852
#4b5342
#383e31
#252921
#121410
#000000

Similar Color like #aabc95 color

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

#abbd96
#acbe97
#adbf98
#aec099
#afc19a
#b0c29b
#b1c39c
#b2c49d
#b3c59e
#b4c69f
#b5c7a0
#b6c8a1
#b7c9a2
#b8caa3
#a9bb94
#a8ba93
#a7b992
#a6b891
#a5b790
#a4b68f
#a3b58e
#a2b48d
#a1b38c
#a0b28b
#9fb18a
#9eb089
#9daf88
#9cae87

Monochromatic Color with #aabc95

#aabc95
#d0e6b7
#10120e
#373c30
#5d6752
#849173

Tints of #aabc95 Color

#aabc95
#b3c3a0
#bccaac
#c6d2b8
#cfd9c4
#d9e1cf
#e2e8db
#ecf0e7
#f5f7f3
#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

#aabc95
#a795bc

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

Split Complementary

#aabc95
#9596bc
#bb95bc

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

Analogous Color

#babc95
#b2bc95
#aabc95
#a2bc95
#9abc95

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

#aabc95
#95aabc
#bc95aa

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

#aabc95
#95bcba
#a795bc
#bc9596

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

#aabc95
#a795bc
#bb95bc
#96bc95

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

#aabc95 Color Code Preview on Black Background Color

This is how #aabc95 Color will look on black background color. Color contrast ratio is 10.34

#aabc95 in use for CSS Font/Text Color

HTML with inline CSS

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

Your Example Paragraph content text in with font color #aabc95

HTML with inline CSS

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

Your Example Paragraph content text in with font color #aabc95

#aabc95 color code is use for CSS Background Color

Background color for the above div is #aabc95

HTML with inline CSS

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

#aabc95 color code is use for CSS Border Color

CSS Border color for the above div is #aabc95

HTML with inline CSS

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

CSS Border Left color for the above div is #aabc95

HTML with inline CSS

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

CSS Border Right color for the above div is #aabc95

HTML with inline CSS

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

CSS Border Bottom color for the above div is #aabc95

HTML with inline CSS

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

CSS Border Top color for the above div is #aabc95

HTML with inline CSS

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

#aabc95 hex Color code used as CSS color Codes

Example CSS Class for usage

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

#aabc95 Color code Preview on White Background

This is how #aabc95 Color code will look on white background color. Color contrast ratio is 2.03

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

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(170,188,149,0.8), rgba(0, 0, 0, 0) 70.71%), 
      linear-gradient(127deg, rgba(167,149,188,0.8), rgba(0, 0, 0, 0) 70.71%), 
      linear-gradient(336deg, rgba(170,188,149,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.

< /html>