COLOR #9AB146

HEX: #9AB146 RGB: (154,177,70)

Color info

#9AB146 contains mainly red and green colors. Web safe color of #9AB146 is #999933 (or #993).

RGB color model

#9AB146 color RGB value is (154,177,70).

RGB: (154,177,70) (60%, 69%, 27%)

RGB channels and saturation

R 154 of 255 = 60%
G 177 of 255 = 69%
B 70 of 255 = 27%

154
177
70

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

Portions of RGB colors in percentages

R + G + B = 154 + 177 + 70 = 401 (100%)
R 154 of 401 ~ 38.4%
G 177 of 401 ~ 44.14%
B 70 of 401 ~ 17.46'%

%38.4
%44.14
%17.46

CMYK color model

#9AB146 color CMYK value is (13,0,60,31).

  • cyan value is 12.99%
  • magenta value is 0.00%
  • yellow value is 60.45%
  • key color value is 30.59%

CMYK: (13,0,60,31)
C13M0Y60K31 (13%, 0%, 60%, 31%)
(0.13 / 0.00 / 0.60 / 0.31)

CMYK percentages

%12.99
%0
%60.45
%30.59

Codes

Color #9AB146 in popluar color models

9A B1 46
RGB 154 177 70
HSL 73° 43.32% 48.43%
HSB/HSV 73° 60.45% 69.41%
CMYK 12.99% 0.00% 60.45%
30.59%

Color #9AB146 in popluar number systems.

HEX 9A B1 46
Decimal 154 177 70
Binary 10011010 10110001 1000110
Octal 232 261 106

Shades and tints

Shades of #9AB146

#9AB146
(154,177,70)
#8CA140
(140,161,64)
#7E913A
(126,145,58)
#708134
(112,129,52)
#62712E
(98,113,46)
#546128
(84,97,40)
#465122
(70,81,34)
#38411C
(56,65,28)
#2A3116
(42,49,22)
#1C2110
(28,33,16)
#0E110A
(14,17,10)
#000000
(0,0,0)

Tints of #9AB146

#9AB146
(154,177,70)
#A3B856
(163,184,86)
#ACBF66
(172,191,102)
#B5C676
(181,198,118)
#BECD86
(190,205,134)
#C7D496
(199,212,150)
#D0DBA6
(208,219,166)
#D9E2B6
(217,226,182)
#E2E9C6
(226,233,198)
#EBF0D6
(235,240,214)
#F4F7E6
(244,247,230)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #9AB146 color. Also use rgb(154,177,70) instead hex code.

Text Font Color

.myTextColor { color: #9AB146; }

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

This text font color is #9AB146.

Background Color

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

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

This div background color is #9AB146.

Border color

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

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

This div border color is #9AB146.

Opacity

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

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

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

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

This text has shadow with #9AB146 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #9AB146.

Preview

Color preview on black background

This text has color #9AB146 on black background.


Color preview on white background

This text has color #9AB146 on white background.


Black color preview on #9AB146 background

This text has black color on #9AB146 background.


White color preview on #9AB146 background

This text has white color on #9AB146 background.


Related colors

Complementary color

Complementary color for #hex is #654EB9.


I love getcolorcode.com

Triadic colors

1 #469AB1 and #B1469A with #9AB146 are triadic colors.

2 #46B19A and #B19A46 with #9AB146 are triadic colors.