Skip to main content Skip to docs navigation

#0cb656 hex color | Download Dark Green BG image | Information

Color Picker

@
The color hex or name not found.

You can tap color picker and choose a color or enter any valid hex color code or Color name to find color details.

Color Info

Woow we have a nearby visually matching color name available. It's name is Intoxicate and its hex is #11BB55 Nearest Color Name

Color Hue/Base color: Green

Hex #0cb656 Color code in RGB color code model is created after adding 4.71% red color, 71.37% green color and 33.73% blue color. Hex #0cb656 Color code in CMYK color (process color) code model is generated after subtraction of 93% cyan, 0% magenta, 53% yellow and 28.63% black.

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

RGB Chart

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

Color Table

Hex Color Code 0cb656 #0cb656
RGB Decimal 12, 182, 86 12, 182, 86
RGB Percent 5%, 71%, 34% rgb(5%, 71%, 34%)
CSS RGBa 12, 182, 86,1 rgba(12,182,86,1)
CMYK Model cmyk(93%,0%,53%,28.63%)
HSL Color Space 146,88% ,38% hsl(146,88% ,38%)
HSV Color Space 146°, 93%, 71%
Color Temperature It's a Cool color

Color in numbers

Type Red Green Blue
Binary 00001100 10110110 01010110
Octal 14 266 126
Decimal 12 182 86
Hex 0c b6 56

Different shades of #0cb656 color code.

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

Darkest of #0cb656
#032612
Darker of #0cb656
#065629
Dark of #0cb656
#09863f
Base of #0cb656
#0cb656
Light of #0cb656
#0fe66d
Lighter
#36f288
Lightest
#66f5a4

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

#0cb656
#b60c6c

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

Split Complementary

#0cb656
#ab0cb6
#b60c17

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

Analogous Color

#25b60c
#0cb60f
#0cb656
#0cb68f
#0c96b6

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

#0cb656
#b6560c
#560cb6

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

#0cb656
#560cb6
#b60c6c
#6cb60c

Tetrad/Square Color is vibrant, positive and colorful color scheme. Its a diverse color scheme, Google, Microsoft, Slack & eBay uses in their color logos.

Square Color

#0cb656
#0c17b6
#b60c6c
#b6ab0c

Square 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).

Monochromatic Color with #0cb656

#000000
#032612
#065629
#09863f
#0cb656
#0fe66d
#36f288
#66f5a4
#96f8c1

Tints of #0cb656 Color

#0cb656
#27be68
#42c67b
#5dce8e
#78d6a1
#93deb3
#aee6c6
#c9eed9
#e4f6ec
#ffffff

Shades of #0cb656 color code

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

#0cb656
#0aa14c
#098d42
#087939
#06652f
#055026
#043c1c
#022813
#011409
#000000

Tones

#0cb656
#1fa359
#338f5b
#467c5e
#5a6860

Tones

Similar Color like #0cb656 color

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

#0db757
#0eb858
#0fb959
#10ba5a
#11bb5b
#12bc5c
#13bd5d
#14be5e
#15bf5f
#16c060
#17c161
#18c262
#19c363
#1ac464
#0bb555
#0ab454
#09b353
#08b252
#07b151
#06b050
#05af4f
#04ae4e
#03ad4d
#02ac4c
#01ab4b
#00aa4a
#00a949
#00a848

Download this Dark Green

Hex #0cb656 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.

#0cb656 Color Code Preview on Black Background Color

This is how #0cb656 Color will look on black background color. Color contrast ratio is 7.84

#0cb656 in use for CSS Font/Text Color

HTML with inline CSS

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

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

HTML with inline CSS

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

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

#0cb656 color code is use for CSS Background Color

Background color for the above div is #0cb656

HTML with inline CSS

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

#0cb656 color code is use for CSS Border Color

CSS Border color for the above div is #0cb656

HTML with inline CSS

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

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

HTML with inline CSS

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

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

HTML with inline CSS

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

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

HTML with inline CSS

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

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

HTML with inline CSS

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

#0cb656 hex Color code used as CSS color Codes

Example CSS Class for usage

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

#0cb656 Color code Preview on White Background

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

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

Gradient color background

Using gradients with mixed colors is a good idea. Download these backgrounds. Use them in slideshows, cards, and other designs.

Gradient Text

Find Gradient Text for your next project.

CRISPEDGE

 .gradientTextClass{
  background: 
      linear-gradient(217deg, rgba(12,182,86,0.8), rgba(0, 0, 0, 0) 70.71%), 
      linear-gradient(127deg, rgba(182,12,108,0.8), rgba(0, 0, 0, 0) 70.71%), 
      linear-gradient(336deg, rgba(12,182,86,0.8), rgba(0, 0, 0, 0) 70.71%);
	  background-clip: text;
	  text-fill-color: transparent;
  }