crispedge.com

Color picker

Loading...

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

#1bbc74 hex color - Green - Cool color

Color Mixture: Green and Cyan

Color Hue/Base color: Green

Hex #1bbc74 Color code in RGB color code model is created after adding 10.59% red color, 73.73% green color and 45.49% blue color. Hex #1bbc74 Color code in CMYK color (process color) code model is generated after subtraction of 86% cyan, 0% magenta, 38% yellow and 26% black.

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

0 Likes 0 Comments | 1 Views

RGB Chart

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

Color Table

Hex Color Code1bbc74#1bbc74
RGB Decimal27, 188, 116rgb(27, 188, 116)
RGB Percent11%, 74%, 45%rgb(11%, 74%, 45%)
CSS RGBa27, 188, 116,1rgba(27,188,116,1)
CMYK Modelcmyk(86%,0%,38%,26%)
HSL Color Space153,75% ,42%hsl(153,75% ,42%)
HSV Color Space153°, 86%, 74%
Color Temperature It's a Cool color

Color in numbers

TypeRedGreenBlue
Binary000110111011110001110100
Octal33274164
Decimal27188116
Hex1bbc74

Different shades of #1bbc74 color code.

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

Light Shade of #1bbc74
#2ae08f
Dark Shade of #1bbc74
#158f58
Saturated Shade of #1bbc74
#10c775
Desaturated Shade of #1bbc74
#26b173
Grey scale Shade of #1bbc74
#6b6b6b
Brighten Shade
#34d58d
Most Readable Shade
#000000

Shades of #1bbc74 color code

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

#1bbc74
#18a767
#15925a
#127d4d
#0f6840
#0c5333
#093e26
#062919
#03140c
#000000

Similar Color like #1bbc74 color

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

#1cbd75
#1dbe76
#1ebf77
#1fc078
#20c179
#21c27a
#22c37b
#23c47c
#24c57d
#25c67e
#26c77f
#27c880
#28c981
#29ca82
#1abb73
#19ba72
#18b971
#17b870
#16b76f
#15b66e
#14b56d
#13b46c
#12b36b
#11b26a
#10b169
#0fb068
#0eaf67
#0dae66

Monochromatic Color with #1bbc74

#1bbc74
#21e68e
#03120b
#093c25
#0f6740
#15915a

Tints of #1bbc74 Color

#1bbc74
#34c383
#4dca92
#67d2a2
#80d9b1
#99e1c1
#b3e8d0
#ccf0e0
#e5f7ef
#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

#1bbc74
#bc1b63

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

Split Complementary

#1bbc74
#bc1bb3
#bc241b

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

Analogous Color

#1bbc34
#1bbc54
#1bbc74
#1bbc94
#1bbcb4

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

#1bbc74
#741bbc
#bc741b

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

#1bbc74
#231bbc
#bc1b63
#b3bc1b

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

#1bbc74
#bc1b63
#bc241b
#1bb3bc

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

#1bbc74 Color Code Preview on Black Background Color

This is how #1bbc74 Color will look on black background color. Color contrast ratio is 8.49

#1bbc74 in use for CSS Font/Text Color

HTML with inline CSS

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

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

HTML with inline CSS

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

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

#1bbc74 color code is use for CSS Background Color

Background color for the above div is #1bbc74

HTML with inline CSS

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

#1bbc74 color code is use for CSS Border Color

CSS Border color for the above div is #1bbc74

HTML with inline CSS

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

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

HTML with inline CSS

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

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

HTML with inline CSS

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

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

HTML with inline CSS

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

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

HTML with inline CSS

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

#1bbc74 hex Color code used as CSS color Codes

Example CSS Class for usage

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

#1bbc74 Color code Preview on White Background

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

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

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(27,188,116,0.8), rgba(0, 0, 0, 0) 70.71%), 
      linear-gradient(127deg, rgba(188,27,99,0.8), rgba(0, 0, 0, 0) 70.71%), 
      linear-gradient(336deg, rgba(27,188,116,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.