Skip to main content Skip to docs navigation

#add552 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 Badass Grass and its hex is #B4DA55 Nearest Color Name

Color Hue/Base color: Green

Hex #add552 Color code in RGB color code model is created after adding 67.84% red color, 83.53% green color and 32.16% blue color. Hex #add552 Color code in CMYK color (process color) code model is generated after subtraction of 19% cyan, 0% magenta, 62% yellow and 16.47% black.

Hex #add552 color code is between #aadd55 web safe hex color code and #bbcc44 web safe hex color code. #aadd55 is the nearest web safe color code. You can see here many more shades of #add552 color code.

RGB Chart

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

Color Table

Hex Color Code add552 #add552
RGB Decimal 173, 213, 82 173, 213, 82
RGB Percent 68%, 84%, 32% rgb(68%, 84%, 32%)
CSS RGBa 173, 213, 82,1 rgba(173,213,82,1)
CMYK Model cmyk(19%,0%,62%,16.47%)
HSL Color Space 78,61% ,58% hsl(78,61% ,58%)
HSV Color Space 78°, 62%, 84%
Color Temperature It's a Warm color

Color in numbers

Type Red Green Blue
Binary 10101101 11010101 01010010
Octal 255 325 122
Decimal 173 213 82
Hex ad d5 52

Different shades of #add552 color code.

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

Darkest of #add552
#58721c
Darker of #add552
#779b26
Dark of #add552
#97c430
Base of #add552
#add552
Light of #add552
#c0df7b
Lighter
#d4e9a4
Lightest
#e7f3cd

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

#add552
#7a52d5

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

Split Complementary

#add552
#526bd5
#bb52d5

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

Analogous Color

#d5b152
#d5c652
#add552
#81d552
#52d559

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

#add552
#d552ad
#52add5

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

#add552
#52add5
#7a52d5
#d57a52

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

#add552
#52d5bb
#7a52d5
#d5526b

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 #add552

#384912
#58721c
#779b26
#97c430
#add552
#c0df7b
#d4e9a4
#e7f3cd
#fbfdf6

Tints of #add552 Color

#add552
#b6d965
#bfde78
#c8e38b
#d1e79e
#daecb2
#e3f1c5
#ecf5d8
#f5faeb
#ffffff

Shades of #add552 color code

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

#add552
#99bd48
#86a53f
#738e36
#60762d
#4c5e24
#39471b
#262f12
#131709
#000000

Tones

#add552
#a5bf67
#9caa7d
#949492
#939393

Tones

Similar Color like #add552 color

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

#aed653
#afd754
#b0d855
#b1d956
#b2da57
#b3db58
#b4dc59
#b5dd5a
#b6de5b
#b7df5c
#b8e05d
#b9e15e
#bae25f
#bbe360
#acd451
#abd350
#aad24f
#a9d14e
#a8d04d
#a7cf4c
#a6ce4b
#a5cd4a
#a4cc49
#a3cb48
#a2ca47
#a1c946
#a0c845
#9fc744

Download this Dark Green

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

#add552 Color Code Preview on Black Background Color

This is how #add552 Color will look on black background color. Color contrast ratio is 12.42

#add552 in use for CSS Font/Text Color

HTML with inline CSS

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

Your Example Paragraph content text in with font color #add552

HTML with inline CSS

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

Your Example Paragraph content text in with font color #add552

#add552 color code is use for CSS Background Color

Background color for the above div is #add552

HTML with inline CSS

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

#add552 color code is use for CSS Border Color

CSS Border color for the above div is #add552

HTML with inline CSS

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

CSS Border Left color for the above div is #add552

HTML with inline CSS

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

CSS Border Right color for the above div is #add552

HTML with inline CSS

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

CSS Border Bottom color for the above div is #add552

HTML with inline CSS

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

CSS Border Top color for the above div is #add552

HTML with inline CSS

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

#add552 hex Color code used as CSS color Codes

Example CSS Class for usage

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

#add552 Color code Preview on White Background

This is how #add552 Color code will look on white background color. Color contrast ratio is 1.69

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

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,213,82,0.8), rgba(0, 0, 0, 0) 70.71%), 
      linear-gradient(127deg, rgba(122,82,213,0.8), rgba(0, 0, 0, 0) 70.71%), 
      linear-gradient(336deg, rgba(173,213,82,0.8), rgba(0, 0, 0, 0) 70.71%);
	  background-clip: text;
	  text-fill-color: transparent;
  }