crispedge.com

Color picker

Loading...

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

#0acd2b hex color - Green - Cool color

Color Hue/Base color: Green

Hex #0acd2b Color code in RGB color code model is created after adding 3.92% red color, 80.39% green color and 16.86% blue color. Hex #0acd2b Color code in CMYK color (process color) code model is generated after subtraction of 95% cyan, 0% magenta, 79% yellow and 20% black.

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

0 Likes 0 Comments | 1 Views

RGB Chart

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

Color Table

Hex Color Code0acd2b#0acd2b
RGB Decimal10, 205, 43rgb(10, 205, 43)
RGB Percent4%, 80%, 17%rgb(4%, 80%, 17%)
CSS RGBa10, 205, 43,1rgba(10,205,43,1)
CMYK Modelcmyk(95%,0%,79%,20%)
HSL Color Space130,91% ,42%hsl(130,91% ,42%)
HSV Color Space130°, 95%, 80%
Color Temperature It's a Cool color

Color in numbers

TypeRedGreenBlue
Binary000010101100110100101011
Octal1231553
Decimal1020543
Hex0acd2b

Different shades of #0acd2b color code.

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

Light Shade of #0acd2b
#16f43c
Dark Shade of #0acd2b
#089c21
Saturated Shade of #0acd2b
#00d724
Desaturated Shade of #0acd2b
#15c232
Grey scale Shade of #0acd2b
#6b6b6b
Brighten Shade
#23e644
Most Readable Shade
#000000

Shades of #0acd2b color code

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

#0acd2b
#08b626
#079f21
#06881c
#057117
#045b13
#03440e
#022d09
#011604
#000000

Similar Color like #0acd2b color

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

#0bce2c
#0ccf2d
#0dd02e
#0ed12f
#0fd230
#10d331
#11d432
#12d533
#13d634
#14d735
#15d836
#16d937
#17da38
#18db39
#09cc2a
#08cb29
#07ca28
#06c927
#05c826
#04c725
#03c624
#02c523
#01c422
#00c321
#00c220
#00c11f
#00c01e
#00bf1d

Monochromatic Color with #0acd2b

#0acd2b
#0cf734
#022307
#044d10
#067819
#08a222

Tints of #0acd2b Color

#0acd2b
#25d242
#40d85a
#5bdd71
#76e389
#92e8a0
#adeeb8
#c8f3cf
#e3f9e7
#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

#0acd2b
#cd0aac

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

Split Complementary

#0acd2b
#8d0acd
#cd0a4a

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

Analogous Color

#37cd0a
#10cd0a
#0acd2b
#0acd52
#0acd79

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

#0acd2b
#2b0acd
#cd2b0a

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

#0acd2b
#0a4acd
#cd0aac
#cd8c0a

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

#0acd2b
#cd0aac
#cd0a4a
#0acd8d

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

#0acd2b Color Code Preview on Black Background Color

This is how #0acd2b Color will look on black background color. Color contrast ratio is 9.78

#0acd2b in use for CSS Font/Text Color

HTML with inline CSS

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

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

HTML with inline CSS

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

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

#0acd2b color code is use for CSS Background Color

Background color for the above div is #0acd2b

HTML with inline CSS

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

#0acd2b color code is use for CSS Border Color

CSS Border color for the above div is #0acd2b

HTML with inline CSS

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

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

HTML with inline CSS

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

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

HTML with inline CSS

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

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

HTML with inline CSS

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

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

HTML with inline CSS

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

#0acd2b hex Color code used as CSS color Codes

Example CSS Class for usage

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

#0acd2b Color code Preview on White Background

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

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

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(10,205,43,0.8), rgba(0, 0, 0, 0) 70.71%), 
      linear-gradient(127deg, rgba(205,10,172,0.8), rgba(0, 0, 0, 0) 70.71%), 
      linear-gradient(336deg, rgba(10,205,43,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.