COLOR #9AC59F

HEX: #9AC59F
RGB: (154,197,159)

Color info

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

RGB color model

#9AC59F color RGB value is (154,197,159).

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

RGB channels and saturation

R 154 of 255 = 60%
G 197 of 255 = 77%
B 159 of 255 = 62%

154
197
159

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

Portions of RGB colors in percentages

R + G + B =
154 + 197 + 159 = 510 (100%)
R 154 of 510 ~ 30.2%
G 197 of 510 ~ 38.63%
B 159 of 510 ~ 31.18%

%30.2
%38.63
%31.18

CMYK color model

#9AC59F color CMYK value is (22,0,19,23).

  • cyan value is 21.83%
  • magenta value is 0.00%
  • yellow value is 19.29%
  • key color value is 22.75%
CMYK:
(22,0,19,23)
C22M0Y19K23 
(22%,0%,19%,23%)
(0.22/0.00/0.19/0.23)	

CMYK percentages

%21.83
%0
%19.29
%22.75

Codes

Color #9AC59F in popluar color models

9AC59F
RGB154197159
HSL127°27.04%68.82%
HSB/HSV127°21.83%77.25%
CMYK21.83%0.00%19.29%
22.75%

Color #9AC59F in popluar number systems.

HEX9AC59F
Decimal154197159
Binary100110101100010110011111
Octal232305237

Shades and tints

Shades of #9AC59F

#9AC59F
(154,197,159)
#8CB491
(140,180,145)
#7EA383
(126,163,131)
#709275
(112,146,117)
#628167
(98,129,103)
#547059
(84,112,89)
#465F4B
(70,95,75)
#384E3D
(56,78,61)
#2A3D2F
(42,61,47)
#1C2C21
(28,44,33)
#0E1B13
(14,27,19)
#000000
(0,0,0)

Tints of #9AC59F

#9AC59F
(154,197,159)
#A3CAA7
(163,202,167)
#ACCFAF
(172,207,175)
#B5D4B7
(181,212,183)
#BED9BF
(190,217,191)
#C7DEC7
(199,222,199)
#D0E3CF
(208,227,207)
#D9E8D7
(217,232,215)
#E2EDDF
(226,237,223)
#EBF2E7
(235,242,231)
#F4F7EF
(244,247,239)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #9AC59F; }

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

This text font color is #9AC59F.


Background Color

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

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

This div background color is #9AC59F.


Border color

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

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

This div border color is #9AC59F.


Opacity

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

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

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

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

This text has shadow with #9AC59F color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #9AC59F on black background.


Color preview on white background

This text has color #9AC59F on white background.



Black color preview on #9AC59F background

This text has black color on #9AC59F background.


White color preview on #9AC59F background

This text has white color on #9AC59F background.