COLOR #9AC18C

HEX: #9AC18C
RGB: (154,193,140)

Color info

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

RGB color model

#9AC18C color RGB value is (154,193,140).

  • red value is 154;
  • green value is 193;
  • blue value is 140.
RGB:
(154,193,140)
(60%,76%,55%)

RGB channels and saturation

R 154 of 255 = 60%
G 193 of 255 = 76%
B 140 of 255 = 55%

154
193
140

R + G + B ~ 64%. #9AC18C is quite light color.

Portions of RGB colors in percentages

R + G + B =
154 + 193 + 140 = 487 (100%)
R 154 of 487 ~ 31.62%
G 193 of 487 ~ 39.63%
B 140 of 487 ~ 28.75%

%31.62
%39.63
%28.75

CMYK color model

#9AC18C color CMYK value is (20,0,27,24).

  • cyan value is 20.21%
  • magenta value is 0.00%
  • yellow value is 27.46%
  • key color value is 24.31%
CMYK:
(20,0,27,24)
C20M0Y27K24 
(20%,0%,27%,24%)
(0.20/0.00/0.27/0.24)	

CMYK percentages

%20.21
%0
%27.46
%24.31

Codes

Color #9AC18C in popluar color models

9AC18C
RGB154193140
HSL104°29.94%65.29%
HSB/HSV104°27.46%75.69%
CMYK20.21%0.00%27.46%
24.31%

Color #9AC18C in popluar number systems.

HEX9AC18C
Decimal154193140
Binary100110101100000110001100
Octal232301214

Shades and tints

Shades of #9AC18C

#9AC18C
(154,193,140)
#8CB080
(140,176,128)
#7E9F74
(126,159,116)
#708E68
(112,142,104)
#627D5C
(98,125,92)
#546C50
(84,108,80)
#465B44
(70,91,68)
#384A38
(56,74,56)
#2A392C
(42,57,44)
#1C2820
(28,40,32)
#0E1714
(14,23,20)
#000000
(0,0,0)

Tints of #9AC18C

#9AC18C
(154,193,140)
#A3C696
(163,198,150)
#ACCBA0
(172,203,160)
#B5D0AA
(181,208,170)
#BED5B4
(190,213,180)
#C7DABE
(199,218,190)
#D0DFC8
(208,223,200)
#D9E4D2
(217,228,210)
#E2E9DC
(226,233,220)
#EBEEE6
(235,238,230)
#F4F3F0
(244,243,240)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #9AC18C color. Also use rgb(154,193,140) instead hex code.

Text Font Color

.myTextColor { color: #9AC18C; }

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

This text font color is #9AC18C.


Background Color

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

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

This div background color is #9AC18C.


Border color

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

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

This div border color is #9AC18C.


Opacity

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

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

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

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

This text has shadow with #9AC18C color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #9AC18C on black background.


Color preview on white background

This text has color #9AC18C on white background.



Black color preview on #9AC18C background

This text has black color on #9AC18C background.


White color preview on #9AC18C background

This text has white color on #9AC18C background.