COLOR #9AA063

HEX: #9AA063
RGB: (154,160,99)

Color info

#9AA063 contains mainly red and green colors. Web safe color of #9AA063 is #999966 (or #996).

RGB color model

#9AA063 color RGB value is (154,160,99).

  • red value is 154;
  • green value is 160;
  • blue value is 99.
RGB:
(154,160,99)
(60%,63%,39%)

RGB channels and saturation

R 154 of 255 = 60%
G 160 of 255 = 63%
B 99 of 255 = 39%

154
160
99

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

Portions of RGB colors in percentages

R + G + B =
154 + 160 + 99 = 413 (100%)
R 154 of 413 ~ 37.29%
G 160 of 413 ~ 38.74%
B 99 of 413 ~ 23.97%

%37.29
%38.74
%23.97

CMYK color model

#9AA063 color CMYK value is (4,0,38,37).

  • cyan value is 3.75%
  • magenta value is 0.00%
  • yellow value is 38.13%
  • key color value is 37.25%
CMYK:
(4,0,38,37)
C4M0Y38K37 
(4%,0%,38%,37%)
(0.04/0.00/0.38/0.37)	

CMYK percentages

%3.75
%0
%38.13
%37.25

Codes

Color #9AA063 in popluar color models

9AA063
RGB15416099
HSL66°24.30%50.78%
HSB/HSV66°38.13%62.75%
CMYK3.75%0.00%38.13%
37.25%

Color #9AA063 in popluar number systems.

HEX9AA063
Decimal15416099
Binary10011010101000001100011
Octal232240143

Shades and tints

Shades of #9AA063

#9AA063
(154,160,99)
#8C925A
(140,146,90)
#7E8451
(126,132,81)
#707648
(112,118,72)
#62683F
(98,104,63)
#545A36
(84,90,54)
#464C2D
(70,76,45)
#383E24
(56,62,36)
#2A301B
(42,48,27)
#1C2212
(28,34,18)
#0E1409
(14,20,9)
#000000
(0,0,0)

Tints of #9AA063

#9AA063
(154,160,99)
#A3A871
(163,168,113)
#ACB07F
(172,176,127)
#B5B88D
(181,184,141)
#BEC09B
(190,192,155)
#C7C8A9
(199,200,169)
#D0D0B7
(208,208,183)
#D9D8C5
(217,216,197)
#E2E0D3
(226,224,211)
#EBE8E1
(235,232,225)
#F4F0EF
(244,240,239)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #9AA063 color. Also use rgb(154,160,99) instead hex code.

Text Font Color

.myTextColor { color: #9AA063; }

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

This text font color is #9AA063.


Background Color

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

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

This div background color is #9AA063.


Border color

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

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

This div border color is #9AA063.


Opacity

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

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

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

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

This text has shadow with #9AA063 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #9AA063 on black background.


Color preview on white background

This text has color #9AA063 on white background.



Black color preview on #9AA063 background

This text has black color on #9AA063 background.


White color preview on #9AA063 background

This text has white color on #9AA063 background.