Skip to main content Skip to docs navigation

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

#0c955c hex color - Green - Cool color

On this page
@
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 Mixture: Green and Cyan

Color Hue/Base color: Green

Hex #0c955c Color code in RGB color code model is created after adding 4.71% red color, 58.43% green color and 36.08% blue color. Hex #0c955c Color code in CMYK color (process color) code model is generated after subtraction of 92% cyan, 0% magenta, 38% yellow and 41.57% black.

Hex #0c955c color code is between #119955 web safe hex color code and #008866 web safe hex color code. #119955 is the nearest web safe color code. You can see here many more shades of #0c955c color code.

0 Likes 0 Comments | 1 Views

RGB Chart

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

Color Table

Hex Color Code 0c955c #0c955c
RGB Decimal 12, 149, 92 rgb(12, 149, 92)
RGB Percent 5%, 58%, 36% rgb(5%, 58%, 36%)
CSS RGBa 12, 149, 92,1 rgba(12,149,92,1)
CMYK Model cmyk(92%,0%,38%,41.57%)
HSL Color Space 155,85% ,32% hsl(155,85% ,32%)
HSV Color Space 155°, 92%, 58%
Color Temperature It's a Cool color

Color in numbers

Type Red Green Blue
Binary 00001100 10010101 01011100
Octal 14 225 134
Decimal 12 149 92
Hex 0c 95 5c

Different shades of #0c955c color code.

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

Light Shade of #0c955c
#10c479
Dark Shade of #0c955c
#08663f
Saturated Shade of #0c955c
#049d5d
Desaturated Shade of #0c955c
#148d5b
Grey scale Shade of #0c955c
#505050
Brighten Shade
#25ae75
Most Readable Shade
#FFFFFF

Shades of #0c955c color code

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

#0c955c
#0a8451
#097347
#08633d
#065233
#054228
#04311e
#022114
#01100a
#000000

Similar Color like #0c955c color

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

#0d965d
#0e975e
#0f985f
#109960
#119a61
#129b62
#139c63
#149d64
#159e65
#169f66
#17a067
#18a168
#19a269
#1aa36a
#0b945b
#0a935a
#099259
#089158
#079057
#068f56
#058e55
#048d54
#038c53
#028b52
#018a51
#008950
#00884f
#00874e

Monochromatic Color with #0c955c

#0c955c
#0fbf76
#13ea90
#02150d
#054028
#096a42

Tints of #0c955c Color

#0c955c
#27a06e
#42ac80
#5db892
#78c4a4
#93cfb6
#aedbc8
#c9e7da
#e4f3ec
#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

#0c955c
#950c45

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

Split Complementary

#0c955c
#950c8a
#95170c

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

Analogous Color

#0c9525
#0c9541
#0c955c
#0c9577
#0c9593

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

#0c955c
#5c0c95
#955c0c

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

#0c955c
#170c95
#950c45
#89950c

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

#0c955c
#950c45
#95170c
#0c8a95

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

#0c955c Color Code Preview on Black Background Color

This is how #0c955c Color will look on black background color. Color contrast ratio is 5.47

#0c955c in use for CSS Font/Text Color

HTML with inline CSS

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

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

HTML with inline CSS

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

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

#0c955c color code is use for CSS Background Color

Background color for the above div is #0c955c

HTML with inline CSS

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

#0c955c color code is use for CSS Border Color

CSS Border color for the above div is #0c955c

HTML with inline CSS

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

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

HTML with inline CSS

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

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

HTML with inline CSS

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

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

HTML with inline CSS

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

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

HTML with inline CSS

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

#0c955c hex Color code used as CSS color Codes

Example CSS Class for usage

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

#0c955c Color code Preview on White Background

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

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

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(12,149,92,0.8), rgba(0, 0, 0, 0) 70.71%), 
      linear-gradient(127deg, rgba(149,12,69,0.8), rgba(0, 0, 0, 0) 70.71%), 
      linear-gradient(336deg, rgba(12,149,92,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.