COLOR #9CC48D

HEX: #9CC48D
RGB: (156,196,141)

Color info

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

RGB color model

#9CC48D color RGB value is (156,196,141).

  • red value is 156;
  • green value is 196;
  • blue value is 141.
RGB:
(156,196,141)
(61%,77%,55%)

RGB channels and saturation

R 156 of 255 = 61%
G 196 of 255 = 77%
B 141 of 255 = 55%

156
196
141

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

Portions of RGB colors in percentages

R + G + B =
156 + 196 + 141 = 493 (100%)
R 156 of 493 ~ 31.64%
G 196 of 493 ~ 39.76%
B 141 of 493 ~ 28.6%

%31.64
%39.76
%28.6

CMYK color model

#9CC48D color CMYK value is (20,0,28,23).

  • cyan value is 20.41%
  • magenta value is 0.00%
  • yellow value is 28.06%
  • key color value is 23.14%
CMYK:
(20,0,28,23)
C20M0Y28K23 
(20%,0%,28%,23%)
(0.20/0.00/0.28/0.23)	

CMYK percentages

%20.41
%0
%28.06
%23.14

Codes

Color #9CC48D in popluar color models

9CC48D
RGB156196141
HSL104°31.79%66.08%
HSB/HSV104°28.06%76.86%
CMYK20.41%0.00%28.06%
23.14%

Color #9CC48D in popluar number systems.

HEX9CC48D
Decimal156196141
Binary100111001100010010001101
Octal234304215

Shades and tints

Shades of #9CC48D

#9CC48D
(156,196,141)
#8EB381
(142,179,129)
#80A275
(128,162,117)
#729169
(114,145,105)
#64805D
(100,128,93)
#566F51
(86,111,81)
#485E45
(72,94,69)
#3A4D39
(58,77,57)
#2C3C2D
(44,60,45)
#1E2B21
(30,43,33)
#101A15
(16,26,21)
#000000
(0,0,0)

Tints of #9CC48D

#9CC48D
(156,196,141)
#A5C997
(165,201,151)
#AECEA1
(174,206,161)
#B7D3AB
(183,211,171)
#C0D8B5
(192,216,181)
#C9DDBF
(201,221,191)
#D2E2C9
(210,226,201)
#DBE7D3
(219,231,211)
#E4ECDD
(228,236,221)
#EDF1E7
(237,241,231)
#F6F6F1
(246,246,241)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #9CC48D color. Also use rgb(156,196,141) instead hex code.

Text Font Color

.myTextColor { color: #9CC48D; }

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

This text font color is #9CC48D.


Background Color

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

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

This div background color is #9CC48D.


Border color

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

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

This div border color is #9CC48D.


Opacity

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

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

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

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

This text has shadow with #9CC48D color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #9CC48D on black background.


Color preview on white background

This text has color #9CC48D on white background.



Black color preview on #9CC48D background

This text has black color on #9CC48D background.


White color preview on #9CC48D background

This text has white color on #9CC48D background.