COLOR #9ABA74

HEX: #9ABA74 RGB: (154,186,116)

Color info

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

RGB color model

#9ABA74 color RGB value is (154,186,116).

RGB: (154,186,116) (60%, 73%, 45%)

RGB channels and saturation

R 154 of 255 = 60%
G 186 of 255 = 73%
B 116 of 255 = 45%

154
186
116

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

Portions of RGB colors in percentages

R + G + B = 154 + 186 + 116 = 456 (100%)
R 154 of 456 ~ 33.77%
G 186 of 456 ~ 40.79%
B 116 of 456 ~ 25.44'%

%33.77
%40.79
%25.44

CMYK color model

#9ABA74 color CMYK value is (17,0,38,27).

  • cyan value is 17.20%
  • magenta value is 0.00%
  • yellow value is 37.63%
  • key color value is 27.06%

CMYK: (17,0,38,27)
C17M0Y38K27 (17%, 0%, 38%, 27%)
(0.17 / 0.00 / 0.38 / 0.27)

CMYK percentages

%17.2
%0
%37.63
%27.06

Codes

Color #9ABA74 in popluar color models

9A BA 74
RGB 154 186 116
HSL 87° 33.65% 59.22%
HSB/HSV 87° 37.63% 72.94%
CMYK 17.20% 0.00% 37.63%
27.06%

Color #9ABA74 in popluar number systems.

HEX 9A BA 74
Decimal 154 186 116
Binary 10011010 10111010 1110100
Octal 232 272 164

Shades and tints

Shades of #9ABA74

#9ABA74
(154,186,116)
#8CAA6A
(140,170,106)
#7E9A60
(126,154,96)
#708A56
(112,138,86)
#627A4C
(98,122,76)
#546A42
(84,106,66)
#465A38
(70,90,56)
#384A2E
(56,74,46)
#2A3A24
(42,58,36)
#1C2A1A
(28,42,26)
#0E1A10
(14,26,16)
#000000
(0,0,0)

Tints of #9ABA74

#9ABA74
(154,186,116)
#A3C080
(163,192,128)
#ACC68C
(172,198,140)
#B5CC98
(181,204,152)
#BED2A4
(190,210,164)
#C7D8B0
(199,216,176)
#D0DEBC
(208,222,188)
#D9E4C8
(217,228,200)
#E2EAD4
(226,234,212)
#EBF0E0
(235,240,224)
#F4F6EC
(244,246,236)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #9ABA74; }

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

This text font color is #9ABA74.

Background Color

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

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

This div background color is #9ABA74.

Border color

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

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

This div border color is #9ABA74.

Opacity

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

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

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

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

This text has shadow with #9ABA74 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #9ABA74.

Preview

Color preview on black background

This text has color #9ABA74 on black background.


Color preview on white background

This text has color #9ABA74 on white background.


Black color preview on #9ABA74 background

This text has black color on #9ABA74 background.


White color preview on #9ABA74 background

This text has white color on #9ABA74 background.


Related colors

Complementary color

Complementary color for #hex is #65458B.


I love getcolorcode.com

Triadic colors

1 #749ABA and #BA749A with #9ABA74 are triadic colors.

2 #74BA9A and #BA9A74 with #9ABA74 are triadic colors.