COLOR #9AC999

HEX: #9AC999
RGB: (154,201,153)

Color info

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

RGB color model

#9AC999 color RGB value is (154,201,153).

  • red value is 154;
  • green value is 201;
  • blue value is 153.
RGB:
(154,201,153)
(60%,79%,60%)

RGB channels and saturation

R 154 of 255 = 60%
G 201 of 255 = 79%
B 153 of 255 = 60%

154
201
153

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

Portions of RGB colors in percentages

R + G + B =
154 + 201 + 153 = 508 (100%)
R 154 of 508 ~ 30.31%
G 201 of 508 ~ 39.57%
B 153 of 508 ~ 30.12%

%30.31
%39.57
%30.12

CMYK color model

#9AC999 color CMYK value is (23,0,24,21).

  • cyan value is 23.38%
  • magenta value is 0.00%
  • yellow value is 23.88%
  • key color value is 21.18%
CMYK:
(23,0,24,21)
C23M0Y24K21 
(23%,0%,24%,21%)
(0.23/0.00/0.24/0.21)	

CMYK percentages

%23.38
%0
%23.88
%21.18

Codes

Color #9AC999 in popluar color models

9AC999
RGB154201153
HSL119°30.77%69.41%
HSB/HSV119°23.88%78.82%
CMYK23.38%0.00%23.88%
21.18%

Color #9AC999 in popluar number systems.

HEX9AC999
Decimal154201153
Binary100110101100100110011001
Octal232311231

Shades and tints

Shades of #9AC999

#9AC999
(154,201,153)
#8CB78C
(140,183,140)
#7EA57F
(126,165,127)
#709372
(112,147,114)
#628165
(98,129,101)
#546F58
(84,111,88)
#465D4B
(70,93,75)
#384B3E
(56,75,62)
#2A3931
(42,57,49)
#1C2724
(28,39,36)
#0E1517
(14,21,23)
#000000
(0,0,0)

Tints of #9AC999

#9AC999
(154,201,153)
#A3CDA2
(163,205,162)
#ACD1AB
(172,209,171)
#B5D5B4
(181,213,180)
#BED9BD
(190,217,189)
#C7DDC6
(199,221,198)
#D0E1CF
(208,225,207)
#D9E5D8
(217,229,216)
#E2E9E1
(226,233,225)
#EBEDEA
(235,237,234)
#F4F1F3
(244,241,243)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #9AC999 color. Also use rgb(154,201,153) instead hex code.

Text Font Color

.myTextColor { color: #9AC999; }

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

This text font color is #9AC999.


Background Color

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

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

This div background color is #9AC999.


Border color

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

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

This div border color is #9AC999.


Opacity

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

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

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

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

This text has shadow with #9AC999 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #9AC999 on black background.


Color preview on white background

This text has color #9AC999 on white background.



Black color preview on #9AC999 background

This text has black color on #9AC999 background.


White color preview on #9AC999 background

This text has white color on #9AC999 background.