COLOR #9ABA78

HEX: #9ABA78
RGB: (154,186,120)

Color info

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

RGB color model

#9ABA78 color RGB value is (154,186,120).

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

RGB channels and saturation

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

154
186
120

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

Portions of RGB colors in percentages

R + G + B =
154 + 186 + 120 = 460 (100%)
R 154 of 460 ~ 33.48%
G 186 of 460 ~ 40.43%
B 120 of 460 ~ 26.09%

%33.48
%40.43
%26.09

CMYK color model

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

  • cyan value is 17.20%
  • magenta value is 0.00%
  • yellow value is 35.48%
  • 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
%35.48
%27.06

Codes

Color #9ABA78 in popluar color models

9ABA78
RGB154186120
HSL89°32.35%60.00%
HSB/HSV89°35.48%72.94%
CMYK17.20%0.00%35.48%
27.06%

Color #9ABA78 in popluar number systems.

HEX9ABA78
Decimal154186120
Binary10011010101110101111000
Octal232272170

Shades and tints

Shades of #9ABA78

#9ABA78
(154,186,120)
#8CAA6E
(140,170,110)
#7E9A64
(126,154,100)
#708A5A
(112,138,90)
#627A50
(98,122,80)
#546A46
(84,106,70)
#465A3C
(70,90,60)
#384A32
(56,74,50)
#2A3A28
(42,58,40)
#1C2A1E
(28,42,30)
#0E1A14
(14,26,20)
#000000
(0,0,0)

Tints of #9ABA78

#9ABA78
(154,186,120)
#A3C084
(163,192,132)
#ACC690
(172,198,144)
#B5CC9C
(181,204,156)
#BED2A8
(190,210,168)
#C7D8B4
(199,216,180)
#D0DEC0
(208,222,192)
#D9E4CC
(217,228,204)
#E2EAD8
(226,234,216)
#EBF0E4
(235,240,228)
#F4F6F0
(244,246,240)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #9ABA78; }

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

This text font color is #9ABA78.


Background Color

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

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

This div background color is #9ABA78.


Border color

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

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

This div border color is #9ABA78.


Opacity

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

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

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

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

This text has shadow with #9ABA78 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #9ABA78 on black background.


Color preview on white background

This text has color #9ABA78 on white background.



Black color preview on #9ABA78 background

This text has black color on #9ABA78 background.


White color preview on #9ABA78 background

This text has white color on #9ABA78 background.