crispedge.com

Color picker

Loading...

#aaad77 hex color - Green - Warm color - Information

#aaad77 hex color - Green - Warm color

Color Mixture: Yellow and Green

Color Hue/Base color: Green

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

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

0 Likes 0 Comments | 1 Views

RGB Chart

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

Color Table

Hex Color Codeaaad77#aaad77
RGB Decimal170, 173, 119rgb(170, 173, 119)
RGB Percent67%, 68%, 47%rgb(67%, 68%, 47%)
CSS RGBa170, 173, 119,1rgba(170,173,119,1)
CMYK Modelcmyk(2%,0%,31%,32%)
HSL Color Space63,25% ,57%hsl(63,25% ,57%)
HSV Color Space63°, 31%, 68%
Color Temperature It's a Warm color

Color in numbers

TypeRedGreenBlue
Binary101010101010110101110111
Octal252255167
Decimal170173119
Hexaaad77

Different shades of #aaad77 color code.

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

Light Shade of #aaad77
#bec097
Dark Shade of #aaad77
#93965b
Saturated Shade of #aaad77
#b4b86c
Desaturated Shade of #aaad77
#a0a282
Grey scale Shade of #aaad77
#929292
Brighten Shade
#c3c690
Most Readable Shade
#000000

Shades of #aaad77 color code

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

#aaad77
#979969
#84865c
#71734f
#5e6042
#4b4c34
#383927
#25261a
#12130d
#000000

Similar Color like #aaad77 color

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

#abae78
#acaf79
#adb07a
#aeb17b
#afb27c
#b0b37d
#b1b47e
#b2b57f
#b3b680
#b4b781
#b5b882
#b6b983
#b7ba84
#b8bb85
#a9ac76
#a8ab75
#a7aa74
#a6a973
#a5a872
#a4a771
#a3a670
#a2a56f
#a1a46e
#a0a36d
#9fa26c
#9ea16b
#9da06a
#9c9f69

Monochromatic Color with #aaad77

#aaad77
#d4d794
#030302
#2d2d1f
#56583d
#80825a

Tints of #aaad77 Color

#aaad77
#b3b686
#bcbf95
#c6c8a4
#cfd1b3
#d9dac2
#e2e3d1
#ecece0
#f5f5ef
#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

#aaad77
#7a77ad

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

Split Complementary

#aaad77
#778fad
#9577ad

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

Analogous Color

#ad9a77
#ada577
#aaad77
#9fad77
#94ad77

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

#aaad77
#77aaad
#ad77aa

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

#aaad77
#77ad95
#7a77ad
#ad778f

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

#aaad77
#7a77ad
#9577ad
#8fad77

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

#aaad77 Color Code Preview on Black Background Color

This is how #aaad77 Color will look on black background color. Color contrast ratio is 8.95

#aaad77 in use for CSS Font/Text Color

HTML with inline CSS

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

Your Example Paragraph content text in with font color #aaad77

HTML with inline CSS

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

Your Example Paragraph content text in with font color #aaad77

#aaad77 color code is use for CSS Background Color

Background color for the above div is #aaad77

HTML with inline CSS

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

#aaad77 color code is use for CSS Border Color

CSS Border color for the above div is #aaad77

HTML with inline CSS

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

CSS Border Left color for the above div is #aaad77

HTML with inline CSS

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

CSS Border Right color for the above div is #aaad77

HTML with inline CSS

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

CSS Border Bottom color for the above div is #aaad77

HTML with inline CSS

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

CSS Border Top color for the above div is #aaad77

HTML with inline CSS

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

#aaad77 hex Color code used as CSS color Codes

Example CSS Class for usage

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

#aaad77 Color code Preview on White Background

This is how #aaad77 Color code will look on white background color. Color contrast ratio is 2.35

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

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