@
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.

#1dc96b hex color - Green - Cool color - Information

#1dc96b hex color - Green - Cool color

Color Mixture: Green and Cyan

Color Hue/Base color: Green

Hex #1dc96b Color code in RGB color code model is created after adding 11.37% red color, 78.82% green color and 41.96% blue color. Hex #1dc96b Color code in CMYK color (process color) code model is generated after subtraction of 86% cyan, 0% magenta, 47% yellow and 21.18% black.

Hex #1dc96b color code is between #22cc66 web safe hex color code and #11bb77 web safe hex color code. #22cc66 is the nearest web safe color code. You can see here many more shades of #1dc96b color code.

0 Likes 0 Comments | 1 Views

RGB Chart

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

Color Table

Hex Color Code 1dc96b #1dc96b
RGB Decimal 29, 201, 107 rgb(29, 201, 107)
RGB Percent 11%, 79%, 42% rgb(11%, 79%, 42%)
CSS RGBa 29, 201, 107,1 rgba(29,201,107,1)
CMYK Model cmyk(86%,0%,47%,21.18%)
HSL Color Space 147,75% ,45% hsl(147,75% ,45%)
HSV Color Space 147°, 86%, 79%
Color Temperature It's a Cool color

Color in numbers

Type Red Green Blue
Binary 00011101 11001001 01101011
Octal 35 311 153
Decimal 29 201 107
Hex 1d c9 6b

Different shades of #1dc96b color code.

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

Light Shade of #1dc96b
#37e285
Dark Shade of #1dc96b
#179c53
Saturated Shade of #1dc96b
#11d46a
Desaturated Shade of #1dc96b
#28bd6c
Grey scale Shade of #1dc96b
#737373
Brighten Shade
#36e284
Most Readable Shade
#000000

Shades of #1dc96b color code

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

#1dc96b
#19b25f
#169c53
#138647
#106f3b
#0c592f
#094323
#062c17
#03160b
#000000

Similar Color like #1dc96b color

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

#1eca6c
#1fcb6d
#20cc6e
#21cd6f
#22ce70
#23cf71
#24d072
#25d173
#26d274
#27d375
#28d476
#29d577
#2ad678
#2bd779
#1cc86a
#1bc769
#1ac668
#19c567
#18c466
#17c365
#16c264
#15c163
#14c062
#13bf61
#12be60
#11bd5f
#10bc5e
#0fbb5d

Monochromatic Color with #1dc96b

#1dc96b
#23f382
#041f10
#0b4927
#11743e
#179e54

Tints of #1dc96b Color

#1dc96b
#36cf7b
#4fd58b
#68db9c
#81e1ac
#9ae7bd
#b3edcd
#ccf3de
#e5f9ee
#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

#1dc96b
#c91d7b

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

Split Complementary

#1dc96b
#c11dc9
#c91d25

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

Analogous Color

#1dc926
#1dc949
#1dc96b
#1dc98d
#1dc9b0

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

#1dc96b
#6b1dc9
#c96b1d

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

#1dc96b
#1d25c9
#c91d7b
#c9c11d

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

#1dc96b
#c91d7b
#c91d25
#1dc9c1

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 #1dc96b 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.

#1dc96b Color Code Preview on Black Background Color

This is how #1dc96b Color will look on black background color. Color contrast ratio is 9.62

#1dc96b in use for CSS Font/Text Color

HTML with inline CSS

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

Your Example Paragraph content text in with font color #1dc96b

HTML with inline CSS

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

Your Example Paragraph content text in with font color #1dc96b

#1dc96b color code is use for CSS Background Color

Background color for the above div is #1dc96b

HTML with inline CSS

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

#1dc96b color code is use for CSS Border Color

CSS Border color for the above div is #1dc96b

HTML with inline CSS

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

CSS Border Left color for the above div is #1dc96b

HTML with inline CSS

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

CSS Border Right color for the above div is #1dc96b

HTML with inline CSS

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

CSS Border Bottom color for the above div is #1dc96b

HTML with inline CSS

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

CSS Border Top color for the above div is #1dc96b

HTML with inline CSS

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

#1dc96b hex Color code used as CSS color Codes

Example CSS Class for usage

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

#1dc96b Color code Preview on White Background

This is how #1dc96b Color code will look on white background color. Color contrast ratio is 2.18

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

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(29,201,107,0.8), rgba(0, 0, 0, 0) 70.71%), 
      linear-gradient(127deg, rgba(201,29,123,0.8), rgba(0, 0, 0, 0) 70.71%), 
      linear-gradient(336deg, rgba(29,201,107,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.