crispedge.com

Color picker

Loading...

#01a812 hex color - Green - Cool color - Information

#01a812 hex color - Green - Cool color

Color Hue/Base color: Green

Hex #01a812 Color code in RGB color code model is created after adding 0.39% red color, 65.88% green color and 7.06% blue color. Hex #01a812 Color code in CMYK color (process color) code model is generated after subtraction of 99% cyan, 0% magenta, 89% yellow and 34% black.

Hex #01a812 color code is between #00aa11 web safe hex color code and #009922 web safe hex color code. #00aa11 is the nearest web safe color code. You can see here many more shades of #01a812 color code.

0 Likes 0 Comments | 3 Views

RGB Chart

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

Color Table

Hex Color Code01a812#01a812
RGB Decimal1, 168, 18rgb(1, 168, 18)
RGB Percent0%, 66%, 7%rgb(0%, 66%, 7%)
CSS RGBa1, 168, 18,1rgba(1,168,18,1)
CMYK Modelcmyk(99%,0%,89%,34%)
HSL Color Space126,99% ,33%hsl(126,99% ,33%)
HSV Color Space126°, 99%, 66%
Color Temperature It's a Cool color

Color in numbers

TypeRedGreenBlue
Binary000000011010100000010010
Octal125022
Decimal116818
Hex01a812

Different shades of #01a812 color code.

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

Light Shade of #01a812
#01db17
Dark Shade of #01a812
#01750d
Saturated Shade of #01a812
#00a911
Desaturated Shade of #01a812
#09a019
Grey scale Shade of #01a812
#545454
Brighten Shade
#1ac12b
Most Readable Shade
#000000

Shades of #01a812 color code

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

#01a812
#009510
#00820e
#00700c
#005d0a
#004a08
#003806
#002504
#001202
#000000

Similar Color like #01a812 color

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

#02a913
#03aa14
#04ab15
#05ac16
#06ad17
#07ae18
#08af19
#09b01a
#0ab11b
#0bb21c
#0cb31d
#0db41e
#0eb51f
#0fb620
#00a711
#00a610
#00a50f
#00a40e
#00a30d
#00a20c
#00a10b
#00a00a
#009f09
#009e08
#009d07
#009c06
#009b05
#009a04

Monochromatic Color with #01a812

#01a812
#01d217
#02fd1b
#002804
#005309
#017d0d

Tints of #01a812 Color

#01a812
#1db12c
#39bb46
#55c561
#71ce7b
#8ed895
#aae2b0
#c6ebca
#e2f5e4
#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

#01a812
#a80197

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

Split Complementary

#01a812
#6501a8
#a80144

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

Analogous Color

#33a801
#11a801
#01a812
#01a833
#01a855

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

#01a812
#1201a8
#a81201

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

#01a812
#0143a8
#a80197
#a86501

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

#01a812
#a80197
#a80144
#01a865

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 #01a812 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.

#01a812 Color Code Preview on Black Background Color

This is how #01a812 Color will look on black background color. Color contrast ratio is 6.61

#01a812 in use for CSS Font/Text Color

HTML with inline CSS

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

Your Example Paragraph content text in with font color #01a812

HTML with inline CSS

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

Your Example Paragraph content text in with font color #01a812

#01a812 color code is use for CSS Background Color

Background color for the above div is #01a812

HTML with inline CSS

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

#01a812 color code is use for CSS Border Color

CSS Border color for the above div is #01a812

HTML with inline CSS

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

CSS Border Left color for the above div is #01a812

HTML with inline CSS

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

CSS Border Right color for the above div is #01a812

HTML with inline CSS

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

CSS Border Bottom color for the above div is #01a812

HTML with inline CSS

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

CSS Border Top color for the above div is #01a812

HTML with inline CSS

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

#01a812 hex Color code used as CSS color Codes

Example CSS Class for usage

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

#01a812 Color code Preview on White Background

This is how #01a812 Color code will look on white background color. Color contrast ratio is 3.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 #01a812; } .exampleBoxShadowClass { box-shadow: 1px 1px 3px 2px #01a812; }

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(1,168,18,0.8), rgba(0, 0, 0, 0) 70.71%), 
      linear-gradient(127deg, rgba(168,1,151,0.8), rgba(0, 0, 0, 0) 70.71%), 
      linear-gradient(336deg, rgba(1,168,18,0.8), rgba(0, 0, 0, 0) 70.71%);
	  background-clip: text;
	  text-fill-color: transparent;
  }
							

0 Likes 0 Comments | 3 Views

Post your comment:-

By submitting comment you agree to our privacy policy.