COLOR #9CC38A

HEX: #9CC38A
RGB: (156,195,138)

Color info

#9CC38A contains red, green and blue colors in about the same proportion. Web safe color of #9CC38A is #99CC99 (or #9C9).

RGB color model

#9CC38A color RGB value is (156,195,138).

  • red value is 156;
  • green value is 195;
  • blue value is 138.
RGB:
(156,195,138)
(61%,76%,54%)

RGB channels and saturation

R 156 of 255 = 61%
G 195 of 255 = 76%
B 138 of 255 = 54%

156
195
138

R + G + B ~ 64%. #9CC38A is quite light color.

Portions of RGB colors in percentages

R + G + B =
156 + 195 + 138 = 489 (100%)
R 156 of 489 ~ 31.9%
G 195 of 489 ~ 39.88%
B 138 of 489 ~ 28.22%

%31.9
%39.88
%28.22

CMYK color model

#9CC38A color CMYK value is (20,0,29,24).

  • cyan value is 20.00%
  • magenta value is 0.00%
  • yellow value is 29.23%
  • key color value is 23.53%
CMYK:
(20,0,29,24)
C20M0Y29K24 
(20%,0%,29%,24%)
(0.20/0.00/0.29/0.24)	

CMYK percentages

%20
%0
%29.23
%23.53

Codes

Color #9CC38A in popluar color models

9CC38A
RGB156195138
HSL101°32.20%65.29%
HSB/HSV101°29.23%76.47%
CMYK20.00%0.00%29.23%
23.53%

Color #9CC38A in popluar number systems.

HEX9CC38A
Decimal156195138
Binary100111001100001110001010
Octal234303212

Shades and tints

Shades of #9CC38A

#9CC38A
(156,195,138)
#8EB27E
(142,178,126)
#80A172
(128,161,114)
#729066
(114,144,102)
#647F5A
(100,127,90)
#566E4E
(86,110,78)
#485D42
(72,93,66)
#3A4C36
(58,76,54)
#2C3B2A
(44,59,42)
#1E2A1E
(30,42,30)
#101912
(16,25,18)
#000000
(0,0,0)

Tints of #9CC38A

#9CC38A
(156,195,138)
#A5C894
(165,200,148)
#AECD9E
(174,205,158)
#B7D2A8
(183,210,168)
#C0D7B2
(192,215,178)
#C9DCBC
(201,220,188)
#D2E1C6
(210,225,198)
#DBE6D0
(219,230,208)
#E4EBDA
(228,235,218)
#EDF0E4
(237,240,228)
#F6F5EE
(246,245,238)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #9CC38A color. Also use rgb(156,195,138) instead hex code.

Text Font Color

.myTextColor { color: #9CC38A; }

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

This text font color is #9CC38A.


Background Color

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

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

This div background color is #9CC38A.


Border color

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

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

This div border color is #9CC38A.


Opacity

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

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

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

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

This text has shadow with #9CC38A color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #9CC38A on black background.


Color preview on white background

This text has color #9CC38A on white background.



Black color preview on #9CC38A background

This text has black color on #9CC38A background.


White color preview on #9CC38A background

This text has white color on #9CC38A background.