COLOR #9CD08D

HEX: #9CD08D
RGB: (156,208,141)

Color info

#9CD08D contains mainly red and green colors. Web safe color of #9CD08D is #99CC99 (or #9C9).

RGB color model

#9CD08D color RGB value is (156,208,141).

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

RGB channels and saturation

R 156 of 255 = 61%
G 208 of 255 = 82%
B 141 of 255 = 55%

156
208
141

R + G + B ~ 66%. #9CD08D is quite light color.

Portions of RGB colors in percentages

R + G + B =
156 + 208 + 141 = 505 (100%)
R 156 of 505 ~ 30.89%
G 208 of 505 ~ 41.19%
B 141 of 505 ~ 27.92%

%30.89
%41.19
%27.92

CMYK color model

#9CD08D color CMYK value is (25,0,32,18).

  • cyan value is 25.00%
  • magenta value is 0.00%
  • yellow value is 32.21%
  • key color value is 18.43%
CMYK:
(25,0,32,18)
C25M0Y32K18 
(25%,0%,32%,18%)
(0.25/0.00/0.32/0.18)	

CMYK percentages

%25
%0
%32.21
%18.43

Codes

Color #9CD08D in popluar color models

9CD08D
RGB156208141
HSL107°41.61%68.43%
HSB/HSV107°32.21%81.57%
CMYK25.00%0.00%32.21%
18.43%

Color #9CD08D in popluar number systems.

HEX9CD08D
Decimal156208141
Binary100111001101000010001101
Octal234320215

Shades and tints

Shades of #9CD08D

#9CD08D
(156,208,141)
#8EBE81
(142,190,129)
#80AC75
(128,172,117)
#729A69
(114,154,105)
#64885D
(100,136,93)
#567651
(86,118,81)
#486445
(72,100,69)
#3A5239
(58,82,57)
#2C402D
(44,64,45)
#1E2E21
(30,46,33)
#101C15
(16,28,21)
#000000
(0,0,0)

Tints of #9CD08D

#9CD08D
(156,208,141)
#A5D497
(165,212,151)
#AED8A1
(174,216,161)
#B7DCAB
(183,220,171)
#C0E0B5
(192,224,181)
#C9E4BF
(201,228,191)
#D2E8C9
(210,232,201)
#DBECD3
(219,236,211)
#E4F0DD
(228,240,221)
#EDF4E7
(237,244,231)
#F6F8F1
(246,248,241)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #9CD08D; }

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

This text font color is #9CD08D.


Background Color

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

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

This div background color is #9CD08D.


Border color

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

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

This div border color is #9CD08D.


Opacity

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

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

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

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

This text has shadow with #9CD08D color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #9CD08D on black background.


Color preview on white background

This text has color #9CD08D on white background.



Black color preview on #9CD08D background

This text has black color on #9CD08D background.


White color preview on #9CD08D background

This text has white color on #9CD08D background.