COLOR #9AAB63

HEX: #9AAB63
RGB: (154,171,99)

Color info

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

RGB color model

#9AAB63 color RGB value is (154,171,99).

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

RGB channels and saturation

R 154 of 255 = 60%
G 171 of 255 = 67%
B 99 of 255 = 39%

154
171
99

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

Portions of RGB colors in percentages

R + G + B =
154 + 171 + 99 = 424 (100%)
R 154 of 424 ~ 36.32%
G 171 of 424 ~ 40.33%
B 99 of 424 ~ 23.35%

%36.32
%40.33
%23.35

CMYK color model

#9AAB63 color CMYK value is (10,0,42,33).

  • cyan value is 9.94%
  • magenta value is 0.00%
  • yellow value is 42.11%
  • key color value is 32.94%
CMYK:
(10,0,42,33)
C10M0Y42K33 
(10%,0%,42%,33%)
(0.10/0.00/0.42/0.33)	

CMYK percentages

%9.94
%0
%42.11
%32.94

Codes

Color #9AAB63 in popluar color models

9AAB63
RGB15417199
HSL74°30.00%52.94%
HSB/HSV74°42.11%67.06%
CMYK9.94%0.00%42.11%
32.94%

Color #9AAB63 in popluar number systems.

HEX9AAB63
Decimal15417199
Binary10011010101010111100011
Octal232253143

Shades and tints

Shades of #9AAB63

#9AAB63
(154,171,99)
#8C9C5A
(140,156,90)
#7E8D51
(126,141,81)
#707E48
(112,126,72)
#626F3F
(98,111,63)
#546036
(84,96,54)
#46512D
(70,81,45)
#384224
(56,66,36)
#2A331B
(42,51,27)
#1C2412
(28,36,18)
#0E1509
(14,21,9)
#000000
(0,0,0)

Tints of #9AAB63

#9AAB63
(154,171,99)
#A3B271
(163,178,113)
#ACB97F
(172,185,127)
#B5C08D
(181,192,141)
#BEC79B
(190,199,155)
#C7CEA9
(199,206,169)
#D0D5B7
(208,213,183)
#D9DCC5
(217,220,197)
#E2E3D3
(226,227,211)
#EBEAE1
(235,234,225)
#F4F1EF
(244,241,239)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #9AAB63; }

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

This text font color is #9AAB63.


Background Color

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

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

This div background color is #9AAB63.


Border color

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

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

This div border color is #9AAB63.


Opacity

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

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

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

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

This text has shadow with #9AAB63 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #9AAB63 on black background.


Color preview on white background

This text has color #9AAB63 on white background.



Black color preview on #9AAB63 background

This text has black color on #9AAB63 background.


White color preview on #9AAB63 background

This text has white color on #9AAB63 background.