crispedge.com

#add40c hex color - Green - Warm color - Information

#add40c hex color - Green - Warm color

Color Mixture: Yellow and Green

Color Hue/Base color: Green

Hex #add40c Color code in RGB color code model is created after adding 67.84% red color, 83.14% green color and 4.71% blue color. Hex #add40c Color code in CMYK color (process color) code model is generated after subtraction of 18% cyan, 0% magenta, 94% yellow and 17% black.

Hex #add40c color code is between #aacc11 web safe hex color code and #bbdd00 web safe hex color code. #aacc11 is the nearest web safe color code. You can see here many more shades of #add40c color code.

0 Likes 0 Comments | 1 Views

RGB Chart

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

Color Table

Hex Color Codeadd40c#add40c
RGB Decimal173, 212, 12rgb(173, 212, 12)
RGB Percent68%, 83%, 5%rgb(68%, 83%, 5%)
CSS RGBa173, 212, 12,1rgba(173,212,12,1)
CMYK Modelcmyk(18%,0%,94%,17%)
HSL Color Space72,89% ,44%hsl(72,89% ,44%)
HSV Color Space72°, 94%, 83%
Color Temperature It's a Warm color

Color in numbers

TypeRedGreenBlue
Binary101011011101010000001100
Octal25532414
Decimal17321212
Hexadd40c

Different shades of #add40c color code.

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

Light Shade of #add40c
#c9f221
Dark Shade of #add40c
#86a409
Saturated Shade of #add40c
#b4df01
Desaturated Shade of #add40c
#a6c917
Grey scale Shade of #add40c
#707070
Brighten Shade
#c6ed25
Most Readable Shade
#000000

Shades of #add40c color code

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

#add40c
#99bc0a
#86a409
#738d08
#607506
#4c5e05
#394604
#262f02
#131701
#000000

Similar Color like #add40c color

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

#aed50d
#afd60e
#b0d70f
#b1d810
#b2d911
#b3da12
#b4db13
#b5dc14
#b6dd15
#b7de16
#b8df17
#b9e018
#bae119
#bbe21a
#acd30b
#abd20a
#aad109
#a9d008
#a8cf07
#a7ce06
#a6cd05
#a5cc04
#a4cb03
#a3ca02
#a2c901
#a1c800
#a0c700
#9fc600

Monochromatic Color with #add40c

#add40c
#d0fe0e
#222a02
#455405
#687f07
#8aa90a

Tints of #add40c Color

#add40c
#b6d827
#bfdd42
#c8e25d
#d1e778
#daeb93
#e3f0ae
#ecf5c9
#f5fae4
#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

#add40c
#330cd4

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

Split Complementary

#add40c
#0c49d4
#970cd4

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

Analogous Color

#d4ab0c
#d4d30c
#add40c
#85d40c
#5dd40c

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

#add40c
#0cadd4
#d40cad

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

#add40c
#0cd497
#330cd4
#d40c49

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

#add40c
#330cd4
#970cd4
#49d40c

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

#add40c Color Code Preview on Black Background Color

This is how #add40c Color will look on black background color. Color contrast ratio is 12.20

#add40c in use for CSS Font/Text Color

HTML with inline CSS

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

Your Example Paragraph content text in with font color #add40c

HTML with inline CSS

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

Your Example Paragraph content text in with font color #add40c

#add40c color code is use for CSS Background Color

Background color for the above div is #add40c

HTML with inline CSS

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

#add40c color code is use for CSS Border Color

CSS Border color for the above div is #add40c

HTML with inline CSS

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

CSS Border Left color for the above div is #add40c

HTML with inline CSS

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

CSS Border Right color for the above div is #add40c

HTML with inline CSS

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

CSS Border Bottom color for the above div is #add40c

HTML with inline CSS

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

CSS Border Top color for the above div is #add40c

HTML with inline CSS

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

#add40c hex Color code used as CSS color Codes

Example CSS Class for usage

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

#add40c Color code Preview on White Background

This is how #add40c Color code will look on white background color. Color contrast ratio is 1.72

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

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(173,212,12,0.8), rgba(0, 0, 0, 0) 70.71%), 
      linear-gradient(127deg, rgba(51,12,212,0.8), rgba(0, 0, 0, 0) 70.71%), 
      linear-gradient(336deg, rgba(173,212,12,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.

< /html>