COLOR #9AB57B

HEX: #9AB57B RGB: (154,181,123)

Color info

#9AB57B contains red, green and blue colors in about the same proportion. Web safe color of #9AB57B is #99CC66 (or #9C6).

RGB color model

#9AB57B color RGB value is (154,181,123).

RGB: (154,181,123) (60%, 71%, 48%)

RGB channels and saturation

R 154 of 255 = 60%
G 181 of 255 = 71%
B 123 of 255 = 48%

154
181
123

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

Portions of RGB colors in percentages

R + G + B = 154 + 181 + 123 = 458 (100%)
R 154 of 458 ~ 33.62%
G 181 of 458 ~ 39.52%
B 123 of 458 ~ 26.86'%

%33.62
%39.52
%26.86

CMYK color model

#9AB57B color CMYK value is (15,0,32,29).

  • cyan value is 14.92%
  • magenta value is 0.00%
  • yellow value is 32.04%
  • key color value is 29.02%

CMYK: (15,0,32,29)
C15M0Y32K29 (15%, 0%, 32%, 29%)
(0.15 / 0.00 / 0.32 / 0.29)

CMYK percentages

%14.92
%0
%32.04
%29.02

Codes

Color #9AB57B in popluar color models

9A B5 7B
RGB 154 181 123
HSL 88° 28.16% 59.61%
HSB/HSV 88° 32.04% 70.98%
CMYK 14.92% 0.00% 32.04%
29.02%

Color #9AB57B in popluar number systems.

HEX 9A B5 7B
Decimal 154 181 123
Binary 10011010 10110101 1111011
Octal 232 265 173

Shades and tints

Shades of #9AB57B

#9AB57B
(154,181,123)
#8CA570
(140,165,112)
#7E9565
(126,149,101)
#70855A
(112,133,90)
#62754F
(98,117,79)
#546544
(84,101,68)
#465539
(70,85,57)
#38452E
(56,69,46)
#2A3523
(42,53,35)
#1C2518
(28,37,24)
#0E150D
(14,21,13)
#000000
(0,0,0)

Tints of #9AB57B

#9AB57B
(154,181,123)
#A3BB87
(163,187,135)
#ACC193
(172,193,147)
#B5C79F
(181,199,159)
#BECDAB
(190,205,171)
#C7D3B7
(199,211,183)
#D0D9C3
(208,217,195)
#D9DFCF
(217,223,207)
#E2E5DB
(226,229,219)
#EBEBE7
(235,235,231)
#F4F1F3
(244,241,243)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #9AB57B color. Also use rgb(154,181,123) instead hex code.

Text Font Color

.myTextColor { color: #9AB57B; }

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

This text font color is #9AB57B.

Background Color

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

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

This div background color is #9AB57B.

Border color

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

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

This div border color is #9AB57B.

Opacity

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

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

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

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

This text has shadow with #9AB57B color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #9AB57B.

Preview

Color preview on black background

This text has color #9AB57B on black background.


Color preview on white background

This text has color #9AB57B on white background.


Black color preview on #9AB57B background

This text has black color on #9AB57B background.


White color preview on #9AB57B background

This text has white color on #9AB57B background.


Related colors

Complementary color

Complementary color for #hex is #654A84.


I love getcolorcode.com

Triadic colors

1 #7B9AB5 and #B57B9A with #9AB57B are triadic colors.

2 #7BB59A and #B59A7B with #9AB57B are triadic colors.