COLOR #9AC180

HEX: #9AC180
RGB: (154,193,128)

Color info

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

RGB color model

#9AC180 color RGB value is (154,193,128).

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

RGB channels and saturation

R 154 of 255 = 60%
G 193 of 255 = 76%
B 128 of 255 = 50%

154
193
128

R + G + B ~ 62%. #9AC180 is quite light color.

Portions of RGB colors in percentages

R + G + B =
154 + 193 + 128 = 475 (100%)
R 154 of 475 ~ 32.42%
G 193 of 475 ~ 40.63%
B 128 of 475 ~ 26.95%

%32.42
%40.63
%26.95

CMYK color model

#9AC180 color CMYK value is (20,0,34,24).

  • cyan value is 20.21%
  • magenta value is 0.00%
  • yellow value is 33.68%
  • key color value is 24.31%
CMYK:
(20,0,34,24)
C20M0Y34K24 
(20%,0%,34%,24%)
(0.20/0.00/0.34/0.24)	

CMYK percentages

%20.21
%0
%33.68
%24.31

Codes

Color #9AC180 in popluar color models

9AC180
RGB154193128
HSL96°34.39%62.94%
HSB/HSV96°33.68%75.69%
CMYK20.21%0.00%33.68%
24.31%

Color #9AC180 in popluar number systems.

HEX9AC180
Decimal154193128
Binary100110101100000110000000
Octal232301200

Shades and tints

Shades of #9AC180

#9AC180
(154,193,128)
#8CB075
(140,176,117)
#7E9F6A
(126,159,106)
#708E5F
(112,142,95)
#627D54
(98,125,84)
#546C49
(84,108,73)
#465B3E
(70,91,62)
#384A33
(56,74,51)
#2A3928
(42,57,40)
#1C281D
(28,40,29)
#0E1712
(14,23,18)
#000000
(0,0,0)

Tints of #9AC180

#9AC180
(154,193,128)
#A3C68B
(163,198,139)
#ACCB96
(172,203,150)
#B5D0A1
(181,208,161)
#BED5AC
(190,213,172)
#C7DAB7
(199,218,183)
#D0DFC2
(208,223,194)
#D9E4CD
(217,228,205)
#E2E9D8
(226,233,216)
#EBEEE3
(235,238,227)
#F4F3EE
(244,243,238)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #9AC180; }

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

This text font color is #9AC180.


Background Color

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

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

This div background color is #9AC180.


Border color

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

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

This div border color is #9AC180.


Opacity

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

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

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

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

This text has shadow with #9AC180 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #9AC180 on black background.


Color preview on white background

This text has color #9AC180 on white background.



Black color preview on #9AC180 background

This text has black color on #9AC180 background.


White color preview on #9AC180 background

This text has white color on #9AC180 background.