COLOR #9ABA79

HEX: #9ABA79
RGB: (154,186,121)

Color info

#9ABA79 contains mainly red and green colors. Web safe color of #9ABA79 is #99CC66 (or #9C6).

RGB color model

#9ABA79 color RGB value is (154,186,121).

  • red value is 154;
  • green value is 186;
  • blue value is 121.
RGB:
(154,186,121)
(60%,73%,47%)

RGB channels and saturation

R 154 of 255 = 60%
G 186 of 255 = 73%
B 121 of 255 = 47%

154
186
121

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

Portions of RGB colors in percentages

R + G + B =
154 + 186 + 121 = 461 (100%)
R 154 of 461 ~ 33.41%
G 186 of 461 ~ 40.35%
B 121 of 461 ~ 26.25%

%33.41
%40.35
%26.25

CMYK color model

#9ABA79 color CMYK value is (17,0,35,27).

  • cyan value is 17.20%
  • magenta value is 0.00%
  • yellow value is 34.95%
  • key color value is 27.06%
CMYK:
(17,0,35,27)
C17M0Y35K27 
(17%,0%,35%,27%)
(0.17/0.00/0.35/0.27)	

CMYK percentages

%17.2
%0
%34.95
%27.06

Codes

Color #9ABA79 in popluar color models

9ABA79
RGB154186121
HSL90°32.02%60.20%
HSB/HSV90°34.95%72.94%
CMYK17.20%0.00%34.95%
27.06%

Color #9ABA79 in popluar number systems.

HEX9ABA79
Decimal154186121
Binary10011010101110101111001
Octal232272171

Shades and tints

Shades of #9ABA79

#9ABA79
(154,186,121)
#8CAA6E
(140,170,110)
#7E9A63
(126,154,99)
#708A58
(112,138,88)
#627A4D
(98,122,77)
#546A42
(84,106,66)
#465A37
(70,90,55)
#384A2C
(56,74,44)
#2A3A21
(42,58,33)
#1C2A16
(28,42,22)
#0E1A0B
(14,26,11)
#000000
(0,0,0)

Tints of #9ABA79

#9ABA79
(154,186,121)
#A3C085
(163,192,133)
#ACC691
(172,198,145)
#B5CC9D
(181,204,157)
#BED2A9
(190,210,169)
#C7D8B5
(199,216,181)
#D0DEC1
(208,222,193)
#D9E4CD
(217,228,205)
#E2EAD9
(226,234,217)
#EBF0E5
(235,240,229)
#F4F6F1
(244,246,241)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #9ABA79 color. Also use rgb(154,186,121) instead hex code.

Text Font Color

.myTextColor { color: #9ABA79; }

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

This text font color is #9ABA79.


Background Color

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

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

This div background color is #9ABA79.


Border color

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

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

This div border color is #9ABA79.


Opacity

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

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

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

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

This text has shadow with #9ABA79 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #9ABA79 on black background.


Color preview on white background

This text has color #9ABA79 on white background.



Black color preview on #9ABA79 background

This text has black color on #9ABA79 background.


White color preview on #9ABA79 background

This text has white color on #9ABA79 background.