COLOR #9AB58D

HEX: #9AB58D RGB: (154,181,141)

Color info

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

RGB color model

#9AB58D color RGB value is (154,181,141).

RGB: (154,181,141) (60%, 71%, 55%)

RGB channels and saturation

R 154 of 255 = 60%
G 181 of 255 = 71%
B 141 of 255 = 55%

154
181
141

R + G + B ~ 62%. #9AB58D is quite light color.

Portions of RGB colors in percentages

R + G + B = 154 + 181 + 141 = 476 (100%)
R 154 of 476 ~ 32.35%
G 181 of 476 ~ 38.03%
B 141 of 476 ~ 29.62'%

%32.35
%38.03
%29.62

CMYK color model

#9AB58D color CMYK value is (15,0,22,29).

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

CMYK: (15,0,22,29)
C15M0Y22K29 (15%, 0%, 22%, 29%)
(0.15 / 0.00 / 0.22 / 0.29)

CMYK percentages

%14.92
%0
%22.1
%29.02

Codes

Color #9AB58D in popluar color models

9A B5 8D
RGB 154 181 141
HSL 101° 21.28% 63.14%
HSB/HSV 101° 22.10% 70.98%
CMYK 14.92% 0.00% 22.10%
29.02%

Color #9AB58D in popluar number systems.

HEX 9A B5 8D
Decimal 154 181 141
Binary 10011010 10110101 10001101
Octal 232 265 215

Shades and tints

Shades of #9AB58D

#9AB58D
(154,181,141)
#8CA581
(140,165,129)
#7E9575
(126,149,117)
#708569
(112,133,105)
#62755D
(98,117,93)
#546551
(84,101,81)
#465545
(70,85,69)
#384539
(56,69,57)
#2A352D
(42,53,45)
#1C2521
(28,37,33)
#0E1515
(14,21,21)
#000000
(0,0,0)

Tints of #9AB58D

#9AB58D
(154,181,141)
#A3BB97
(163,187,151)
#ACC1A1
(172,193,161)
#B5C7AB
(181,199,171)
#BECDB5
(190,205,181)
#C7D3BF
(199,211,191)
#D0D9C9
(208,217,201)
#D9DFD3
(217,223,211)
#E2E5DD
(226,229,221)
#EBEBE7
(235,235,231)
#F4F1F1
(244,241,241)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #9AB58D; }

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

This text font color is #9AB58D.

Background Color

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

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

This div background color is #9AB58D.

Border color

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

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

This div border color is #9AB58D.

Opacity

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

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

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

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

This text has shadow with #9AB58D color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #9AB58D.

Preview

Color preview on black background

This text has color #9AB58D on black background.


Color preview on white background

This text has color #9AB58D on white background.


Black color preview on #9AB58D background

This text has black color on #9AB58D background.


White color preview on #9AB58D background

This text has white color on #9AB58D background.


Related colors

Complementary color

Complementary color for #hex is #654A72.


I love getcolorcode.com

Triadic colors

1 #8D9AB5 and #B58D9A with #9AB58D are triadic colors.

2 #8DB59A and #B59A8D with #9AB58D are triadic colors.