COLOR #9AC471

HEX: #9AC471
RGB: (154,196,113)

Color info

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

RGB color model

#9AC471 color RGB value is (154,196,113).

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

RGB channels and saturation

R 154 of 255 = 60%
G 196 of 255 = 77%
B 113 of 255 = 44%

154
196
113

R + G + B ~ 60%. #9AC471 is middle color (not dark and not light).

Portions of RGB colors in percentages

R + G + B =
154 + 196 + 113 = 463 (100%)
R 154 of 463 ~ 33.26%
G 196 of 463 ~ 42.33%
B 113 of 463 ~ 24.41%

%33.26
%42.33
%24.41

CMYK color model

#9AC471 color CMYK value is (21,0,42,23).

  • cyan value is 21.43%
  • magenta value is 0.00%
  • yellow value is 42.35%
  • key color value is 23.14%
CMYK:
(21,0,42,23)
C21M0Y42K23 
(21%,0%,42%,23%)
(0.21/0.00/0.42/0.23)	

CMYK percentages

%21.43
%0
%42.35
%23.14

Codes

Color #9AC471 in popluar color models

9AC471
RGB154196113
HSL90°41.29%60.59%
HSB/HSV90°42.35%76.86%
CMYK21.43%0.00%42.35%
23.14%

Color #9AC471 in popluar number systems.

HEX9AC471
Decimal154196113
Binary10011010110001001110001
Octal232304161

Shades and tints

Shades of #9AC471

#9AC471
(154,196,113)
#8CB367
(140,179,103)
#7EA25D
(126,162,93)
#709153
(112,145,83)
#628049
(98,128,73)
#546F3F
(84,111,63)
#465E35
(70,94,53)
#384D2B
(56,77,43)
#2A3C21
(42,60,33)
#1C2B17
(28,43,23)
#0E1A0D
(14,26,13)
#000000
(0,0,0)

Tints of #9AC471

#9AC471
(154,196,113)
#A3C97D
(163,201,125)
#ACCE89
(172,206,137)
#B5D395
(181,211,149)
#BED8A1
(190,216,161)
#C7DDAD
(199,221,173)
#D0E2B9
(208,226,185)
#D9E7C5
(217,231,197)
#E2ECD1
(226,236,209)
#EBF1DD
(235,241,221)
#F4F6E9
(244,246,233)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #9AC471; }

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

This text font color is #9AC471.


Background Color

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

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

This div background color is #9AC471.


Border color

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

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

This div border color is #9AC471.


Opacity

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

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

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

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

This text has shadow with #9AC471 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #9AC471 on black background.


Color preview on white background

This text has color #9AC471 on white background.



Black color preview on #9AC471 background

This text has black color on #9AC471 background.


White color preview on #9AC471 background

This text has white color on #9AC471 background.