crispedge.com

Color picker

Loading...

#09c201 hex color - Green - Cool color - Information

#09c201 hex color - Green - Cool color

Color Hue/Base color: Green

Hex #09c201 Color code in RGB color code model is created after adding 3.53% red color, 76.08% green color and 0.39% blue color. Hex #09c201 Color code in CMYK color (process color) code model is generated after subtraction of 95% cyan, 0% magenta, 99% yellow and 24% black.

Hex #09c201 color code is between #11bb00 web safe hex color code and #00cc00 web safe hex color code. #11bb00 is the nearest web safe color code. You can see here many more shades of #09c201 color code.

0 Likes 0 Comments | 1 Views

RGB Chart

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

Color Table

Hex Color Code09c201#09c201
RGB Decimal9, 194, 1rgb(9, 194, 1)
RGB Percent4%, 76%, 0%rgb(4%, 76%, 0%)
CSS RGBa9, 194, 1,1rgba(9,194,1,1)
CMYK Modelcmyk(95%,0%,99%,24%)
HSL Color Space118,99% ,38%hsl(118,99% ,38%)
HSV Color Space118°, 99%, 76%
Color Temperature It's a Cool color

Color in numbers

TypeRedGreenBlue
Binary000010011100001000000001
Octal113021
Decimal91941
Hex09c201

Different shades of #09c201 color code.

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

Light Shade of #09c201
#0bf501
Dark Shade of #09c201
#078f01
Saturated Shade of #09c201
#08c300
Desaturated Shade of #09c201
#12b80b
Grey scale Shade of #09c201
#616161
Brighten Shade
#22db1a
Most Readable Shade
#000000

Shades of #09c201 color code

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

#09c201
#08ac00
#079600
#068100
#056b00
#045600
#034000
#022b00
#011500
#000000

Similar Color like #09c201 color

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

#0ac302
#0bc403
#0cc504
#0dc605
#0ec706
#0fc807
#10c908
#11ca09
#12cb0a
#13cc0b
#14cd0c
#15ce0d
#16cf0e
#17d00f
#08c100
#07c000
#06bf00
#05be00
#04bd00
#03bc00
#02bb00
#01ba00
#00b900
#00b800
#00b700
#00b600
#00b500
#00b400

Monochromatic Color with #09c201

#09c201
#0bec01
#011800
#034200
#056d01
#079701

Tints of #09c201 Color

#09c201
#24c81d
#3fcf39
#5bd655
#76dd71
#91e38e
#adeaaa
#c8f1c6
#e3f8e2
#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

#09c201
#ba01c2

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

Split Complementary

#09c201
#5901c2
#c2016a

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

Analogous Color

#56c201
#30c201
#09c201
#01c220
#01c246

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

#09c201
#0109c2
#c20109

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

#09c201
#0169c2
#ba01c2
#c25901

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

#09c201
#ba01c2
#c2016a
#01c259

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 #09c201 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.

#09c201 Color Code Preview on Black Background Color

This is how #09c201 Color will look on black background color. Color contrast ratio is 8.73

#09c201 in use for CSS Font/Text Color

HTML with inline CSS

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

Your Example Paragraph content text in with font color #09c201

HTML with inline CSS

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

Your Example Paragraph content text in with font color #09c201

#09c201 color code is use for CSS Background Color

Background color for the above div is #09c201

HTML with inline CSS

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

#09c201 color code is use for CSS Border Color

CSS Border color for the above div is #09c201

HTML with inline CSS

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

CSS Border Left color for the above div is #09c201

HTML with inline CSS

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

CSS Border Right color for the above div is #09c201

HTML with inline CSS

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

CSS Border Bottom color for the above div is #09c201

HTML with inline CSS

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

CSS Border Top color for the above div is #09c201

HTML with inline CSS

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

#09c201 hex Color code used as CSS color Codes

Example CSS Class for usage

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

#09c201 Color code Preview on White Background

This is how #09c201 Color code will look on white background color. Color contrast ratio is 2.41

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

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(9,194,1,0.8), rgba(0, 0, 0, 0) 70.71%), 
      linear-gradient(127deg, rgba(186,1,194,0.8), rgba(0, 0, 0, 0) 70.71%), 
      linear-gradient(336deg, rgba(9,194,1,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.