crispedge.com

Color picker

Loading...
Click "Search Color" button for color information.

#aacd96 hex color - Green - Cool color - Information

#aacd96 hex color - Green - Cool color

Color Hue/Base color: Green

Hex #aacd96 Color code in RGB color code model is created after adding 66.67% red color, 80.39% green color and 58.82% blue color. Hex #aacd96 Color code in CMYK color (process color) code model is generated after subtraction of 17% cyan, 0% magenta, 27% yellow and 20% black.

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

0 Likes 0 Comments | 1 Views

Color Table

Hex Color Codeaacd96#aacd96
RGB Decimal170, 205, 150rgb(170, 205, 150)
RGB Percent67%, 80%, 59%rgb(67%, 80%, 59%)
CSS RGBa170, 205, 150,1rgba(170,205,150,1)
CMYK Modelcmyk(17%,0%,27%,20%)
HSL Color Space98,35% ,70%hsl(98,35% ,70%)
HSV Color Space98°, 27%, 80%
Color Temperature It's a Cool color

Color in numbers

TypeRedGreenBlue
Binary101010101100110110010110
Octal252315226
Decimal170205150
Hexaacd96

Different shades of #aacd96 color code.

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

Light Shade of #aacd96
#c6ddb9
Dark Shade of #aacd96
#8ebd73
Saturated Shade of #aacd96
#a8d58e
Desaturated Shade of #aacd96
#acc59e
Grey scale Shade of #aacd96
#b1b1b1
Brighten Shade
#c3e6af
Most Readable Shade
#000000

Shades of #aacd96 color code

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

#aacd96
#97b685
#849f74
#718864
#5e7153
#4b5b42
#384432
#252d21
#121610
#000000

Similar Color like #aacd96 color

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

#abce97
#accf98
#add099
#aed19a
#afd29b
#b0d39c
#b1d49d
#b2d59e
#b3d69f
#b4d7a0
#b5d8a1
#b6d9a2
#b7daa3
#b8dba4
#a9cc95
#a8cb94
#a7ca93
#a6c992
#a5c891
#a4c790
#a3c68f
#a2c58e
#a1c48d
#a0c38c
#9fc28b
#9ec18a
#9dc089
#9cbf88

Monochromatic Color with #aacd96

#aacd96
#cdf7b5
#1d231a
#404d39
#647858
#87a277

Tints of #aacd96 Color

#aacd96
#b3d2a1
#bcd8ad
#c6ddb9
#cfe3c4
#d9e8d0
#e2eedc
#ecf3e7
#f5f9f3
#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

#aacd96
#b996cd

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

Split Complementary

#aacd96
#9e96cd
#cd96c6

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

Analogous Color

#c0cd96
#b5cd96
#aacd96
#9fcd96
#96cd98

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

#aacd96
#96aacd
#cd96aa

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

#aacd96
#96c5cd
#b996cd
#cd9d96

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

#aacd96
#b996cd
#cd96c6
#96cd9e

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

#aacd96 Color Code Preview on Black Background Color

This is how #aacd96 Color will look on black background color. Color contrast ratio is 11.88

#aacd96 in use for CSS Font/Text Color

HTML with inline CSS

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

Your Example Paragraph content text in with font color #aacd96

HTML with inline CSS

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

Your Example Paragraph content text in with font color #aacd96

#aacd96 color code is use for CSS Background Color

Background color for the above div is #aacd96

HTML with inline CSS

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

#aacd96 color code is use for CSS Border Color

CSS Border color for the above div is #aacd96

HTML with inline CSS

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

CSS Border Left color for the above div is #aacd96

HTML with inline CSS

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

CSS Border Right color for the above div is #aacd96

HTML with inline CSS

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

CSS Border Bottom color for the above div is #aacd96

HTML with inline CSS

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

CSS Border Top color for the above div is #aacd96

HTML with inline CSS

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

#aacd96 hex Color code used as CSS color Codes

Example CSS Class for usage

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

#aacd96 Color code Preview on White Background

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

Related Gradients

Beautiful Colored Gradient Background. Find awesome Gradient for your next project.

0 Likes 0 Comments | 1 Views

Post your comment:-

By submitting comment you agree to our privacy policy.