@
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.

#aad054 hex color - Green - Warm color - Information

#aad054 hex color - Green - Warm color

Color Mixture: Yellow and Green

Color Hue/Base color: Green

Hex #aad054 Color code in RGB color code model is created after adding 66.67% red color, 81.57% green color and 32.94% blue color. Hex #aad054 Color code in CMYK color (process color) code model is generated after subtraction of 18% cyan, 0% magenta, 60% yellow and 18.43% black.

Hex #aad054 color code is between #99cc55 web safe hex color code and #bbdd44 web safe hex color code. #99cc55 is the nearest web safe color code. You can see here many more shades of #aad054 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 aad054 #aad054
RGB Decimal 170, 208, 84 rgb(170, 208, 84)
RGB Percent 67%, 82%, 33% rgb(67%, 82%, 33%)
CSS RGBa 170, 208, 84,1 rgba(170,208,84,1)
CMYK Model cmyk(18%,0%,60%,18.43%)
HSL Color Space 78,57% ,57% hsl(78,57% ,57%)
HSV Color Space 78°, 60%, 82%
Color Temperature It's a Warm color

Color in numbers

Type Red Green Blue
Binary 10101010 11010000 01010100
Octal 252 320 124
Decimal 170 208 84
Hex aa d0 54

Different shades of #aad054 color code.

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

Light Shade of #aad054
#bedb7c
Dark Shade of #aad054
#93bd34
Saturated Shade of #aad054
#aedb49
Desaturated Shade of #aad054
#a6c55f
Grey scale Shade of #aad054
#929292
Brighten Shade
#c3e96d
Most Readable Shade
#000000

Shades of #aad054 color code

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

#aad054
#97b84a
#84a141
#718a38
#5e732e
#4b5c25
#38451c
#252e12
#121709
#000000

Similar Color like #aad054 color

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

#abd155
#acd256
#add357
#aed458
#afd559
#b0d65a
#b1d75b
#b2d85c
#b3d95d
#b4da5e
#b5db5f
#b6dc60
#b7dd61
#b8de62
#a9cf53
#a8ce52
#a7cd51
#a6cc50
#a5cb4f
#a4ca4e
#a3c94d
#a2c84c
#a1c74b
#a0c64a
#9fc549
#9ec448
#9dc347
#9cc246

Monochromatic Color with #aad054

#aad054
#cdfa65
#1f260f
#425021
#657b32
#87a543

Tints of #aad054 Color

#aad054
#b3d567
#bcda7a
#c6df8d
#cfe4a0
#d9eab3
#e2efc6
#ecf4d9
#f5f9ec
#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

#aad054
#7a54d0

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

Split Complementary

#aad054
#546cd0
#b854d0

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

Analogous Color

#d0c454
#c3d054
#aad054
#91d054
#78d054

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

#aad054
#54aad0
#d054aa

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

#aad054
#54d0b8
#7a54d0
#d0546c

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

#aad054
#7a54d0
#b854d0
#6cd054

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

#aad054 Color Code Preview on Black Background Color

This is how #aad054 Color will look on black background color. Color contrast ratio is 11.86

#aad054 in use for CSS Font/Text Color

HTML with inline CSS

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

Your Example Paragraph content text in with font color #aad054

HTML with inline CSS

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

Your Example Paragraph content text in with font color #aad054

#aad054 color code is use for CSS Background Color

Background color for the above div is #aad054

HTML with inline CSS

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

#aad054 color code is use for CSS Border Color

CSS Border color for the above div is #aad054

HTML with inline CSS

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

CSS Border Left color for the above div is #aad054

HTML with inline CSS

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

CSS Border Right color for the above div is #aad054

HTML with inline CSS

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

CSS Border Bottom color for the above div is #aad054

HTML with inline CSS

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

CSS Border Top color for the above div is #aad054

HTML with inline CSS

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

#aad054 hex Color code used as CSS color Codes

Example CSS Class for usage

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

#aad054 Color code Preview on White Background

This is how #aad054 Color code will look on white background color. Color contrast ratio is 1.77

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

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