crispedge.com

Color picker

Loading...

#add992 hex color - Green - Cool color - Information

#add992 hex color - Green - Cool color

Color Hue/Base color: Green

Hex #add992 Color code in RGB color code model is created after adding 67.84% red color, 85.1% green color and 57.25% blue color. Hex #add992 Color code in CMYK color (process color) code model is generated after subtraction of 20% cyan, 0% magenta, 33% yellow and 15% black.

Hex #add992 color code is between #aadd99 web safe hex color code and #bbcc88 web safe hex color code. #aadd99 is the nearest web safe color code. You can see here many more shades of #add992 color code.

0 Likes 0 Comments | 1 Views

RGB Chart

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

Color Table

Hex Color Codeadd992#add992
RGB Decimal173, 217, 146rgb(173, 217, 146)
RGB Percent68%, 85%, 57%rgb(68%, 85%, 57%)
CSS RGBa173, 217, 146,1rgba(173,217,146,1)
CMYK Modelcmyk(20%,0%,33%,15%)
HSL Color Space97,48% ,71%hsl(97,48% ,71%)
HSV Color Space97°, 33%, 85%
Color Temperature It's a Cool color

Color in numbers

TypeRedGreenBlue
Binary101011011101100110010010
Octal255331222
Decimal173217146
Hexadd992

Different shades of #add992 color code.

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

Light Shade of #add992
#c9e6b8
Dark Shade of #add992
#91cc6c
Saturated Shade of #add992
#abe08b
Desaturated Shade of #add992
#afd299
Grey scale Shade of #add992
#b5b5b5
Brighten Shade
#c6f2ab
Most Readable Shade
#000000

Shades of #add992 color code

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

#add992
#99c081
#86a871
#739061
#607851
#4c6040
#394830
#263020
#131810
#000000

Similar Color like #add992 color

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

#aeda93
#afdb94
#b0dc95
#b1dd96
#b2de97
#b3df98
#b4e099
#b5e19a
#b6e29b
#b7e39c
#b8e49d
#b9e59e
#bae69f
#bbe7a0
#acd891
#abd790
#aad68f
#a9d58e
#a8d48d
#a7d38c
#a6d28b
#a5d18a
#a4d089
#a3cf88
#a2ce87
#a1cd86
#a0cc85
#9fcb84

Monochromatic Color with #add992

#add992
#040403
#252f20
#47593c
#698459
#8bae75

Tints of #add992 Color

#add992
#b6dd9e
#bfe1aa
#c8e5b6
#d1e9c2
#daeece
#e3f2da
#ecf6e6
#f5faf2
#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

#add992
#be92d9

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

Split Complementary

#add992
#9a92d9
#d992d0

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

Analogous Color

#c9d992
#bbd992
#add992
#9fd992
#92d993

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

#add992
#92add9
#d992ad

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

#add992
#92d0d9
#be92d9
#d99a92

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

#add992
#be92d9
#d992d0
#92d99b

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

#add992 Color Code Preview on Black Background Color

This is how #add992 Color will look on black background color. Color contrast ratio is 13.12

#add992 in use for CSS Font/Text Color

HTML with inline CSS

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

Your Example Paragraph content text in with font color #add992

HTML with inline CSS

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

Your Example Paragraph content text in with font color #add992

#add992 color code is use for CSS Background Color

Background color for the above div is #add992

HTML with inline CSS

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

#add992 color code is use for CSS Border Color

CSS Border color for the above div is #add992

HTML with inline CSS

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

CSS Border Left color for the above div is #add992

HTML with inline CSS

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

CSS Border Right color for the above div is #add992

HTML with inline CSS

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

CSS Border Bottom color for the above div is #add992

HTML with inline CSS

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

CSS Border Top color for the above div is #add992

HTML with inline CSS

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

#add992 hex Color code used as CSS color Codes

Example CSS Class for usage

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

#add992 Color code Preview on White Background

This is how #add992 Color code will look on white background color. Color contrast ratio is 1.60

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

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,217,146,0.8), rgba(0, 0, 0, 0) 70.71%), 
      linear-gradient(127deg, rgba(190,146,217,0.8), rgba(0, 0, 0, 0) 70.71%), 
      linear-gradient(336deg, rgba(173,217,146,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.