COLOR #9AAB50

HEX: #9AAB50
RGB: (154,171,80)

Color info

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

RGB color model

#9AAB50 color RGB value is (154,171,80).

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

RGB channels and saturation

R 154 of 255 = 60%
G 171 of 255 = 67%
B 80 of 255 = 31%

154
171
80

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

Portions of RGB colors in percentages

R + G + B =
154 + 171 + 80 = 405 (100%)
R 154 of 405 ~ 38.02%
G 171 of 405 ~ 42.22%
B 80 of 405 ~ 19.75%

%38.02
%42.22
%19.75

CMYK color model

#9AAB50 color CMYK value is (10,0,53,33).

  • cyan value is 9.94%
  • magenta value is 0.00%
  • yellow value is 53.22%
  • key color value is 32.94%
CMYK:
(10,0,53,33)
C10M0Y53K33 
(10%,0%,53%,33%)
(0.10/0.00/0.53/0.33)	

CMYK percentages

%9.94
%0
%53.22
%32.94

Codes

Color #9AAB50 in popluar color models

9AAB50
RGB15417180
HSL71°36.25%49.22%
HSB/HSV71°53.22%67.06%
CMYK9.94%0.00%53.22%
32.94%

Color #9AAB50 in popluar number systems.

HEX9AAB50
Decimal15417180
Binary10011010101010111010000
Octal232253120

Shades and tints

Shades of #9AAB50

#9AAB50
(154,171,80)
#8C9C49
(140,156,73)
#7E8D42
(126,141,66)
#707E3B
(112,126,59)
#626F34
(98,111,52)
#54602D
(84,96,45)
#465126
(70,81,38)
#38421F
(56,66,31)
#2A3318
(42,51,24)
#1C2411
(28,36,17)
#0E150A
(14,21,10)
#000000
(0,0,0)

Tints of #9AAB50

#9AAB50
(154,171,80)
#A3B25F
(163,178,95)
#ACB96E
(172,185,110)
#B5C07D
(181,192,125)
#BEC78C
(190,199,140)
#C7CE9B
(199,206,155)
#D0D5AA
(208,213,170)
#D9DCB9
(217,220,185)
#E2E3C8
(226,227,200)
#EBEAD7
(235,234,215)
#F4F1E6
(244,241,230)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #9AAB50; }

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

This text font color is #9AAB50.


Background Color

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

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

This div background color is #9AAB50.


Border color

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

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

This div border color is #9AAB50.


Opacity

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

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

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

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

This text has shadow with #9AAB50 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #9AAB50 on black background.


Color preview on white background

This text has color #9AAB50 on white background.



Black color preview on #9AAB50 background

This text has black color on #9AAB50 background.


White color preview on #9AAB50 background

This text has white color on #9AAB50 background.