@
The color hex or name not found.

You can tap color picker and choose a color or enter any valid hex color code or Color name to find color details.

#aadd2f hex color - Green - Warm color - Information

#aadd2f hex color - Green - Warm color

Color Mixture: Yellow and Green

Color Hue/Base color: Green

Hex #aadd2f Color code in RGB color code model is created after adding 66.67% red color, 86.67% green color and 18.43% blue color. Hex #aadd2f Color code in CMYK color (process color) code model is generated after subtraction of 23% cyan, 0% magenta, 79% yellow and 13.33% black.

Hex #aadd2f color code is between #99cc33 web safe hex color code and #bbee22 web safe hex color code. #99cc33 is the nearest web safe color code. You can see here many more shades of #aadd2f color code.

0 Likes 0 Comments | 1 Views

RGB Chart

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

Color Table

Hex Color Code aadd2f #aadd2f
RGB Decimal 170, 221, 47 rgb(170, 221, 47)
RGB Percent 67%, 87%, 18% rgb(67%, 87%, 18%)
CSS RGBa 170, 221, 47,1 rgba(170,221,47,1)
CMYK Model cmyk(23%,0%,79%,13.33%)
HSL Color Space 78,72% ,53% hsl(78,72% ,53%)
HSV Color Space 78°, 79%, 87%
Color Temperature It's a Warm color

Color in numbers

Type Red Green Blue
Binary 10101010 11011101 00101111
Octal 252 335 57
Decimal 170 221 47
Hex aa dd 2f

Different shades of #aadd2f color code.

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

Light Shade of #aadd2f
#bce45b
Dark Shade of #aadd2f
#8dba1e
Saturated Shade of #aadd2f
#afe923
Desaturated Shade of #aadd2f
#a5d13b
Grey scale Shade of #aadd2f
#868686
Brighten Shade
#c3f648
Most Readable Shade
#000000

Shades of #aadd2f color code

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

#aadd2f
#97c429
#84ab24
#71931f
#5e7a1a
#4b6214
#38490f
#25310a
#121805
#000000

Similar Color like #aadd2f color

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

#abde30
#acdf31
#ade032
#aee133
#afe234
#b0e335
#b1e436
#b2e537
#b3e638
#b4e739
#b5e83a
#b6e93b
#b7ea3c
#b8eb3d
#a9dc2e
#a8db2d
#a7da2c
#a6d92b
#a5d82a
#a4d729
#a3d628
#a2d527
#a1d426
#a0d325
#9fd224
#9ed123
#9dd022
#9ccf21

Monochromatic Color with #aadd2f

#aadd2f
#070802
#27330b
#485d14
#69881d
#89b326

Tints of #aadd2f Color

#aadd2f
#b3e046
#bce45d
#c6e874
#cfec8b
#d9efa2
#e2f3b9
#ecf7d0
#f5fbe7
#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

#aadd2f
#622fdd

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

Split Complementary

#aadd2f
#2f53dd
#b92fdd

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

Analogous Color

#ddca2f
#cddd2f
#aadd2f
#87dd2f
#64dd2f

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

#aadd2f
#2faadd
#dd2faa

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

#aadd2f
#2fddb9
#622fdd
#dd2f53

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

#aadd2f
#622fdd
#b92fdd
#53dd2f

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

#aadd2f Color Code Preview on Black Background Color

This is how #aadd2f Color will look on black background color. Color contrast ratio is 13.09

#aadd2f in use for CSS Font/Text Color

HTML with inline CSS

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

Your Example Paragraph content text in with font color #aadd2f

HTML with inline CSS

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

Your Example Paragraph content text in with font color #aadd2f

#aadd2f color code is use for CSS Background Color

Background color for the above div is #aadd2f

HTML with inline CSS

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

#aadd2f color code is use for CSS Border Color

CSS Border color for the above div is #aadd2f

HTML with inline CSS

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

CSS Border Left color for the above div is #aadd2f

HTML with inline CSS

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

CSS Border Right color for the above div is #aadd2f

HTML with inline CSS

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

CSS Border Bottom color for the above div is #aadd2f

HTML with inline CSS

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

CSS Border Top color for the above div is #aadd2f

HTML with inline CSS

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

#aadd2f hex Color code used as CSS color Codes

Example CSS Class for usage

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

#aadd2f Color code Preview on White Background

This is how #aadd2f Color code will look on white background color. Color contrast ratio is 1.60

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

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,221,47,0.8), rgba(0, 0, 0, 0) 70.71%), 
      linear-gradient(127deg, rgba(98,47,221,0.8), rgba(0, 0, 0, 0) 70.71%), 
      linear-gradient(336deg, rgba(170,221,47,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.