COLOR #9CC88F

HEX: #9CC88F
RGB: (156,200,143)

Color info

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

RGB color model

#9CC88F color RGB value is (156,200,143).

  • red value is 156;
  • green value is 200;
  • blue value is 143.
RGB:
(156,200,143)
(61%,78%,56%)

RGB channels and saturation

R 156 of 255 = 61%
G 200 of 255 = 78%
B 143 of 255 = 56%

156
200
143

R + G + B ~ 65%. #9CC88F is quite light color.

Portions of RGB colors in percentages

R + G + B =
156 + 200 + 143 = 499 (100%)
R 156 of 499 ~ 31.26%
G 200 of 499 ~ 40.08%
B 143 of 499 ~ 28.66%

%31.26
%40.08
%28.66

CMYK color model

#9CC88F color CMYK value is (22,0,29,22).

  • cyan value is 22.00%
  • magenta value is 0.00%
  • yellow value is 28.50%
  • key color value is 21.57%
CMYK:
(22,0,29,22)
C22M0Y29K22 
(22%,0%,29%,22%)
(0.22/0.00/0.29/0.22)	

CMYK percentages

%22
%0
%28.5
%21.57

Codes

Color #9CC88F in popluar color models

9CC88F
RGB156200143
HSL106°34.13%67.25%
HSB/HSV106°28.50%78.43%
CMYK22.00%0.00%28.50%
21.57%

Color #9CC88F in popluar number systems.

HEX9CC88F
Decimal156200143
Binary100111001100100010001111
Octal234310217

Shades and tints

Shades of #9CC88F

#9CC88F
(156,200,143)
#8EB682
(142,182,130)
#80A475
(128,164,117)
#729268
(114,146,104)
#64805B
(100,128,91)
#566E4E
(86,110,78)
#485C41
(72,92,65)
#3A4A34
(58,74,52)
#2C3827
(44,56,39)
#1E261A
(30,38,26)
#10140D
(16,20,13)
#000000
(0,0,0)

Tints of #9CC88F

#9CC88F
(156,200,143)
#A5CD99
(165,205,153)
#AED2A3
(174,210,163)
#B7D7AD
(183,215,173)
#C0DCB7
(192,220,183)
#C9E1C1
(201,225,193)
#D2E6CB
(210,230,203)
#DBEBD5
(219,235,213)
#E4F0DF
(228,240,223)
#EDF5E9
(237,245,233)
#F6FAF3
(246,250,243)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #9CC88F color. Also use rgb(156,200,143) instead hex code.

Text Font Color

.myTextColor { color: #9CC88F; }

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

This text font color is #9CC88F.


Background Color

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

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

This div background color is #9CC88F.


Border color

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

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

This div border color is #9CC88F.


Opacity

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

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

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

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

This text has shadow with #9CC88F color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #9CC88F on black background.


Color preview on white background

This text has color #9CC88F on white background.



Black color preview on #9CC88F background

This text has black color on #9CC88F background.


White color preview on #9CC88F background

This text has white color on #9CC88F background.