COLOR #9AC355

HEX: #9AC355
RGB: (154,195,85)

Color info

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

RGB color model

#9AC355 color RGB value is (154,195,85).

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

RGB channels and saturation

R 154 of 255 = 60%
G 195 of 255 = 76%
B 85 of 255 = 33%

154
195
85

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

Portions of RGB colors in percentages

R + G + B =
154 + 195 + 85 = 434 (100%)
R 154 of 434 ~ 35.48%
G 195 of 434 ~ 44.93%
B 85 of 434 ~ 19.59%

%35.48
%44.93
%19.59

CMYK color model

#9AC355 color CMYK value is (21,0,56,24).

  • cyan value is 21.03%
  • magenta value is 0.00%
  • yellow value is 56.41%
  • key color value is 23.53%
CMYK:
(21,0,56,24)
C21M0Y56K24 
(21%,0%,56%,24%)
(0.21/0.00/0.56/0.24)	

CMYK percentages

%21.03
%0
%56.41
%23.53

Codes

Color #9AC355 in popluar color models

9AC355
RGB15419585
HSL82°47.83%54.90%
HSB/HSV82°56.41%76.47%
CMYK21.03%0.00%56.41%
23.53%

Color #9AC355 in popluar number systems.

HEX9AC355
Decimal15419585
Binary10011010110000111010101
Octal232303125

Shades and tints

Shades of #9AC355

#9AC355
(154,195,85)
#8CB24E
(140,178,78)
#7EA147
(126,161,71)
#709040
(112,144,64)
#627F39
(98,127,57)
#546E32
(84,110,50)
#465D2B
(70,93,43)
#384C24
(56,76,36)
#2A3B1D
(42,59,29)
#1C2A16
(28,42,22)
#0E190F
(14,25,15)
#000000
(0,0,0)

Tints of #9AC355

#9AC355
(154,195,85)
#A3C864
(163,200,100)
#ACCD73
(172,205,115)
#B5D282
(181,210,130)
#BED791
(190,215,145)
#C7DCA0
(199,220,160)
#D0E1AF
(208,225,175)
#D9E6BE
(217,230,190)
#E2EBCD
(226,235,205)
#EBF0DC
(235,240,220)
#F4F5EB
(244,245,235)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #9AC355; }

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

This text font color is #9AC355.


Background Color

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

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

This div background color is #9AC355.


Border color

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

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

This div border color is #9AC355.


Opacity

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

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

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

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

This text has shadow with #9AC355 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #9AC355 on black background.


Color preview on white background

This text has color #9AC355 on white background.



Black color preview on #9AC355 background

This text has black color on #9AC355 background.


White color preview on #9AC355 background

This text has white color on #9AC355 background.