crispedge.com

Color picker

Loading...

#aaad1d hex color - Green - Warm color - Information

#aaad1d hex color - Green - Warm color

Color Mixture: Yellow and Green

Color Hue/Base color: Green

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

Hex #aaad1d color code is between #99aa22 web safe hex color code and #bbbb11 web safe hex color code. #99aa22 is the nearest web safe color code. You can see here many more shades of #aaad1d color code.

0 Likes 0 Comments | 1 Views

RGB Chart

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

Color Table

Hex Color Codeaaad1d#aaad1d
RGB Decimal170, 173, 29rgb(170, 173, 29)
RGB Percent67%, 68%, 11%rgb(67%, 68%, 11%)
CSS RGBa170, 173, 29,1rgba(170,173,29,1)
CMYK Modelcmyk(2%,0%,83%,32%)
HSL Color Space61,71% ,40%hsl(61,71% ,40%)
HSV Color Space61°, 83%, 68%
Color Temperature It's a Warm color

Color in numbers

TypeRedGreenBlue
Binary101010101010110100011101
Octal25225535
Decimal17017329
Hexaaad1d

Different shades of #aaad1d color code.

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

Light Shade of #aaad1d
#d5d924
Dark Shade of #aaad1d
#7f8116
Saturated Shade of #aaad1d
#b4b713
Desaturated Shade of #aaad1d
#a0a327
Grey scale Shade of #aaad1d
#656565
Brighten Shade
#c3c636
Most Readable Shade
#000000

Shades of #aaad1d color code

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

#aaad1d
#979919
#848616
#717313
#5e6010
#4b4c0c
#383909
#252606
#121303
#000000

Similar Color like #aaad1d color

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

#abae1e
#acaf1f
#adb020
#aeb121
#afb222
#b0b323
#b1b424
#b2b525
#b3b626
#b4b727
#b5b828
#b6b929
#b7ba2a
#b8bb2b
#a9ac1c
#a8ab1b
#a7aa1a
#a6a919
#a5a818
#a4a717
#a3a616
#a2a515
#a1a414
#a0a313
#9fa212
#9ea111
#9da010
#9c9f0f

Monochromatic Color with #aaad1d

#aaad1d
#d4d724
#030301
#2d2d08
#56580f
#808216

Tints of #aaad1d Color

#aaad1d
#b3b636
#bcbf4f
#c6c868
#cfd181
#d9da9a
#e2e3b3
#ececcc
#f5f5e5
#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

#aaad1d
#201dad

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

Split Complementary

#aaad1d
#1d62ad
#681dad

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

Analogous Color

#ad761d
#ad931d
#aaad1d
#8dad1d
#70ad1d

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

#aaad1d
#1daaad
#ad1daa

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

#aaad1d
#1dad68
#201dad
#ad1d62

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

#aaad1d
#201dad
#681dad
#62ad1d

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

#aaad1d Color Code Preview on Black Background Color

This is how #aaad1d Color will look on black background color. Color contrast ratio is 8.70

#aaad1d in use for CSS Font/Text Color

HTML with inline CSS

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

Your Example Paragraph content text in with font color #aaad1d

HTML with inline CSS

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

Your Example Paragraph content text in with font color #aaad1d

#aaad1d color code is use for CSS Background Color

Background color for the above div is #aaad1d

HTML with inline CSS

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

#aaad1d color code is use for CSS Border Color

CSS Border color for the above div is #aaad1d

HTML with inline CSS

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

CSS Border Left color for the above div is #aaad1d

HTML with inline CSS

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

CSS Border Right color for the above div is #aaad1d

HTML with inline CSS

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

CSS Border Bottom color for the above div is #aaad1d

HTML with inline CSS

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

CSS Border Top color for the above div is #aaad1d

HTML with inline CSS

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

#aaad1d hex Color code used as CSS color Codes

Example CSS Class for usage

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

#aaad1d Color code Preview on White Background

This is how #aaad1d Color code will look on white background color. Color contrast ratio is 2.41

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

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