COLOR #9CD770

HEX: #9CD770
RGB: (156,215,112)

Color info

#9CD770 contains mainly red and green colors. Web safe color of #9CD770 is #99CC66 (or #9C6).

RGB color model

#9CD770 color RGB value is (156,215,112).

  • red value is 156;
  • green value is 215;
  • blue value is 112.
RGB:
(156,215,112)
(61%,84%,44%)

RGB channels and saturation

R 156 of 255 = 61%
G 215 of 255 = 84%
B 112 of 255 = 44%

156
215
112

R + G + B ~ 63%. #9CD770 is quite light color.

Portions of RGB colors in percentages

R + G + B =
156 + 215 + 112 = 483 (100%)
R 156 of 483 ~ 32.3%
G 215 of 483 ~ 44.51%
B 112 of 483 ~ 23.19%

%32.3
%44.51
%23.19

CMYK color model

#9CD770 color CMYK value is (27,0,48,16).

  • cyan value is 27.44%
  • magenta value is 0.00%
  • yellow value is 47.91%
  • key color value is 15.69%
CMYK:
(27,0,48,16)
C27M0Y48K16 
(27%,0%,48%,16%)
(0.27/0.00/0.48/0.16)	

CMYK percentages

%27.44
%0
%47.91
%15.69

Codes

Color #9CD770 in popluar color models

9CD770
RGB156215112
HSL94°56.28%64.12%
HSB/HSV94°47.91%84.31%
CMYK27.44%0.00%47.91%
15.69%

Color #9CD770 in popluar number systems.

HEX9CD770
Decimal156215112
Binary10011100110101111110000
Octal234327160

Shades and tints

Shades of #9CD770

#9CD770
(156,215,112)
#8EC466
(142,196,102)
#80B15C
(128,177,92)
#729E52
(114,158,82)
#648B48
(100,139,72)
#56783E
(86,120,62)
#486534
(72,101,52)
#3A522A
(58,82,42)
#2C3F20
(44,63,32)
#1E2C16
(30,44,22)
#10190C
(16,25,12)
#000000
(0,0,0)

Tints of #9CD770

#9CD770
(156,215,112)
#A5DA7D
(165,218,125)
#AEDD8A
(174,221,138)
#B7E097
(183,224,151)
#C0E3A4
(192,227,164)
#C9E6B1
(201,230,177)
#D2E9BE
(210,233,190)
#DBECCB
(219,236,203)
#E4EFD8
(228,239,216)
#EDF2E5
(237,242,229)
#F6F5F2
(246,245,242)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #9CD770 color. Also use rgb(156,215,112) instead hex code.

Text Font Color

.myTextColor { color: #9CD770; }

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

This text font color is #9CD770.


Background Color

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

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

This div background color is #9CD770.


Border color

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

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

This div border color is #9CD770.


Opacity

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

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

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

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

This text has shadow with #9CD770 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #9CD770 on black background.


Color preview on white background

This text has color #9CD770 on white background.



Black color preview on #9CD770 background

This text has black color on #9CD770 background.


White color preview on #9CD770 background

This text has white color on #9CD770 background.