COLOR #9AC47F

HEX: #9AC47F
RGB: (154,196,127)

Color info

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

RGB color model

#9AC47F color RGB value is (154,196,127).

  • red value is 154;
  • green value is 196;
  • blue value is 127.
RGB:
(154,196,127)
(60%,77%,50%)

RGB channels and saturation

R 154 of 255 = 60%
G 196 of 255 = 77%
B 127 of 255 = 50%

154
196
127

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

Portions of RGB colors in percentages

R + G + B =
154 + 196 + 127 = 477 (100%)
R 154 of 477 ~ 32.29%
G 196 of 477 ~ 41.09%
B 127 of 477 ~ 26.62%

%32.29
%41.09
%26.62

CMYK color model

#9AC47F color CMYK value is (21,0,35,23).

  • cyan value is 21.43%
  • magenta value is 0.00%
  • yellow value is 35.20%
  • key color value is 23.14%
CMYK:
(21,0,35,23)
C21M0Y35K23 
(21%,0%,35%,23%)
(0.21/0.00/0.35/0.23)	

CMYK percentages

%21.43
%0
%35.2
%23.14

Codes

Color #9AC47F in popluar color models

9AC47F
RGB154196127
HSL97°36.90%63.33%
HSB/HSV97°35.20%76.86%
CMYK21.43%0.00%35.20%
23.14%

Color #9AC47F in popluar number systems.

HEX9AC47F
Decimal154196127
Binary10011010110001001111111
Octal232304177

Shades and tints

Shades of #9AC47F

#9AC47F
(154,196,127)
#8CB374
(140,179,116)
#7EA269
(126,162,105)
#70915E
(112,145,94)
#628053
(98,128,83)
#546F48
(84,111,72)
#465E3D
(70,94,61)
#384D32
(56,77,50)
#2A3C27
(42,60,39)
#1C2B1C
(28,43,28)
#0E1A11
(14,26,17)
#000000
(0,0,0)

Tints of #9AC47F

#9AC47F
(154,196,127)
#A3C98A
(163,201,138)
#ACCE95
(172,206,149)
#B5D3A0
(181,211,160)
#BED8AB
(190,216,171)
#C7DDB6
(199,221,182)
#D0E2C1
(208,226,193)
#D9E7CC
(217,231,204)
#E2ECD7
(226,236,215)
#EBF1E2
(235,241,226)
#F4F6ED
(244,246,237)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #9AC47F color. Also use rgb(154,196,127) instead hex code.

Text Font Color

.myTextColor { color: #9AC47F; }

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

This text font color is #9AC47F.


Background Color

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

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

This div background color is #9AC47F.


Border color

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

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

This div border color is #9AC47F.


Opacity

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

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

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

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

This text has shadow with #9AC47F color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #9AC47F on black background.


Color preview on white background

This text has color #9AC47F on white background.



Black color preview on #9AC47F background

This text has black color on #9AC47F background.


White color preview on #9AC47F background

This text has white color on #9AC47F background.