crispedge.com

Color picker

Loading...

#0ffa3e hex color - Green - Cool color - Information

#0ffa3e hex color - Green - Cool color

Color Hue/Base color: Green

Hex #0ffa3e Color code in RGB color code model is created after adding 5.88% red color, 98.04% green color and 24.31% blue color. Hex #0ffa3e Color code in CMYK color (process color) code model is generated after subtraction of 94% cyan, 0% magenta, 75% yellow and 2% black.

Hex #0ffa3e color code is between #11ff44 web safe hex color code and #00ee33 web safe hex color code. #11ff44 is the nearest web safe color code. You can see here many more shades of #0ffa3e color code.

0 Likes 0 Comments | 1 Views

RGB Chart

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

Color Table

Hex Color Code0ffa3e#0ffa3e
RGB Decimal15, 250, 62rgb(15, 250, 62)
RGB Percent6%, 98%, 24%rgb(6%, 98%, 24%)
CSS RGBa15, 250, 62,1rgba(15,250,62,1)
CMYK Modelcmyk(94%,0%,75%,2%)
HSL Color Space132,96% ,52%hsl(132,96% ,52%)
HSV Color Space132°, 94%, 98%
Color Temperature It's a Cool color

Color in numbers

TypeRedGreenBlue
Binary000011111111101000111110
Octal1737276
Decimal1525062
Hex0ffa3e

Different shades of #0ffa3e color code.

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

Light Shade of #0ffa3e
#41fb66
Dark Shade of #0ffa3e
#04d22d
Saturated Shade of #0ffa3e
#0aff3b
Desaturated Shade of #0ffa3e
#1bee45
Grey scale Shade of #0ffa3e
#848484
Brighten Shade
#28ff57
Most Readable Shade
#000000

Shades of #0ffa3e color code

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

#0ffa3e
#0dde37
#0bc230
#0aa629
#088a22
#066f1b
#055314
#03370d
#011b06
#000000

Similar Color like #0ffa3e color

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

#10fb3f
#11fc40
#12fd41
#13fe42
#14ff43
#15ff44
#16ff45
#17ff46
#18ff47
#19ff48
#1aff49
#1bff4a
#1cff4b
#1dff4c
#0ef93d
#0df83c
#0cf73b
#0bf63a
#0af539
#09f438
#08f337
#07f236
#06f135
#05f034
#04ef33
#03ee32
#02ed31
#01ec30

Monochromatic Color with #0ffa3e

#0ffa3e
#022509
#055014
#077a1e
#0aa529
#0ccf33

Tints of #0ffa3e Color

#0ffa3e
#29fa53
#44fb68
#5ffb7e
#79fc93
#94fca9
#affdbe
#c9fdd4
#e4fee9
#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

#0ffa3e
#fa0fcb

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

Split Complementary

#0ffa3e
#b30ffa
#fa0f56

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

Analogous Color

#3efa0f
#0ffa0f
#0ffa3e
#0ffa6d
#0ffa9c

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

#0ffa3e
#3e0ffa
#fa3e0f

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

#0ffa3e
#0f56fa
#fa0fcb
#fab30f

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

#0ffa3e
#fa0fcb
#fa0f56
#0ffab3

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 #0ffa3e 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.

#0ffa3e Color Code Preview on Black Background Color

This is how #0ffa3e Color will look on black background color. Color contrast ratio is 14.76

#0ffa3e in use for CSS Font/Text Color

HTML with inline CSS

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

Your Example Paragraph content text in with font color #0ffa3e

HTML with inline CSS

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

Your Example Paragraph content text in with font color #0ffa3e

#0ffa3e color code is use for CSS Background Color

Background color for the above div is #0ffa3e

HTML with inline CSS

<div style="background-color:#0ffa3e;"></div>

#0ffa3e color code is use for CSS Border Color

CSS Border color for the above div is #0ffa3e

HTML with inline CSS

<div style="border:5px solid #0ffa3e;"></div>

CSS Border Left color for the above div is #0ffa3e

HTML with inline CSS

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

CSS Border Right color for the above div is #0ffa3e

HTML with inline CSS

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

CSS Border Bottom color for the above div is #0ffa3e

HTML with inline CSS

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

CSS Border Top color for the above div is #0ffa3e

HTML with inline CSS

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

#0ffa3e hex Color code used as CSS color Codes

Example CSS Class for usage

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

#0ffa3e Color code Preview on White Background

This is how #0ffa3e Color code will look on white background color. Color contrast ratio is 1.42

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

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(15,250,62,0.8), rgba(0, 0, 0, 0) 70.71%), 
      linear-gradient(127deg, rgba(250,15,203,0.8), rgba(0, 0, 0, 0) 70.71%), 
      linear-gradient(336deg, rgba(15,250,62,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.