crispedge.com

Color picker

Loading...

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

#1fcc7c hex color - Green - Cool color

Color Mixture: Green and Cyan

Color Hue/Base color: Green

Hex #1fcc7c Color code in RGB color code model is created after adding 12.16% red color, 80% green color and 48.63% blue color. Hex #1fcc7c Color code in CMYK color (process color) code model is generated after subtraction of 85% cyan, 0% magenta, 39% yellow and 20% black.

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

0 Likes 0 Comments | 9 Views

RGB Chart

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

Color Table

Hex Color Code1fcc7c#1fcc7c
RGB Decimal31, 204, 124rgb(31, 204, 124)
RGB Percent12%, 80%, 49%rgb(12%, 80%, 49%)
CSS RGBa31, 204, 124,1rgba(31,204,124,1)
CMYK Modelcmyk(85%,0%,39%,20%)
HSL Color Space152,74% ,46%hsl(152,74% ,46%)
HSV Color Space152°, 85%, 80%
Color Temperature It's a Cool color

Color in numbers

TypeRedGreenBlue
Binary000111111100110001111100
Octal37314174
Decimal31204124
Hex1fcc7c

Different shades of #1fcc7c color code.

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

Light Shade of #1fcc7c
#3de195
Dark Shade of #1fcc7c
#18a061
Saturated Shade of #1fcc7c
#13d87d
Desaturated Shade of #1fcc7c
#2bc07b
Grey scale Shade of #1fcc7c
#757575
Brighten Shade
#38e595
Most Readable Shade
#000000

Shades of #1fcc7c color code

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

#1fcc7c
#1bb56e
#189e60
#148852
#117144
#0d5a37
#0a4429
#062d1b
#03160d
#000000

Similar Color like #1fcc7c color

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

#20cd7d
#21ce7e
#22cf7f
#23d080
#24d181
#25d282
#26d383
#27d484
#28d585
#29d686
#2ad787
#2bd888
#2cd989
#2dda8a
#1ecb7b
#1dca7a
#1cc979
#1bc878
#1ac777
#19c676
#18c575
#17c474
#16c373
#15c272
#14c171
#13c070
#12bf6f
#11be6e

Monochromatic Color with #1fcc7c

#1fcc7c
#25f696
#052215
#0c4c2e
#127748
#19a162

Tints of #1fcc7c Color

#1fcc7c
#37d18a
#50d799
#69dda7
#82e2b6
#9be8c4
#b4eed3
#cdf3e1
#e6f9f0
#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

#1fcc7c
#cc1f6f

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

Split Complementary

#1fcc7c
#cc1fc6
#cc251f

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

Analogous Color

#1fcc37
#1fcc59
#1fcc7c
#1fcc9f
#1fccc1

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

#1fcc7c
#7c1fcc
#cc7c1f

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

#1fcc7c
#261fcc
#cc1f6f
#c5cc1f

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

#1fcc7c
#cc1f6f
#cc251f
#1fc6cc

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

#1fcc7c Color Code Preview on Black Background Color

This is how #1fcc7c Color will look on black background color. Color contrast ratio is 9.99

#1fcc7c in use for CSS Font/Text Color

HTML with inline CSS

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

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

HTML with inline CSS

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

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

#1fcc7c color code is use for CSS Background Color

Background color for the above div is #1fcc7c

HTML with inline CSS

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

#1fcc7c color code is use for CSS Border Color

CSS Border color for the above div is #1fcc7c

HTML with inline CSS

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

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

HTML with inline CSS

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

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

HTML with inline CSS

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

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

HTML with inline CSS

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

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

HTML with inline CSS

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

#1fcc7c hex Color code used as CSS color Codes

Example CSS Class for usage

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

#1fcc7c Color code Preview on White Background

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

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

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(31,204,124,0.8), rgba(0, 0, 0, 0) 70.71%), 
      linear-gradient(127deg, rgba(204,31,111,0.8), rgba(0, 0, 0, 0) 70.71%), 
      linear-gradient(336deg, rgba(31,204,124,0.8), rgba(0, 0, 0, 0) 70.71%);
	  background-clip: text;
	  text-fill-color: transparent;
  }
							

0 Likes 0 Comments | 9 Views

Post your comment:-

By submitting comment you agree to our privacy policy.