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

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

#01a74c hex color - Green - Cool color

Color Mixture: Green and Cyan

Color Hue/Base color: Green

Hex #01a74c Color code in RGB color code model is created after adding 0.39% red color, 65.49% green color and 29.8% blue color. Hex #01a74c Color code in CMYK color (process color) code model is generated after subtraction of 99% cyan, 0% magenta, 54% yellow and 34.51% black.

Hex #01a74c color code is between #00aa44 web safe hex color code and #009955 web safe hex color code. #00aa44 is the nearest web safe color code. You can see here many more shades of #01a74c 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 01a74c #01a74c
RGB Decimal 1, 167, 76 rgb(1, 167, 76)
RGB Percent 0%, 65%, 30% rgb(0%, 65%, 30%)
CSS RGBa 1, 167, 76,1 rgba(1,167,76,1)
CMYK Model cmyk(99%,0%,54%,34.51%)
HSL Color Space 147,99% ,33% hsl(147,99% ,33%)
HSV Color Space 147°, 99%, 65%
Color Temperature It's a Cool color

Color in numbers

Type Red Green Blue
Binary 00000001 10100111 01001100
Octal 1 247 114
Decimal 1 167 76
Hex 01 a7 4c

Different shades of #01a74c color code.

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

Light Shade of #01a74c
#01da63
Dark Shade of #01a74c
#017435
Saturated Shade of #01a74c
#00a84c
Desaturated Shade of #01a74c
#099f4d
Grey scale Shade of #01a74c
#545454
Brighten Shade
#1ac065
Most Readable Shade
#000000

Shades of #01a74c color code

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

#01a74c
#009443
#00813b
#006f32
#005c2a
#004a21
#003719
#002510
#001208
#000000

Similar Color like #01a74c color

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

#02a84d
#03a94e
#04aa4f
#05ab50
#06ac51
#07ad52
#08ae53
#09af54
#0ab055
#0bb156
#0cb257
#0db358
#0eb459
#0fb55a
#00a64b
#00a54a
#00a449
#00a348
#00a247
#00a146
#00a045
#009f44
#009e43
#009d42
#009c41
#009b40
#009a3f
#00993e

Monochromatic Color with #01a74c

#01a74c
#01d15f
#02fc73
#002712
#005225
#017c39

Tints of #01a74c Color

#01a74c
#1db05f
#39ba73
#55c487
#71ce9b
#8ed7af
#aae1c3
#c6ebd7
#e2f5eb
#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

#01a74c
#a7015c

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

Split Complementary

#01a74c
#9f01a7
#a70109

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

Analogous Color

#01a70a
#01a72b
#01a74c
#01a76d
#01a78e

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

#01a74c
#4c01a7
#a74c01

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

#01a74c
#0109a7
#a7015c
#a79f01

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

#01a74c
#a7015c
#a70109
#01a79f

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

#01a74c Color Code Preview on Black Background Color

This is how #01a74c Color will look on black background color. Color contrast ratio is 6.63

#01a74c in use for CSS Font/Text Color

HTML with inline CSS

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

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

HTML with inline CSS

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

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

#01a74c color code is use for CSS Background Color

Background color for the above div is #01a74c

HTML with inline CSS

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

#01a74c color code is use for CSS Border Color

CSS Border color for the above div is #01a74c

HTML with inline CSS

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

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

HTML with inline CSS

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

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

HTML with inline CSS

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

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

HTML with inline CSS

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

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

HTML with inline CSS

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

#01a74c hex Color code used as CSS color Codes

Example CSS Class for usage

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

#01a74c Color code Preview on White Background

This is how #01a74c Color code will look on white background color. Color contrast ratio is 3.17

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

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,167,76,0.8), rgba(0, 0, 0, 0) 70.71%), 
      linear-gradient(127deg, rgba(167,1,92,0.8), rgba(0, 0, 0, 0) 70.71%), 
      linear-gradient(336deg, rgba(1,167,76,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.