crispedge.com

Color picker

Loading...

#02aa31 hex color - Green - Cool color - Information

#02aa31 hex color - Green - Cool color

Color Hue/Base color: Green

Hex #02aa31 Color code in RGB color code model is created after adding 0.78% red color, 66.67% green color and 19.22% blue color. Hex #02aa31 Color code in CMYK color (process color) code model is generated after subtraction of 99% cyan, 0% magenta, 71% yellow and 33% black.

Hex #02aa31 color code is between #009933 web safe hex color code and #00bb22 web safe hex color code. #009933 is the nearest web safe color code. You can see here many more shades of #02aa31 color code.

0 Likes 0 Comments | 1 Views

RGB Chart

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

Color Table

Hex Color Code02aa31#02aa31
RGB Decimal2, 170, 49rgb(2, 170, 49)
RGB Percent1%, 67%, 19%rgb(1%, 67%, 19%)
CSS RGBa2, 170, 49,1rgba(2,170,49,1)
CMYK Modelcmyk(99%,0%,71%,33%)
HSL Color Space137,98% ,34%hsl(137,98% ,34%)
HSV Color Space137°, 99%, 67%
Color Temperature It's a Cool color

Color in numbers

TypeRedGreenBlue
Binary000000101010101000110001
Octal225261
Decimal217049
Hex02aa31

Different shades of #02aa31 color code.

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

Light Shade of #02aa31
#03dc40
Dark Shade of #02aa31
#017822
Saturated Shade of #02aa31
#00ac30
Desaturated Shade of #02aa31
#0ba135
Grey scale Shade of #02aa31
#565656
Brighten Shade
#1bc34a
Most Readable Shade
#000000

Shades of #02aa31 color code

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

#02aa31
#01972b
#018426
#017120
#015e1b
#004b15
#003810
#00250a
#001205
#000000

Similar Color like #02aa31 color

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

#03ab32
#04ac33
#05ad34
#06ae35
#07af36
#08b037
#09b138
#0ab239
#0bb33a
#0cb43b
#0db53c
#0eb63d
#0fb73e
#10b83f
#01a930
#00a82f
#00a72e
#00a62d
#00a52c
#00a42b
#00a32a
#00a229
#00a128
#00a027
#009f26
#009e25
#009d24
#009c23

Monochromatic Color with #02aa31

#02aa31
#03d43d
#03ff49
#012a0c
#015518
#027f25

Tints of #02aa31 Color

#02aa31
#1eb347
#3abc5e
#56c675
#72cf8c
#8ed9a3
#aae2ba
#c6ecd1
#e2f5e8
#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

#02aa31
#aa027b

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

Split Complementary

#02aa31
#8502aa
#aa0227

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

Analogous Color

#16aa02
#02aa0f
#02aa31
#02aa53
#02aa74

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

#02aa31
#3102aa
#aa3102

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

#02aa31
#0227aa
#aa027b
#aa8502

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

#02aa31
#aa027b
#aa0227
#02aa85

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 #02aa31 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.

#02aa31 Color Code Preview on Black Background Color

This is how #02aa31 Color will look on black background color. Color contrast ratio is 6.80

#02aa31 in use for CSS Font/Text Color

HTML with inline CSS

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

Your Example Paragraph content text in with font color #02aa31

HTML with inline CSS

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

Your Example Paragraph content text in with font color #02aa31

#02aa31 color code is use for CSS Background Color

Background color for the above div is #02aa31

HTML with inline CSS

<div style="background-color:#02aa31;"></div>

#02aa31 color code is use for CSS Border Color

CSS Border color for the above div is #02aa31

HTML with inline CSS

<div style="border:5px solid #02aa31;"></div>

CSS Border Left color for the above div is #02aa31

HTML with inline CSS

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

CSS Border Right color for the above div is #02aa31

HTML with inline CSS

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

CSS Border Bottom color for the above div is #02aa31

HTML with inline CSS

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

CSS Border Top color for the above div is #02aa31

HTML with inline CSS

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

#02aa31 hex Color code used as CSS color Codes

Example CSS Class for usage

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

#02aa31 Color code Preview on White Background

This is how #02aa31 Color code will look on white background color. Color contrast ratio is 3.09

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

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(2,170,49,0.8), rgba(0, 0, 0, 0) 70.71%), 
      linear-gradient(127deg, rgba(170,2,123,0.8), rgba(0, 0, 0, 0) 70.71%), 
      linear-gradient(336deg, rgba(2,170,49,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.