COLOR #9ACC9C

HEX: #9ACC9C
RGB: (154,204,156)

Color info

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

RGB color model

#9ACC9C color RGB value is (154,204,156).

  • red value is 154;
  • green value is 204;
  • blue value is 156.
RGB:
(154,204,156)
(60%,80%,61%)

RGB channels and saturation

R 154 of 255 = 60%
G 204 of 255 = 80%
B 156 of 255 = 61%

154
204
156

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

Portions of RGB colors in percentages

R + G + B =
154 + 204 + 156 = 514 (100%)
R 154 of 514 ~ 29.96%
G 204 of 514 ~ 39.69%
B 156 of 514 ~ 30.35%

%29.96
%39.69
%30.35

CMYK color model

#9ACC9C color CMYK value is (25,0,24,20).

  • cyan value is 24.51%
  • magenta value is 0.00%
  • yellow value is 23.53%
  • key color value is 20.00%
CMYK:
(25,0,24,20)
C25M0Y24K20 
(25%,0%,24%,20%)
(0.25/0.00/0.24/0.20)	

CMYK percentages

%24.51
%0
%23.53
%20

Codes

Color #9ACC9C in popluar color models

9ACC9C
RGB154204156
HSL122°32.89%70.20%
HSB/HSV122°24.51%80.00%
CMYK24.51%0.00%23.53%
20.00%

Color #9ACC9C in popluar number systems.

HEX9ACC9C
Decimal154204156
Binary100110101100110010011100
Octal232314234

Shades and tints

Shades of #9ACC9C

#9ACC9C
(154,204,156)
#8CBA8E
(140,186,142)
#7EA880
(126,168,128)
#709672
(112,150,114)
#628464
(98,132,100)
#547256
(84,114,86)
#466048
(70,96,72)
#384E3A
(56,78,58)
#2A3C2C
(42,60,44)
#1C2A1E
(28,42,30)
#0E1810
(14,24,16)
#000000
(0,0,0)

Tints of #9ACC9C

#9ACC9C
(154,204,156)
#A3D0A5
(163,208,165)
#ACD4AE
(172,212,174)
#B5D8B7
(181,216,183)
#BEDCC0
(190,220,192)
#C7E0C9
(199,224,201)
#D0E4D2
(208,228,210)
#D9E8DB
(217,232,219)
#E2ECE4
(226,236,228)
#EBF0ED
(235,240,237)
#F4F4F6
(244,244,246)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #9ACC9C color. Also use rgb(154,204,156) instead hex code.

Text Font Color

.myTextColor { color: #9ACC9C; }

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

This text font color is #9ACC9C.


Background Color

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

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

This div background color is #9ACC9C.


Border color

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

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

This div border color is #9ACC9C.


Opacity

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

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

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

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

This text has shadow with #9ACC9C color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #9ACC9C on black background.


Color preview on white background

This text has color #9ACC9C on white background.



Black color preview on #9ACC9C background

This text has black color on #9ACC9C background.


White color preview on #9ACC9C background

This text has white color on #9ACC9C background.