COLOR #9AC28C

HEX: #9AC28C
RGB: (154,194,140)

Color info

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

RGB color model

#9AC28C color RGB value is (154,194,140).

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

RGB channels and saturation

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

154
194
140

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

Portions of RGB colors in percentages

R + G + B =
154 + 194 + 140 = 488 (100%)
R 154 of 488 ~ 31.56%
G 194 of 488 ~ 39.75%
B 140 of 488 ~ 28.69%

%31.56
%39.75
%28.69

CMYK color model

#9AC28C color CMYK value is (21,0,28,24).

  • cyan value is 20.62%
  • magenta value is 0.00%
  • yellow value is 27.84%
  • key color value is 23.92%
CMYK:
(21,0,28,24)
C21M0Y28K24 
(21%,0%,28%,24%)
(0.21/0.00/0.28/0.24)	

CMYK percentages

%20.62
%0
%27.84
%23.92

Codes

Color #9AC28C in popluar color models

9AC28C
RGB154194140
HSL104°30.68%65.49%
HSB/HSV104°27.84%76.08%
CMYK20.62%0.00%27.84%
23.92%

Color #9AC28C in popluar number systems.

HEX9AC28C
Decimal154194140
Binary100110101100001010001100
Octal232302214

Shades and tints

Shades of #9AC28C

#9AC28C
(154,194,140)
#8CB180
(140,177,128)
#7EA074
(126,160,116)
#708F68
(112,143,104)
#627E5C
(98,126,92)
#546D50
(84,109,80)
#465C44
(70,92,68)
#384B38
(56,75,56)
#2A3A2C
(42,58,44)
#1C2920
(28,41,32)
#0E1814
(14,24,20)
#000000
(0,0,0)

Tints of #9AC28C

#9AC28C
(154,194,140)
#A3C796
(163,199,150)
#ACCCA0
(172,204,160)
#B5D1AA
(181,209,170)
#BED6B4
(190,214,180)
#C7DBBE
(199,219,190)
#D0E0C8
(208,224,200)
#D9E5D2
(217,229,210)
#E2EADC
(226,234,220)
#EBEFE6
(235,239,230)
#F4F4F0
(244,244,240)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #9AC28C; }

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

This text font color is #9AC28C.


Background Color

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

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

This div background color is #9AC28C.


Border color

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

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

This div border color is #9AC28C.


Opacity

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

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

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

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

This text has shadow with #9AC28C color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #9AC28C on black background.


Color preview on white background

This text has color #9AC28C on white background.



Black color preview on #9AC28C background

This text has black color on #9AC28C background.


White color preview on #9AC28C background

This text has white color on #9AC28C background.