COLOR #9CCA6E

HEX: #9CCA6E
RGB: (156,202,110)

Color info

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

RGB color model

#9CCA6E color RGB value is (156,202,110).

  • red value is 156;
  • green value is 202;
  • blue value is 110.
RGB:
(156,202,110)
(61%,79%,43%)

RGB channels and saturation

R 156 of 255 = 61%
G 202 of 255 = 79%
B 110 of 255 = 43%

156
202
110

R + G + B ~ 61%. #9CCA6E is quite light color.

Portions of RGB colors in percentages

R + G + B =
156 + 202 + 110 = 468 (100%)
R 156 of 468 ~ 33.33%
G 202 of 468 ~ 43.16%
B 110 of 468 ~ 23.5%

%33.33
%43.16
%23.5

CMYK color model

#9CCA6E color CMYK value is (23,0,46,21).

  • cyan value is 22.77%
  • magenta value is 0.00%
  • yellow value is 45.54%
  • key color value is 20.78%
CMYK:
(23,0,46,21)
C23M0Y46K21 
(23%,0%,46%,21%)
(0.23/0.00/0.46/0.21)	

CMYK percentages

%22.77
%0
%45.54
%20.78

Codes

Color #9CCA6E in popluar color models

9CCA6E
RGB156202110
HSL90°46.46%61.18%
HSB/HSV90°45.54%79.22%
CMYK22.77%0.00%45.54%
20.78%

Color #9CCA6E in popluar number systems.

HEX9CCA6E
Decimal156202110
Binary10011100110010101101110
Octal234312156

Shades and tints

Shades of #9CCA6E

#9CCA6E
(156,202,110)
#8EB864
(142,184,100)
#80A65A
(128,166,90)
#729450
(114,148,80)
#648246
(100,130,70)
#56703C
(86,112,60)
#485E32
(72,94,50)
#3A4C28
(58,76,40)
#2C3A1E
(44,58,30)
#1E2814
(30,40,20)
#10160A
(16,22,10)
#000000
(0,0,0)

Tints of #9CCA6E

#9CCA6E
(156,202,110)
#A5CE7B
(165,206,123)
#AED288
(174,210,136)
#B7D695
(183,214,149)
#C0DAA2
(192,218,162)
#C9DEAF
(201,222,175)
#D2E2BC
(210,226,188)
#DBE6C9
(219,230,201)
#E4EAD6
(228,234,214)
#EDEEE3
(237,238,227)
#F6F2F0
(246,242,240)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #9CCA6E color. Also use rgb(156,202,110) instead hex code.

Text Font Color

.myTextColor { color: #9CCA6E; }

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

This text font color is #9CCA6E.


Background Color

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

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

This div background color is #9CCA6E.


Border color

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

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

This div border color is #9CCA6E.


Opacity

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

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

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

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

This text has shadow with #9CCA6E color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #9CCA6E on black background.


Color preview on white background

This text has color #9CCA6E on white background.



Black color preview on #9CCA6E background

This text has black color on #9CCA6E background.


White color preview on #9CCA6E background

This text has white color on #9CCA6E background.