COLOR #9CD99A

HEX: #9CD99A
RGB: (156,217,154)

Color info

#9CD99A contains mainly green color. Web safe color of #9CD99A is #99CC99 (or #9C9).

RGB color model

#9CD99A color RGB value is (156,217,154).

  • red value is 156;
  • green value is 217;
  • blue value is 154.
RGB:
(156,217,154)
(61%,85%,60%)

RGB channels and saturation

R 156 of 255 = 61%
G 217 of 255 = 85%
B 154 of 255 = 60%

156
217
154

R + G + B ~ 69%. #9CD99A is quite light color.

Portions of RGB colors in percentages

R + G + B =
156 + 217 + 154 = 527 (100%)
R 156 of 527 ~ 29.6%
G 217 of 527 ~ 41.18%
B 154 of 527 ~ 29.22%

%29.6
%41.18
%29.22

CMYK color model

#9CD99A color CMYK value is (28,0,29,15).

  • cyan value is 28.11%
  • magenta value is 0.00%
  • yellow value is 29.03%
  • key color value is 14.90%
CMYK:
(28,0,29,15)
C28M0Y29K15 
(28%,0%,29%,15%)
(0.28/0.00/0.29/0.15)	

CMYK percentages

%28.11
%0
%29.03
%14.9

Codes

Color #9CD99A in popluar color models

9CD99A
RGB156217154
HSL118°45.32%72.75%
HSB/HSV118°29.03%85.10%
CMYK28.11%0.00%29.03%
14.90%

Color #9CD99A in popluar number systems.

HEX9CD99A
Decimal156217154
Binary100111001101100110011010
Octal234331232

Shades and tints

Shades of #9CD99A

#9CD99A
(156,217,154)
#8EC68C
(142,198,140)
#80B37E
(128,179,126)
#72A070
(114,160,112)
#648D62
(100,141,98)
#567A54
(86,122,84)
#486746
(72,103,70)
#3A5438
(58,84,56)
#2C412A
(44,65,42)
#1E2E1C
(30,46,28)
#101B0E
(16,27,14)
#000000
(0,0,0)

Tints of #9CD99A

#9CD99A
(156,217,154)
#A5DCA3
(165,220,163)
#AEDFAC
(174,223,172)
#B7E2B5
(183,226,181)
#C0E5BE
(192,229,190)
#C9E8C7
(201,232,199)
#D2EBD0
(210,235,208)
#DBEED9
(219,238,217)
#E4F1E2
(228,241,226)
#EDF4EB
(237,244,235)
#F6F7F4
(246,247,244)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #9CD99A color. Also use rgb(156,217,154) instead hex code.

Text Font Color

.myTextColor { color: #9CD99A; }

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

This text font color is #9CD99A.


Background Color

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

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

This div background color is #9CD99A.


Border color

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

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

This div border color is #9CD99A.


Opacity

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

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

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

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

This text has shadow with #9CD99A color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #9CD99A on black background.


Color preview on white background

This text has color #9CD99A on white background.



Black color preview on #9CD99A background

This text has black color on #9CD99A background.


White color preview on #9CD99A background

This text has white color on #9CD99A background.