COLOR #9CCF94

HEX: #9CCF94
RGB: (156,207,148)

Color info

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

RGB color model

#9CCF94 color RGB value is (156,207,148).

  • red value is 156;
  • green value is 207;
  • blue value is 148.
RGB:
(156,207,148)
(61%,81%,58%)

RGB channels and saturation

R 156 of 255 = 61%
G 207 of 255 = 81%
B 148 of 255 = 58%

156
207
148

R + G + B ~ 67%. #9CCF94 is quite light color.

Portions of RGB colors in percentages

R + G + B =
156 + 207 + 148 = 511 (100%)
R 156 of 511 ~ 30.53%
G 207 of 511 ~ 40.51%
B 148 of 511 ~ 28.96%

%30.53
%40.51
%28.96

CMYK color model

#9CCF94 color CMYK value is (25,0,29,19).

  • cyan value is 24.64%
  • magenta value is 0.00%
  • yellow value is 28.50%
  • key color value is 18.82%
CMYK:
(25,0,29,19)
C25M0Y29K19 
(25%,0%,29%,19%)
(0.25/0.00/0.29/0.19)	

CMYK percentages

%24.64
%0
%28.5
%18.82

Codes

Color #9CCF94 in popluar color models

9CCF94
RGB156207148
HSL112°38.06%69.61%
HSB/HSV112°28.50%81.18%
CMYK24.64%0.00%28.50%
18.82%

Color #9CCF94 in popluar number systems.

HEX9CCF94
Decimal156207148
Binary100111001100111110010100
Octal234317224

Shades and tints

Shades of #9CCF94

#9CCF94
(156,207,148)
#8EBD87
(142,189,135)
#80AB7A
(128,171,122)
#72996D
(114,153,109)
#648760
(100,135,96)
#567553
(86,117,83)
#486346
(72,99,70)
#3A5139
(58,81,57)
#2C3F2C
(44,63,44)
#1E2D1F
(30,45,31)
#101B12
(16,27,18)
#000000
(0,0,0)

Tints of #9CCF94

#9CCF94
(156,207,148)
#A5D39D
(165,211,157)
#AED7A6
(174,215,166)
#B7DBAF
(183,219,175)
#C0DFB8
(192,223,184)
#C9E3C1
(201,227,193)
#D2E7CA
(210,231,202)
#DBEBD3
(219,235,211)
#E4EFDC
(228,239,220)
#EDF3E5
(237,243,229)
#F6F7EE
(246,247,238)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #9CCF94 color. Also use rgb(156,207,148) instead hex code.

Text Font Color

.myTextColor { color: #9CCF94; }

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

This text font color is #9CCF94.


Background Color

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

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

This div background color is #9CCF94.


Border color

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

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

This div border color is #9CCF94.


Opacity

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

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

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

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

This text has shadow with #9CCF94 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #9CCF94 on black background.


Color preview on white background

This text has color #9CCF94 on white background.



Black color preview on #9CCF94 background

This text has black color on #9CCF94 background.


White color preview on #9CCF94 background

This text has white color on #9CCF94 background.