Skip to main content Skip to docs navigation

#add044 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 Lyceum (Was Lycra Strip) and its hex is #ADCF43 Nearest Color Name

Color Hue/Base color: Green

Hex #add044 Color code in RGB color code model is created after adding 67.84% red color, 81.57% green color and 26.67% blue color. Hex #add044 Color code in CMYK color (process color) code model is generated after subtraction of 17% cyan, 0% magenta, 67% yellow and 18.43% black.

Hex #add044 color code is between #aacc33 web safe hex color code and #bbdd55 web safe hex color code. #aacc33 is the nearest web safe color code. You can see here many more shades of #add044 color code.

RGB Chart

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

Color Table

Hex Color Code add044 #add044
RGB Decimal 173, 208, 68 173, 208, 68
RGB Percent 68%, 82%, 27% rgb(68%, 82%, 27%)
CSS RGBa 173, 208, 68,1 rgba(173,208,68,1)
CMYK Model cmyk(17%,0%,67%,18.43%)
HSL Color Space 75,60% ,54% hsl(75,60% ,54%)
HSV Color Space 75°, 67%, 82%
Color Temperature It's a Warm color

Color in numbers

Type Red Green Blue
Binary 10101101 11010000 01000100
Octal 255 320 104
Decimal 173 208 68
Hex ad d0 44

Different shades of #add044 color code.

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

Darkest of #add044
#506219
Darker of #add044
#718b23
Dark of #add044
#92b42d
Base of #add044
#add044
Light of #add044
#bfda6d
Lighter
#d1e496
Lightest
#e3efbe

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

#add044
#6744d0

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

Split Complementary

#add044
#4467d0
#ad44d0

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

Analogous Color

#d0a144
#d0b944
#add044
#7ed044
#44d044

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

#add044
#d044ad
#44add0

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

#add044
#44add0
#6744d0
#d06744

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

#add044
#44d0ad
#6744d0
#d04467

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

#2f3a0e
#506219
#718b23
#92b42d
#add044
#bfda6d
#d1e496
#e3efbe
#f4f9e7

Tints of #add044 Color

#add044
#b6d558
#bfda6d
#c8df82
#d1e497
#daeaab
#e3efc0
#ecf4d5
#f5f9ea
#ffffff

Shades of #add044 color code

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

#add044
#99b83c
#86a134
#738a2d
#607325
#4c5c1e
#394516
#262e0f
#131707
#000000

Tones

#add044
#a1b95b
#96a173
#8a8a8a
#8a8a8a

Tones

Similar Color like #add044 color

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

#aed145
#afd246
#b0d347
#b1d448
#b2d549
#b3d64a
#b4d74b
#b5d84c
#b6d94d
#b7da4e
#b8db4f
#b9dc50
#badd51
#bbde52
#accf43
#abce42
#aacd41
#a9cc40
#a8cb3f
#a7ca3e
#a6c93d
#a5c83c
#a4c73b
#a3c63a
#a2c539
#a1c438
#a0c337
#9fc236

Download this Dark Green

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

#add044 Color Code Preview on Black Background Color

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

#add044 in use for CSS Font/Text Color

HTML with inline CSS

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

Your Example Paragraph content text in with font color #add044

HTML with inline CSS

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

Your Example Paragraph content text in with font color #add044

#add044 color code is use for CSS Background Color

Background color for the above div is #add044

HTML with inline CSS

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

#add044 color code is use for CSS Border Color

CSS Border color for the above div is #add044

HTML with inline CSS

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

CSS Border Left color for the above div is #add044

HTML with inline CSS

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

CSS Border Right color for the above div is #add044

HTML with inline CSS

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

CSS Border Bottom color for the above div is #add044

HTML with inline CSS

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

CSS Border Top color for the above div is #add044

HTML with inline CSS

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

#add044 hex Color code used as CSS color Codes

Example CSS Class for usage

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

#add044 Color code Preview on White Background

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

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