crispedge.com

Color picker

Loading...

#aaad79 hex color - Green - Warm color - Information

#aaad79 hex color - Green - Warm color

Color Mixture: Yellow and Green

Color Hue/Base color: Green

Hex #aaad79 Color code in RGB color code model is created after adding 66.67% red color, 67.84% green color and 47.45% blue color. Hex #aaad79 Color code in CMYK color (process color) code model is generated after subtraction of 2% cyan, 0% magenta, 30% yellow and 32% black.

Hex #aaad79 color code is between #99aa77 web safe hex color code and #bbbb88 web safe hex color code. #99aa77 is the nearest web safe color code. You can see here many more shades of #aaad79 color code.

0 Likes 0 Comments | 1 Views

RGB Chart

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

Color Table

Hex Color Codeaaad79#aaad79
RGB Decimal170, 173, 121rgb(170, 173, 121)
RGB Percent67%, 68%, 47%rgb(67%, 68%, 47%)
CSS RGBa170, 173, 121,1rgba(170,173,121,1)
CMYK Modelcmyk(2%,0%,30%,32%)
HSL Color Space63,24% ,58%hsl(63,24% ,58%)
HSV Color Space63°, 30%, 68%
Color Temperature It's a Warm color

Color in numbers

TypeRedGreenBlue
Binary101010101010110101111001
Octal252255171
Decimal170173121
Hexaaad79

Different shades of #aaad79 color code.

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

Light Shade of #aaad79
#bec099
Dark Shade of #aaad79
#93975c
Saturated Shade of #aaad79
#b4b86e
Desaturated Shade of #aaad79
#a0a284
Grey scale Shade of #aaad79
#939393
Brighten Shade
#c3c692
Most Readable Shade
#000000

Shades of #aaad79 color code

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

#aaad79
#97996b
#84865e
#717350
#5e6043
#4b4c35
#383928
#25261a
#12130d
#000000

Similar Color like #aaad79 color

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

#abae7a
#acaf7b
#adb07c
#aeb17d
#afb27e
#b0b37f
#b1b480
#b2b581
#b3b682
#b4b783
#b5b884
#b6b985
#b7ba86
#b8bb87
#a9ac78
#a8ab77
#a7aa76
#a6a975
#a5a874
#a4a773
#a3a672
#a2a571
#a1a470
#a0a36f
#9fa26e
#9ea16d
#9da06c
#9c9f6b

Monochromatic Color with #aaad79

#aaad79
#d4d797
#030302
#2d2d20
#56583e
#80825b

Tints of #aaad79 Color

#aaad79
#b3b687
#bcbf96
#c6c8a5
#cfd1b4
#d9dac3
#e2e3d2
#ecece1
#f5f5f0
#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

#aaad79
#7c79ad

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

Split Complementary

#aaad79
#7990ad
#9679ad

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

Analogous Color

#ad9b79
#ada679
#aaad79
#a0ad79
#95ad79

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

#aaad79
#79aaad
#ad79aa

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

#aaad79
#79ad96
#7c79ad
#ad7990

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

#aaad79
#7c79ad
#9679ad
#90ad79

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

#aaad79 Color Code Preview on Black Background Color

This is how #aaad79 Color will look on black background color. Color contrast ratio is 8.96

#aaad79 in use for CSS Font/Text Color

HTML with inline CSS

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

Your Example Paragraph content text in with font color #aaad79

HTML with inline CSS

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

Your Example Paragraph content text in with font color #aaad79

#aaad79 color code is use for CSS Background Color

Background color for the above div is #aaad79

HTML with inline CSS

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

#aaad79 color code is use for CSS Border Color

CSS Border color for the above div is #aaad79

HTML with inline CSS

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

CSS Border Left color for the above div is #aaad79

HTML with inline CSS

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

CSS Border Right color for the above div is #aaad79

HTML with inline CSS

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

CSS Border Bottom color for the above div is #aaad79

HTML with inline CSS

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

CSS Border Top color for the above div is #aaad79

HTML with inline CSS

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

#aaad79 hex Color code used as CSS color Codes

Example CSS Class for usage

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

#aaad79 Color code Preview on White Background

This is how #aaad79 Color code will look on white background color. Color contrast ratio is 2.34

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

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,173,121,0.8), rgba(0, 0, 0, 0) 70.71%), 
      linear-gradient(127deg, rgba(124,121,173,0.8), rgba(0, 0, 0, 0) 70.71%), 
      linear-gradient(336deg, rgba(170,173,121,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.