Skip to main content Skip to docs navigation

#add667 hex color | Download Dark Green BG image | Information

Color Picker

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

Color Info

Woow we have a nearby visually matching color name available. It's name is Melissa and its hex is #B5D96B Nearest Color Name

Color Hue/Base color: Green

Hex #add667 Color code in RGB color code model is created after adding 67.84% red color, 83.92% green color and 40.39% blue color. Hex #add667 Color code in CMYK color (process color) code model is generated after subtraction of 19% cyan, 0% magenta, 52% yellow and 16.08% black.

Hex #add667 color code is between #aadd66 web safe hex color code and #bbcc77 web safe hex color code. #aadd66 is the nearest web safe color code. You can see here many more shades of #add667 color code.

RGB Chart

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

Color Table

Hex Color Code add667 #add667
RGB Decimal 173, 214, 103 173, 214, 103
RGB Percent 68%, 84%, 40% rgb(68%, 84%, 40%)
CSS RGBa 173, 214, 103,1 rgba(173,214,103,1)
CMYK Model cmyk(19%,0%,52%,16.08%)
HSL Color Space 82,58% ,62% hsl(82,58% ,62%)
HSV Color Space 82°, 52%, 84%
Color Temperature It's a Warm color

Color in numbers

Type Red Green Blue
Binary 10101101 11010110 01100111
Octal 255 326 147
Decimal 173 214 103
Hex ad d6 67

Different shades of #add667 color code.

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

Darkest of #add667
#5e8123
Darker of #add667
#7ca92e
Dark of #add667
#97cb3f
Base of #add667
#add667
Light of #add667
#c3e18f
Lighter
#d8ecb7
Lightest
#eef7e0

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

#add667
#9067d6

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

Split Complementary

#add667
#6776d6
#c767d6

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

Analogous Color

#d6be67
#d6d167
#add667
#88d667
#67d674

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

#add667
#d667ad
#67add6

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

#add667
#67add6
#9067d6
#d69067

Tetrad/Square Color is vibrant, positive and colorful color scheme. Its a diverse color scheme, Google, Microsoft, Slack & eBay uses in their color logos.

Square Color

#add667
#67d6c7
#9067d6
#d66776

Square 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).

Monochromatic Color with #add667

#415918
#5e8123
#7ca92e
#97cb3f
#add667
#c3e18f
#d8ecb7
#eef7e0
#ffffff

Tints of #add667 Color

#add667
#b6da77
#bfdf88
#c8e399
#d1e8aa
#daecbb
#e3f1cc
#ecf5dd
#f5faee
#ffffff

Shades of #add667 color code

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

#add667
#99be5b
#86a650
#738e44
#607639
#4c5f2d
#394722
#262f16
#13170b
#000000

Tones

#add667
#a8c37a
#a3af8e
#9f9f9f
#9f9f9f

Tones

Similar Color like #add667 color

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

#aed768
#afd869
#b0d96a
#b1da6b
#b2db6c
#b3dc6d
#b4dd6e
#b5de6f
#b6df70
#b7e071
#b8e172
#b9e273
#bae374
#bbe475
#acd566
#abd465
#aad364
#a9d263
#a8d162
#a7d061
#a6cf60
#a5ce5f
#a4cd5e
#a3cc5d
#a2cb5c
#a1ca5b
#a0c95a
#9fc859

Download this Dark Green

Hex #add667 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.

#add667 Color Code Preview on Black Background Color

This is how #add667 Color will look on black background color. Color contrast ratio is 12.59

#add667 in use for CSS Font/Text Color

HTML with inline CSS

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

Your Example Paragraph content text in with font color #add667

HTML with inline CSS

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

Your Example Paragraph content text in with font color #add667

#add667 color code is use for CSS Background Color

Background color for the above div is #add667

HTML with inline CSS

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

#add667 color code is use for CSS Border Color

CSS Border color for the above div is #add667

HTML with inline CSS

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

CSS Border Left color for the above div is #add667

HTML with inline CSS

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

CSS Border Right color for the above div is #add667

HTML with inline CSS

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

CSS Border Bottom color for the above div is #add667

HTML with inline CSS

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

CSS Border Top color for the above div is #add667

HTML with inline CSS

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

#add667 hex Color code used as CSS color Codes

Example CSS Class for usage

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

#add667 Color code Preview on White Background

This is how #add667 Color code will look on white background color. Color contrast ratio is 1.67

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

Gradient color background

Using gradients with mixed colors is a good idea. Download these backgrounds. Use them in slideshows, cards, and other designs.

Gradient Text

Find Gradient Text for your next project.

CRISPEDGE

 .gradientTextClass{
  background: 
      linear-gradient(217deg, rgba(173,214,103,0.8), rgba(0, 0, 0, 0) 70.71%), 
      linear-gradient(127deg, rgba(144,103,214,0.8), rgba(0, 0, 0, 0) 70.71%), 
      linear-gradient(336deg, rgba(173,214,103,0.8), rgba(0, 0, 0, 0) 70.71%);
	  background-clip: text;
	  text-fill-color: transparent;
  }