COLOR #9AC07A

HEX: #9AC07A
RGB: (154,192,122)

Color info

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

RGB color model

#9AC07A color RGB value is (154,192,122).

  • red value is 154;
  • green value is 192;
  • blue value is 122.
RGB:
(154,192,122)
(60%,75%,48%)

RGB channels and saturation

R 154 of 255 = 60%
G 192 of 255 = 75%
B 122 of 255 = 48%

154
192
122

R + G + B ~ 61%. #9AC07A is quite light color.

Portions of RGB colors in percentages

R + G + B =
154 + 192 + 122 = 468 (100%)
R 154 of 468 ~ 32.91%
G 192 of 468 ~ 41.03%
B 122 of 468 ~ 26.07%

%32.91
%41.03
%26.07

CMYK color model

#9AC07A color CMYK value is (20,0,36,25).

  • cyan value is 19.79%
  • magenta value is 0.00%
  • yellow value is 36.46%
  • key color value is 24.71%
CMYK:
(20,0,36,25)
C20M0Y36K25 
(20%,0%,36%,25%)
(0.20/0.00/0.36/0.25)	

CMYK percentages

%19.79
%0
%36.46
%24.71

Codes

Color #9AC07A in popluar color models

9AC07A
RGB154192122
HSL93°35.71%61.57%
HSB/HSV93°36.46%75.29%
CMYK19.79%0.00%36.46%
24.71%

Color #9AC07A in popluar number systems.

HEX9AC07A
Decimal154192122
Binary10011010110000001111010
Octal232300172

Shades and tints

Shades of #9AC07A

#9AC07A
(154,192,122)
#8CAF6F
(140,175,111)
#7E9E64
(126,158,100)
#708D59
(112,141,89)
#627C4E
(98,124,78)
#546B43
(84,107,67)
#465A38
(70,90,56)
#38492D
(56,73,45)
#2A3822
(42,56,34)
#1C2717
(28,39,23)
#0E160C
(14,22,12)
#000000
(0,0,0)

Tints of #9AC07A

#9AC07A
(154,192,122)
#A3C586
(163,197,134)
#ACCA92
(172,202,146)
#B5CF9E
(181,207,158)
#BED4AA
(190,212,170)
#C7D9B6
(199,217,182)
#D0DEC2
(208,222,194)
#D9E3CE
(217,227,206)
#E2E8DA
(226,232,218)
#EBEDE6
(235,237,230)
#F4F2F2
(244,242,242)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #9AC07A color. Also use rgb(154,192,122) instead hex code.

Text Font Color

.myTextColor { color: #9AC07A; }

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

This text font color is #9AC07A.


Background Color

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

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

This div background color is #9AC07A.


Border color

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

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

This div border color is #9AC07A.


Opacity

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

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

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

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

This text has shadow with #9AC07A color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #9AC07A on black background.


Color preview on white background

This text has color #9AC07A on white background.



Black color preview on #9AC07A background

This text has black color on #9AC07A background.


White color preview on #9AC07A background

This text has white color on #9AC07A background.