COLOR #9AB157

HEX: #9AB157
RGB: (154,177,87)

Color info

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

RGB color model

#9AB157 color RGB value is (154,177,87).

  • red value is 154;
  • green value is 177;
  • blue value is 87.
RGB:
(154,177,87)
(60%,69%,34%)

RGB channels and saturation

R 154 of 255 = 60%
G 177 of 255 = 69%
B 87 of 255 = 34%

154
177
87

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

Portions of RGB colors in percentages

R + G + B =
154 + 177 + 87 = 418 (100%)
R 154 of 418 ~ 36.84%
G 177 of 418 ~ 42.34%
B 87 of 418 ~ 20.81%

%36.84
%42.34
%20.81

CMYK color model

#9AB157 color CMYK value is (13,0,51,31).

  • cyan value is 12.99%
  • magenta value is 0.00%
  • yellow value is 50.85%
  • key color value is 30.59%
CMYK:
(13,0,51,31)
C13M0Y51K31 
(13%,0%,51%,31%)
(0.13/0.00/0.51/0.31)	

CMYK percentages

%12.99
%0
%50.85
%30.59

Codes

Color #9AB157 in popluar color models

9AB157
RGB15417787
HSL75°36.59%51.76%
HSB/HSV75°50.85%69.41%
CMYK12.99%0.00%50.85%
30.59%

Color #9AB157 in popluar number systems.

HEX9AB157
Decimal15417787
Binary10011010101100011010111
Octal232261127

Shades and tints

Shades of #9AB157

#9AB157
(154,177,87)
#8CA150
(140,161,80)
#7E9149
(126,145,73)
#708142
(112,129,66)
#62713B
(98,113,59)
#546134
(84,97,52)
#46512D
(70,81,45)
#384126
(56,65,38)
#2A311F
(42,49,31)
#1C2118
(28,33,24)
#0E1111
(14,17,17)
#000000
(0,0,0)

Tints of #9AB157

#9AB157
(154,177,87)
#A3B866
(163,184,102)
#ACBF75
(172,191,117)
#B5C684
(181,198,132)
#BECD93
(190,205,147)
#C7D4A2
(199,212,162)
#D0DBB1
(208,219,177)
#D9E2C0
(217,226,192)
#E2E9CF
(226,233,207)
#EBF0DE
(235,240,222)
#F4F7ED
(244,247,237)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #9AB157 color. Also use rgb(154,177,87) instead hex code.

Text Font Color

.myTextColor { color: #9AB157; }

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

This text font color is #9AB157.


Background Color

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

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

This div background color is #9AB157.


Border color

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

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

This div border color is #9AB157.


Opacity

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

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

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

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

This text has shadow with #9AB157 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #9AB157 on black background.


Color preview on white background

This text has color #9AB157 on white background.



Black color preview on #9AB157 background

This text has black color on #9AB157 background.


White color preview on #9AB157 background

This text has white color on #9AB157 background.