COLOR #9CDD7A

HEX: #9CDD7A
RGB: (156,221,122)

Color info

#9CDD7A contains mainly green color. Web safe color of #9CDD7A is #99CC66 (or #9C6).

RGB color model

#9CDD7A color RGB value is (156,221,122).

  • red value is 156;
  • green value is 221;
  • blue value is 122.
RGB:
(156,221,122)
(61%,87%,48%)

RGB channels and saturation

R 156 of 255 = 61%
G 221 of 255 = 87%
B 122 of 255 = 48%

156
221
122

R + G + B ~ 65%. #9CDD7A is quite light color.

Portions of RGB colors in percentages

R + G + B =
156 + 221 + 122 = 499 (100%)
R 156 of 499 ~ 31.26%
G 221 of 499 ~ 44.29%
B 122 of 499 ~ 24.45%

%31.26
%44.29
%24.45

CMYK color model

#9CDD7A color CMYK value is (29,0,45,13).

  • cyan value is 29.41%
  • magenta value is 0.00%
  • yellow value is 44.80%
  • key color value is 13.33%
CMYK:
(29,0,45,13)
C29M0Y45K13 
(29%,0%,45%,13%)
(0.29/0.00/0.45/0.13)	

CMYK percentages

%29.41
%0
%44.8
%13.33

Codes

Color #9CDD7A in popluar color models

9CDD7A
RGB156221122
HSL99°59.28%67.25%
HSB/HSV99°44.80%86.67%
CMYK29.41%0.00%44.80%
13.33%

Color #9CDD7A in popluar number systems.

HEX9CDD7A
Decimal156221122
Binary10011100110111011111010
Octal234335172

Shades and tints

Shades of #9CDD7A

#9CDD7A
(156,221,122)
#8EC96F
(142,201,111)
#80B564
(128,181,100)
#72A159
(114,161,89)
#648D4E
(100,141,78)
#567943
(86,121,67)
#486538
(72,101,56)
#3A512D
(58,81,45)
#2C3D22
(44,61,34)
#1E2917
(30,41,23)
#10150C
(16,21,12)
#000000
(0,0,0)

Tints of #9CDD7A

#9CDD7A
(156,221,122)
#A5E086
(165,224,134)
#AEE392
(174,227,146)
#B7E69E
(183,230,158)
#C0E9AA
(192,233,170)
#C9ECB6
(201,236,182)
#D2EFC2
(210,239,194)
#DBF2CE
(219,242,206)
#E4F5DA
(228,245,218)
#EDF8E6
(237,248,230)
#F6FBF2
(246,251,242)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #9CDD7A color. Also use rgb(156,221,122) instead hex code.

Text Font Color

.myTextColor { color: #9CDD7A; }

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

This text font color is #9CDD7A.


Background Color

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

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

This div background color is #9CDD7A.


Border color

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

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

This div border color is #9CDD7A.


Opacity

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

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

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

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

This text has shadow with #9CDD7A color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #9CDD7A on black background.


Color preview on white background

This text has color #9CDD7A on white background.



Black color preview on #9CDD7A background

This text has black color on #9CDD7A background.


White color preview on #9CDD7A background

This text has white color on #9CDD7A background.