crispedge.com

Color picker

Loading...

#aad19e hex color - Green - Cool color - Information

#aad19e hex color - Green - Cool color

Color Hue/Base color: Green

Hex #aad19e Color code in RGB color code model is created after adding 66.67% red color, 81.96% green color and 61.96% blue color. Hex #aad19e Color code in CMYK color (process color) code model is generated after subtraction of 19% cyan, 0% magenta, 24% yellow and 18% black.

Hex #aad19e color code is between #99cc99 web safe hex color code and #bbddaa web safe hex color code. #99cc99 is the nearest web safe color code. You can see here many more shades of #aad19e color code.

0 Likes 0 Comments | 1 Views

RGB Chart

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

Color Table

Hex Color Codeaad19e#aad19e
RGB Decimal170, 209, 158rgb(170, 209, 158)
RGB Percent67%, 82%, 62%rgb(67%, 82%, 62%)
CSS RGBa170, 209, 158,1rgba(170,209,158,1)
CMYK Modelcmyk(19%,0%,24%,18%)
HSL Color Space106,36% ,72%hsl(106,36% ,72%)
HSV Color Space106°, 24%, 82%
Color Temperature It's a Cool color

Color in numbers

TypeRedGreenBlue
Binary101010101101000110011110
Octal252321236
Decimal170209158
Hexaad19e

Different shades of #aad19e color code.

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

Light Shade of #aad19e
#c8e1c1
Dark Shade of #aad19e
#8cc17b
Saturated Shade of #aad19e
#a6d897
Desaturated Shade of #aad19e
#aecaa5
Grey scale Shade of #aad19e
#b7b7b7
Brighten Shade
#c3eab7
Most Readable Shade
#000000

Shades of #aad19e color code

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

#aad19e
#97b98c
#84a27a
#718b69
#5e7457
#4b5c46
#384534
#252e23
#121711
#000000

Similar Color like #aad19e color

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

#abd29f
#acd3a0
#add4a1
#aed5a2
#afd6a3
#b0d7a4
#b1d8a5
#b2d9a6
#b3daa7
#b4dba8
#b5dca9
#b6ddaa
#b7deab
#b8dfac
#a9d09d
#a8cf9c
#a7ce9b
#a6cd9a
#a5cc99
#a4cb98
#a3ca97
#a2c996
#a1c895
#a0c794
#9fc693
#9ec592
#9dc491
#9cc390

Monochromatic Color with #aad19e

#aad19e
#cdfbbe
#20271d
#42513e
#657c5e
#87a67e

Tints of #aad19e Color

#aad19e
#b3d6a8
#bcdbb3
#c6e0be
#cfe5c9
#d9ead3
#e2efde
#ecf4e9
#f5f9f4
#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

#aad19e
#c59ed1

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

Split Complementary

#aad19e
#ac9ed1
#d19ec3

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

Analogous Color

#bed19e
#b4d19e
#aad19e
#a0d19e
#9ed1a6

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

#aad19e
#9eaad1
#d19eaa

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

#aad19e
#9ec3d1
#c59ed1
#d1ab9e

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

#aad19e
#c59ed1
#d19ec3
#9ed1ac

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

#aad19e Color Code Preview on Black Background Color

This is how #aad19e Color will look on black background color. Color contrast ratio is 12.32

#aad19e in use for CSS Font/Text Color

HTML with inline CSS

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

Your Example Paragraph content text in with font color #aad19e

HTML with inline CSS

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

Your Example Paragraph content text in with font color #aad19e

#aad19e color code is use for CSS Background Color

Background color for the above div is #aad19e

HTML with inline CSS

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

#aad19e color code is use for CSS Border Color

CSS Border color for the above div is #aad19e

HTML with inline CSS

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

CSS Border Left color for the above div is #aad19e

HTML with inline CSS

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

CSS Border Right color for the above div is #aad19e

HTML with inline CSS

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

CSS Border Bottom color for the above div is #aad19e

HTML with inline CSS

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

CSS Border Top color for the above div is #aad19e

HTML with inline CSS

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

#aad19e hex Color code used as CSS color Codes

Example CSS Class for usage

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

#aad19e Color code Preview on White Background

This is how #aad19e Color code will look on white background color. Color contrast ratio is 1.70

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

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,209,158,0.8), rgba(0, 0, 0, 0) 70.71%), 
      linear-gradient(127deg, rgba(197,158,209,0.8), rgba(0, 0, 0, 0) 70.71%), 
      linear-gradient(336deg, rgba(170,209,158,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.