crispedge.com

Color picker

Loading...

#04ae07 hex color - Green - Cool color - Information

#04ae07 hex color - Green - Cool color

Color Hue/Base color: Green

Hex #04ae07 Color code in RGB color code model is created after adding 1.57% red color, 68.24% green color and 2.75% blue color. Hex #04ae07 Color code in CMYK color (process color) code model is generated after subtraction of 98% cyan, 0% magenta, 96% yellow and 32% black.

Hex #04ae07 color code is between #00aa00 web safe hex color code and #00bb00 web safe hex color code. #00aa00 is the nearest web safe color code. You can see here many more shades of #04ae07 color code.

0 Likes 0 Comments | 1 Views

RGB Chart

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

Color Table

Hex Color Code04ae07#04ae07
RGB Decimal4, 174, 7rgb(4, 174, 7)
RGB Percent2%, 68%, 3%rgb(2%, 68%, 3%)
CSS RGBa4, 174, 7,1rgba(4,174,7,1)
CMYK Modelcmyk(98%,0%,96%,32%)
HSL Color Space121,96% ,35%hsl(121,96% ,35%)
HSV Color Space121°, 98%, 68%
Color Temperature It's a Cool color

Color in numbers

TypeRedGreenBlue
Binary000001001010111000000111
Octal42567
Decimal41747
Hex04ae07

Different shades of #04ae07 color code.

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

Light Shade of #04ae07
#05e009
Dark Shade of #04ae07
#037c05
Saturated Shade of #04ae07
#00b203
Desaturated Shade of #04ae07
#0da510
Grey scale Shade of #04ae07
#595959
Brighten Shade
#1dc720
Most Readable Shade
#000000

Shades of #04ae07 color code

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

#04ae07
#039a06
#038705
#027404
#026003
#014d03
#013a02
#002601
#001300
#000000

Similar Color like #04ae07 color

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

#05af08
#06b009
#07b10a
#08b20b
#09b30c
#0ab40d
#0bb50e
#0cb60f
#0db710
#0eb811
#0fb912
#10ba13
#11bb14
#12bc15
#03ad06
#02ac05
#01ab04
#00aa03
#00a902
#00a801
#00a700
#00a600
#00a500
#00a400
#00a300
#00a200
#00a100
#00a000

Monochromatic Color with #04ae07

#04ae07
#05d809
#000400
#012e02
#025904
#038305

Tints of #04ae07 Color

#04ae07
#1fb722
#3bc03e
#57c959
#73d275
#8fdb90
#abe4ac
#c7edc7
#e3f6e3
#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

#04ae07
#ae04ab

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

Split Complementary

#04ae07
#5c04ae
#ae0456

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

Analogous Color

#45ae04
#23ae04
#04ae07
#04ae29
#04ae4b

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

#04ae07
#0704ae
#ae0704

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

#04ae07
#0456ae
#ae04ab
#ae5c04

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

#04ae07
#ae04ab
#ae0456
#04ae5c

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 #04ae07 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.

#04ae07 Color Code Preview on Black Background Color

This is how #04ae07 Color will look on black background color. Color contrast ratio is 7.06

#04ae07 in use for CSS Font/Text Color

HTML with inline CSS

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

Your Example Paragraph content text in with font color #04ae07

HTML with inline CSS

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

Your Example Paragraph content text in with font color #04ae07

#04ae07 color code is use for CSS Background Color

Background color for the above div is #04ae07

HTML with inline CSS

<div style="background-color:#04ae07;"></div>

#04ae07 color code is use for CSS Border Color

CSS Border color for the above div is #04ae07

HTML with inline CSS

<div style="border:5px solid #04ae07;"></div>

CSS Border Left color for the above div is #04ae07

HTML with inline CSS

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

CSS Border Right color for the above div is #04ae07

HTML with inline CSS

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

CSS Border Bottom color for the above div is #04ae07

HTML with inline CSS

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

CSS Border Top color for the above div is #04ae07

HTML with inline CSS

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

#04ae07 hex Color code used as CSS color Codes

Example CSS Class for usage

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

#04ae07 Color code Preview on White Background

This is how #04ae07 Color code will look on white background color. Color contrast ratio is 2.97

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

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(4,174,7,0.8), rgba(0, 0, 0, 0) 70.71%), 
      linear-gradient(127deg, rgba(174,4,171,0.8), rgba(0, 0, 0, 0) 70.71%), 
      linear-gradient(336deg, rgba(4,174,7,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.