COLOR #9CDD92

HEX: #9CDD92
RGB: (156,221,146)

Color info

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

RGB color model

#9CDD92 color RGB value is (156,221,146).

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

RGB channels and saturation

R 156 of 255 = 61%
G 221 of 255 = 87%
B 146 of 255 = 57%

156
221
146

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

Portions of RGB colors in percentages

R + G + B =
156 + 221 + 146 = 523 (100%)
R 156 of 523 ~ 29.83%
G 221 of 523 ~ 42.26%
B 146 of 523 ~ 27.92%

%29.83
%42.26
%27.92

CMYK color model

#9CDD92 color CMYK value is (29,0,34,13).

  • cyan value is 29.41%
  • magenta value is 0.00%
  • yellow value is 33.94%
  • key color value is 13.33%
CMYK:
(29,0,34,13)
C29M0Y34K13 
(29%,0%,34%,13%)
(0.29/0.00/0.34/0.13)	

CMYK percentages

%29.41
%0
%33.94
%13.33

Codes

Color #9CDD92 in popluar color models

9CDD92
RGB156221146
HSL112°52.45%71.96%
HSB/HSV112°33.94%86.67%
CMYK29.41%0.00%33.94%
13.33%

Color #9CDD92 in popluar number systems.

HEX9CDD92
Decimal156221146
Binary100111001101110110010010
Octal234335222

Shades and tints

Shades of #9CDD92

#9CDD92
(156,221,146)
#8EC985
(142,201,133)
#80B578
(128,181,120)
#72A16B
(114,161,107)
#648D5E
(100,141,94)
#567951
(86,121,81)
#486544
(72,101,68)
#3A5137
(58,81,55)
#2C3D2A
(44,61,42)
#1E291D
(30,41,29)
#101510
(16,21,16)
#000000
(0,0,0)

Tints of #9CDD92

#9CDD92
(156,221,146)
#A5E09B
(165,224,155)
#AEE3A4
(174,227,164)
#B7E6AD
(183,230,173)
#C0E9B6
(192,233,182)
#C9ECBF
(201,236,191)
#D2EFC8
(210,239,200)
#DBF2D1
(219,242,209)
#E4F5DA
(228,245,218)
#EDF8E3
(237,248,227)
#F6FBEC
(246,251,236)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #9CDD92; }

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

This text font color is #9CDD92.


Background Color

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

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

This div background color is #9CDD92.


Border color

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

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

This div border color is #9CDD92.


Opacity

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

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

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

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

This text has shadow with #9CDD92 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #9CDD92 on black background.


Color preview on white background

This text has color #9CDD92 on white background.



Black color preview on #9CDD92 background

This text has black color on #9CDD92 background.


White color preview on #9CDD92 background

This text has white color on #9CDD92 background.