COLOR #9AC39F

HEX: #9AC39F
RGB: (154,195,159)

Color info

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

RGB color model

#9AC39F color RGB value is (154,195,159).

  • red value is 154;
  • green value is 195;
  • blue value is 159.
RGB:
(154,195,159)
(60%,76%,62%)

RGB channels and saturation

R 154 of 255 = 60%
G 195 of 255 = 76%
B 159 of 255 = 62%

154
195
159

R + G + B ~ 66%. #9AC39F is quite light color.

Portions of RGB colors in percentages

R + G + B =
154 + 195 + 159 = 508 (100%)
R 154 of 508 ~ 30.31%
G 195 of 508 ~ 38.39%
B 159 of 508 ~ 31.3%

%30.31
%38.39
%31.3

CMYK color model

#9AC39F color CMYK value is (21,0,18,24).

  • cyan value is 21.03%
  • magenta value is 0.00%
  • yellow value is 18.46%
  • key color value is 23.53%
CMYK:
(21,0,18,24)
C21M0Y18K24 
(21%,0%,18%,24%)
(0.21/0.00/0.18/0.24)	

CMYK percentages

%21.03
%0
%18.46
%23.53

Codes

Color #9AC39F in popluar color models

9AC39F
RGB154195159
HSL127°25.47%68.43%
HSB/HSV127°21.03%76.47%
CMYK21.03%0.00%18.46%
23.53%

Color #9AC39F in popluar number systems.

HEX9AC39F
Decimal154195159
Binary100110101100001110011111
Octal232303237

Shades and tints

Shades of #9AC39F

#9AC39F
(154,195,159)
#8CB291
(140,178,145)
#7EA183
(126,161,131)
#709075
(112,144,117)
#627F67
(98,127,103)
#546E59
(84,110,89)
#465D4B
(70,93,75)
#384C3D
(56,76,61)
#2A3B2F
(42,59,47)
#1C2A21
(28,42,33)
#0E1913
(14,25,19)
#000000
(0,0,0)

Tints of #9AC39F

#9AC39F
(154,195,159)
#A3C8A7
(163,200,167)
#ACCDAF
(172,205,175)
#B5D2B7
(181,210,183)
#BED7BF
(190,215,191)
#C7DCC7
(199,220,199)
#D0E1CF
(208,225,207)
#D9E6D7
(217,230,215)
#E2EBDF
(226,235,223)
#EBF0E7
(235,240,231)
#F4F5EF
(244,245,239)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #9AC39F color. Also use rgb(154,195,159) instead hex code.

Text Font Color

.myTextColor { color: #9AC39F; }

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

This text font color is #9AC39F.


Background Color

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

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

This div background color is #9AC39F.


Border color

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

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

This div border color is #9AC39F.


Opacity

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

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

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

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

This text has shadow with #9AC39F color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #9AC39F on black background.


Color preview on white background

This text has color #9AC39F on white background.



Black color preview on #9AC39F background

This text has black color on #9AC39F background.


White color preview on #9AC39F background

This text has white color on #9AC39F background.