COLOR #9AC79E

HEX: #9AC79E
RGB: (154,199,158)

Color info

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

RGB color model

#9AC79E color RGB value is (154,199,158).

  • red value is 154;
  • green value is 199;
  • blue value is 158.
RGB:
(154,199,158)
(60%,78%,62%)

RGB channels and saturation

R 154 of 255 = 60%
G 199 of 255 = 78%
B 158 of 255 = 62%

154
199
158

R + G + B ~ 67%. #9AC79E is quite light color.

Portions of RGB colors in percentages

R + G + B =
154 + 199 + 158 = 511 (100%)
R 154 of 511 ~ 30.14%
G 199 of 511 ~ 38.94%
B 158 of 511 ~ 30.92%

%30.14
%38.94
%30.92

CMYK color model

#9AC79E color CMYK value is (23,0,21,22).

  • cyan value is 22.61%
  • magenta value is 0.00%
  • yellow value is 20.60%
  • key color value is 21.96%
CMYK:
(23,0,21,22)
C23M0Y21K22 
(23%,0%,21%,22%)
(0.23/0.00/0.21/0.22)	

CMYK percentages

%22.61
%0
%20.6
%21.96

Codes

Color #9AC79E in popluar color models

9AC79E
RGB154199158
HSL125°28.66%69.22%
HSB/HSV125°22.61%78.04%
CMYK22.61%0.00%20.60%
21.96%

Color #9AC79E in popluar number systems.

HEX9AC79E
Decimal154199158
Binary100110101100011110011110
Octal232307236

Shades and tints

Shades of #9AC79E

#9AC79E
(154,199,158)
#8CB590
(140,181,144)
#7EA382
(126,163,130)
#709174
(112,145,116)
#627F66
(98,127,102)
#546D58
(84,109,88)
#465B4A
(70,91,74)
#38493C
(56,73,60)
#2A372E
(42,55,46)
#1C2520
(28,37,32)
#0E1312
(14,19,18)
#000000
(0,0,0)

Tints of #9AC79E

#9AC79E
(154,199,158)
#A3CCA6
(163,204,166)
#ACD1AE
(172,209,174)
#B5D6B6
(181,214,182)
#BEDBBE
(190,219,190)
#C7E0C6
(199,224,198)
#D0E5CE
(208,229,206)
#D9EAD6
(217,234,214)
#E2EFDE
(226,239,222)
#EBF4E6
(235,244,230)
#F4F9EE
(244,249,238)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #9AC79E color. Also use rgb(154,199,158) instead hex code.

Text Font Color

.myTextColor { color: #9AC79E; }

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

This text font color is #9AC79E.


Background Color

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

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

This div background color is #9AC79E.


Border color

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

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

This div border color is #9AC79E.


Opacity

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

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

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

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

This text has shadow with #9AC79E color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #9AC79E on black background.


Color preview on white background

This text has color #9AC79E on white background.



Black color preview on #9AC79E background

This text has black color on #9AC79E background.


White color preview on #9AC79E background

This text has white color on #9AC79E background.