COLOR #9CC07B

HEX: #9CC07B
RGB: (156,192,123)

Color info

#9CC07B contains mainly red and green colors. Web safe color of #9CC07B is #99CC66 (or #9C6).

RGB color model

#9CC07B color RGB value is (156,192,123).

  • red value is 156;
  • green value is 192;
  • blue value is 123.
RGB:
(156,192,123)
(61%,75%,48%)

RGB channels and saturation

R 156 of 255 = 61%
G 192 of 255 = 75%
B 123 of 255 = 48%

156
192
123

R + G + B ~ 61%. #9CC07B is quite light color.

Portions of RGB colors in percentages

R + G + B =
156 + 192 + 123 = 471 (100%)
R 156 of 471 ~ 33.12%
G 192 of 471 ~ 40.76%
B 123 of 471 ~ 26.11%

%33.12
%40.76
%26.11

CMYK color model

#9CC07B color CMYK value is (19,0,36,25).

  • cyan value is 18.75%
  • magenta value is 0.00%
  • yellow value is 35.94%
  • key color value is 24.71%
CMYK:
(19,0,36,25)
C19M0Y36K25 
(19%,0%,36%,25%)
(0.19/0.00/0.36/0.25)	

CMYK percentages

%18.75
%0
%35.94
%24.71

Codes

Color #9CC07B in popluar color models

9CC07B
RGB156192123
HSL91°35.38%61.76%
HSB/HSV91°35.94%75.29%
CMYK18.75%0.00%35.94%
24.71%

Color #9CC07B in popluar number systems.

HEX9CC07B
Decimal156192123
Binary10011100110000001111011
Octal234300173

Shades and tints

Shades of #9CC07B

#9CC07B
(156,192,123)
#8EAF70
(142,175,112)
#809E65
(128,158,101)
#728D5A
(114,141,90)
#647C4F
(100,124,79)
#566B44
(86,107,68)
#485A39
(72,90,57)
#3A492E
(58,73,46)
#2C3823
(44,56,35)
#1E2718
(30,39,24)
#10160D
(16,22,13)
#000000
(0,0,0)

Tints of #9CC07B

#9CC07B
(156,192,123)
#A5C587
(165,197,135)
#AECA93
(174,202,147)
#B7CF9F
(183,207,159)
#C0D4AB
(192,212,171)
#C9D9B7
(201,217,183)
#D2DEC3
(210,222,195)
#DBE3CF
(219,227,207)
#E4E8DB
(228,232,219)
#EDEDE7
(237,237,231)
#F6F2F3
(246,242,243)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #9CC07B color. Also use rgb(156,192,123) instead hex code.

Text Font Color

.myTextColor { color: #9CC07B; }

<p style="color:#9CC07B">This sample text font color is #9CC07B.</p>

This text font color is #9CC07B.


Background Color

.myBgColor { background-color: #9CC07B; }

<div style="background-color:#9CC07B">Inner text</div>

This div background color is #9CC07B.


Border color

.myBorderColor { border: 1px solid #9CC07B; }

<div style="border:3px solid #9CC07B">Div</div>

This div border color is #9CC07B.


Opacity

.myOpacity80 { color: #9CC07B; opacity: 0.8; }

<p style="color:#9CC07B;opacity:0.8;">80%</p>

Text with #9CC07B color and opacity 100% | 80% | 50% | 30%.

Background with opacity value 100%.

Background with opacity value 80%.

Background with opacity value 50%.

Background with opacity value 30%.

Text shadow color

.textShadow {text-shadow: 3px 3px 1px #9CC07B;}

<p style="text-shadow: 3px 3px 1px #9CC07B">Text here.</p>

This text has shadow with #9CC07B color.

.textShadow {text-shadow: 3px 3px 1px #9CC07B, 3px 3px 1px red;}

<p style="text-shadow: 3px 3px 1px #9CC07B, 5px 5px 20px red">Text here.</p>

This text has shadow with #9CC07B primary color and red secondary color.


Styles for old Internet Explorer:
.textShadow {filter: Shadow(Color=#9CC07B, Direction=45, Strength=4)}

<p style="filter: Shadow(Color=#9CC07B, Direction=45, Strength=4)">Text</p>

This text has shadow with #9CC07B and red colors in old Internet Explorer.


Div box shadow color

/* css code */
.divShadow
{
  -moz-box-shadow:	1px 1px 3px 2px #9CC07B;
  -webkit-box-shadow:	1px 1px 3px 2px #9CC07B;
  box-shadow:		1px 1px 3px 2px #9CC07B;
}

/* html code with inline style */
<div style="-moz-box-shadow: 1px 1px 3px 2px #9CC07B;
-webkit-box-shadow: 1px 1px 3px 2px #9CC07B;
box-shadow:1px 1px 3px 2px #9CC07B;">
Div content here</div>
This div box has shadow with color #9CC07B.

Preview

Color preview on black background

This text has color #9CC07B on black background.


Color preview on white background

This text has color #9CC07B on white background.



Black color preview on #9CC07B background

This text has black color on #9CC07B background.


White color preview on #9CC07B background

This text has white color on #9CC07B background.