crispedge.com

Color picker

Loading...

#add461 hex color - Green - Warm color - Information

#add461 hex color - Green - Warm color

Color Hue/Base color: Green

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

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

0 Likes 0 Comments | 1 Views

RGB Chart

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

Color Table

Hex Color Codeadd461#add461
RGB Decimal173, 212, 97rgb(173, 212, 97)
RGB Percent68%, 83%, 38%rgb(68%, 83%, 38%)
CSS RGBa173, 212, 97,1rgba(173,212,97,1)
CMYK Modelcmyk(18%,0%,54%,17%)
HSL Color Space80,57% ,61%hsl(80,57% ,61%)
HSV Color Space80°, 54%, 83%
Color Temperature It's a Warm color

Color in numbers

TypeRedGreenBlue
Binary101011011101010001100001
Octal255324141
Decimal17321297
Hexadd461

Different shades of #add461 color code.

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

Light Shade of #add461
#c2df89
Dark Shade of #add461
#98c939
Saturated Shade of #add461
#b0de57
Desaturated Shade of #add461
#aaca6b
Grey scale Shade of #add461
#9a9a9a
Brighten Shade
#c6ed7a
Most Readable Shade
#000000

Shades of #add461 color code

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

#add461
#99bc56
#86a44b
#738d40
#607535
#4c5e2b
#394620
#262f15
#13170a
#000000

Similar Color like #add461 color

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

#aed562
#afd663
#b0d764
#b1d865
#b2d966
#b3da67
#b4db68
#b5dc69
#b6dd6a
#b7de6b
#b8df6c
#b9e06d
#bae16e
#bbe26f
#acd360
#abd25f
#aad15e
#a9d05d
#a8cf5c
#a7ce5b
#a6cd5a
#a5cc59
#a4cb58
#a3ca57
#a2c956
#a1c855
#a0c754
#9fc653

Monochromatic Color with #add461

#add461
#d0fe74
#222a13
#455427
#687f3a
#8aa94e

Tints of #add461 Color

#add461
#b6d872
#bfdd84
#c8e295
#d1e7a7
#daebb8
#e3f0ca
#ecf5db
#f5faed
#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

#add461
#8861d4

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

Split Complementary

#add461
#6174d4
#c261d4

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

Analogous Color

#d4cd61
#c4d461
#add461
#96d461
#7fd461

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

#add461
#61add4
#d461ad

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

#add461
#61d4c1
#8861d4
#d46173

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

#add461
#8861d4
#c261d4
#74d461

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

#add461 Color Code Preview on Black Background Color

This is how #add461 Color will look on black background color. Color contrast ratio is 12.37

#add461 in use for CSS Font/Text Color

HTML with inline CSS

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

Your Example Paragraph content text in with font color #add461

HTML with inline CSS

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

Your Example Paragraph content text in with font color #add461

#add461 color code is use for CSS Background Color

Background color for the above div is #add461

HTML with inline CSS

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

#add461 color code is use for CSS Border Color

CSS Border color for the above div is #add461

HTML with inline CSS

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

CSS Border Left color for the above div is #add461

HTML with inline CSS

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

CSS Border Right color for the above div is #add461

HTML with inline CSS

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

CSS Border Bottom color for the above div is #add461

HTML with inline CSS

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

CSS Border Top color for the above div is #add461

HTML with inline CSS

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

#add461 hex Color code used as CSS color Codes

Example CSS Class for usage

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

#add461 Color code Preview on White Background

This is how #add461 Color code will look on white background color. Color contrast ratio is 1.70

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

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