crispedge.com

Color picker

Loading...

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

#0bec5d hex color - Green - Cool color

Color Mixture: Green and Cyan

Color Hue/Base color: Green

Hex #0bec5d Color code in RGB color code model is created after adding 4.31% red color, 92.55% green color and 36.47% blue color. Hex #0bec5d Color code in CMYK color (process color) code model is generated after subtraction of 95% cyan, 0% magenta, 61% yellow and 7% black.

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

0 Likes 0 Comments | 1 Views

RGB Chart

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

Color Table

Hex Color Code0bec5d#0bec5d
RGB Decimal11, 236, 93rgb(11, 236, 93)
RGB Percent4%, 93%, 36%rgb(4%, 93%, 36%)
CSS RGBa11, 236, 93,1rgba(11,236,93,1)
CMYK Modelcmyk(95%,0%,61%,7%)
HSL Color Space142,91% ,48%hsl(142,91% ,48%)
HSV Color Space142°, 95%, 93%
Color Temperature It's a Cool color

Color in numbers

TypeRedGreenBlue
Binary000010111110110001011101
Octal13354135
Decimal1123693
Hex0bec5d

Different shades of #0bec5d color code.

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

Light Shade of #0bec5d
#34f67b
Dark Shade of #0bec5d
#09bb4a
Saturated Shade of #0bec5d
#00f75a
Desaturated Shade of #0bec5d
#17e060
Grey scale Shade of #0bec5d
#7b7b7b
Brighten Shade
#24ff76
Most Readable Shade
#000000

Shades of #0bec5d color code

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

#0bec5d
#09d152
#08b748
#079d3e
#068333
#046829
#034e1f
#023414
#011a0a
#000000

Similar Color like #0bec5d color

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

#0ced5e
#0dee5f
#0eef60
#0ff061
#10f162
#11f263
#12f364
#13f465
#14f566
#15f667
#16f768
#17f869
#18f96a
#19fa6b
#0aeb5c
#09ea5b
#08e95a
#07e859
#06e758
#05e657
#04e556
#03e455
#02e354
#01e253
#00e152
#00e051
#00df50
#00de4f

Monochromatic Color with #0bec5d

#0bec5d
#011709
#03421a
#056c2b
#07973c
#09c14c

Tints of #0bec5d Color

#0bec5d
#26ee6f
#41f081
#5cf293
#77f4a5
#92f6b7
#adf8c9
#c8fadb
#e3fced
#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

#0bec5d
#ec0b9a

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

Split Complementary

#0bec5d
#ce0bec
#ec0b29

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

Analogous Color

#13ec0b
#0bec30
#0bec5d
#0bec8a
#0becb7

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

#0bec5d
#5d0bec
#ec5d0b

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

#0bec5d
#0b2aec
#ec0b9a
#eccd0b

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

#0bec5d
#ec0b9a
#ec0b29
#0becce

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

#0bec5d Color Code Preview on Black Background Color

This is how #0bec5d Color will look on black background color. Color contrast ratio is 13.17

#0bec5d in use for CSS Font/Text Color

HTML with inline CSS

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

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

HTML with inline CSS

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

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

#0bec5d color code is use for CSS Background Color

Background color for the above div is #0bec5d

HTML with inline CSS

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

#0bec5d color code is use for CSS Border Color

CSS Border color for the above div is #0bec5d

HTML with inline CSS

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

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

HTML with inline CSS

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

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

HTML with inline CSS

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

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

HTML with inline CSS

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

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

HTML with inline CSS

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

#0bec5d hex Color code used as CSS color Codes

Example CSS Class for usage

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

#0bec5d Color code Preview on White Background

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

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

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(11,236,93,0.8), rgba(0, 0, 0, 0) 70.71%), 
      linear-gradient(127deg, rgba(236,11,154,0.8), rgba(0, 0, 0, 0) 70.71%), 
      linear-gradient(336deg, rgba(11,236,93,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.