COLOR #9CC670

HEX: #9CC670
RGB: (156,198,112)

Color info

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

RGB color model

#9CC670 color RGB value is (156,198,112).

  • red value is 156;
  • green value is 198;
  • blue value is 112.
RGB:
(156,198,112)
(61%,78%,44%)

RGB channels and saturation

R 156 of 255 = 61%
G 198 of 255 = 78%
B 112 of 255 = 44%

156
198
112

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

Portions of RGB colors in percentages

R + G + B =
156 + 198 + 112 = 466 (100%)
R 156 of 466 ~ 33.48%
G 198 of 466 ~ 42.49%
B 112 of 466 ~ 24.03%

%33.48
%42.49
%24.03

CMYK color model

#9CC670 color CMYK value is (21,0,43,22).

  • cyan value is 21.21%
  • magenta value is 0.00%
  • yellow value is 43.43%
  • key color value is 22.35%
CMYK:
(21,0,43,22)
C21M0Y43K22 
(21%,0%,43%,22%)
(0.21/0.00/0.43/0.22)	

CMYK percentages

%21.21
%0
%43.43
%22.35

Codes

Color #9CC670 in popluar color models

9CC670
RGB156198112
HSL89°43.00%60.78%
HSB/HSV89°43.43%77.65%
CMYK21.21%0.00%43.43%
22.35%

Color #9CC670 in popluar number systems.

HEX9CC670
Decimal156198112
Binary10011100110001101110000
Octal234306160

Shades and tints

Shades of #9CC670

#9CC670
(156,198,112)
#8EB466
(142,180,102)
#80A25C
(128,162,92)
#729052
(114,144,82)
#647E48
(100,126,72)
#566C3E
(86,108,62)
#485A34
(72,90,52)
#3A482A
(58,72,42)
#2C3620
(44,54,32)
#1E2416
(30,36,22)
#10120C
(16,18,12)
#000000
(0,0,0)

Tints of #9CC670

#9CC670
(156,198,112)
#A5CB7D
(165,203,125)
#AED08A
(174,208,138)
#B7D597
(183,213,151)
#C0DAA4
(192,218,164)
#C9DFB1
(201,223,177)
#D2E4BE
(210,228,190)
#DBE9CB
(219,233,203)
#E4EED8
(228,238,216)
#EDF3E5
(237,243,229)
#F6F8F2
(246,248,242)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #9CC670 color. Also use rgb(156,198,112) instead hex code.

Text Font Color

.myTextColor { color: #9CC670; }

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

This text font color is #9CC670.


Background Color

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

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

This div background color is #9CC670.


Border color

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

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

This div border color is #9CC670.


Opacity

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

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

Text with #9CC670 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 #9CC670;}

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

This text has shadow with #9CC670 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #9CC670 on black background.


Color preview on white background

This text has color #9CC670 on white background.



Black color preview on #9CC670 background

This text has black color on #9CC670 background.


White color preview on #9CC670 background

This text has white color on #9CC670 background.