COLOR #9CD09A

HEX: #9CD09A
RGB: (156,208,154)

Color info

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

RGB color model

#9CD09A color RGB value is (156,208,154).

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

RGB channels and saturation

R 156 of 255 = 61%
G 208 of 255 = 82%
B 154 of 255 = 60%

156
208
154

R + G + B ~ 68%. #9CD09A is quite light color.

Portions of RGB colors in percentages

R + G + B =
156 + 208 + 154 = 518 (100%)
R 156 of 518 ~ 30.12%
G 208 of 518 ~ 40.15%
B 154 of 518 ~ 29.73%

%30.12
%40.15
%29.73

CMYK color model

#9CD09A color CMYK value is (25,0,26,18).

  • cyan value is 25.00%
  • magenta value is 0.00%
  • yellow value is 25.96%
  • key color value is 18.43%
CMYK:
(25,0,26,18)
C25M0Y26K18 
(25%,0%,26%,18%)
(0.25/0.00/0.26/0.18)	

CMYK percentages

%25
%0
%25.96
%18.43

Codes

Color #9CD09A in popluar color models

9CD09A
RGB156208154
HSL118°36.49%70.98%
HSB/HSV118°25.96%81.57%
CMYK25.00%0.00%25.96%
18.43%

Color #9CD09A in popluar number systems.

HEX9CD09A
Decimal156208154
Binary100111001101000010011010
Octal234320232

Shades and tints

Shades of #9CD09A

#9CD09A
(156,208,154)
#8EBE8C
(142,190,140)
#80AC7E
(128,172,126)
#729A70
(114,154,112)
#648862
(100,136,98)
#567654
(86,118,84)
#486446
(72,100,70)
#3A5238
(58,82,56)
#2C402A
(44,64,42)
#1E2E1C
(30,46,28)
#101C0E
(16,28,14)
#000000
(0,0,0)

Tints of #9CD09A

#9CD09A
(156,208,154)
#A5D4A3
(165,212,163)
#AED8AC
(174,216,172)
#B7DCB5
(183,220,181)
#C0E0BE
(192,224,190)
#C9E4C7
(201,228,199)
#D2E8D0
(210,232,208)
#DBECD9
(219,236,217)
#E4F0E2
(228,240,226)
#EDF4EB
(237,244,235)
#F6F8F4
(246,248,244)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #9CD09A; }

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

This text font color is #9CD09A.


Background Color

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

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

This div background color is #9CD09A.


Border color

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

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

This div border color is #9CD09A.


Opacity

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

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

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

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

This text has shadow with #9CD09A color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #9CD09A on black background.


Color preview on white background

This text has color #9CD09A on white background.



Black color preview on #9CD09A background

This text has black color on #9CD09A background.


White color preview on #9CD09A background

This text has white color on #9CD09A background.