COLOR #9ABB71

HEX: #9ABB71 RGB: (154,187,113)

Color info

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

RGB color model

#9ABB71 color RGB value is (154,187,113).

RGB: (154,187,113) (60%, 73%, 44%)

RGB channels and saturation

R 154 of 255 = 60%
G 187 of 255 = 73%
B 113 of 255 = 44%

154
187
113

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

Portions of RGB colors in percentages

R + G + B = 154 + 187 + 113 = 454 (100%)
R 154 of 454 ~ 33.92%
G 187 of 454 ~ 41.19%
B 113 of 454 ~ 24.89'%

%33.92
%41.19
%24.89

CMYK color model

#9ABB71 color CMYK value is (18,0,40,27).

  • cyan value is 17.65%
  • magenta value is 0.00%
  • yellow value is 39.57%
  • key color value is 26.67%

CMYK: (18,0,40,27)
C18M0Y40K27 (18%, 0%, 40%, 27%)
(0.18 / 0.00 / 0.40 / 0.27)

CMYK percentages

%17.65
%0
%39.57
%26.67

Codes

Color #9ABB71 in popluar color models

9A BB 71
RGB 154 187 113
HSL 87° 35.24% 58.82%
HSB/HSV 87° 39.57% 73.33%
CMYK 17.65% 0.00% 39.57%
26.67%

Color #9ABB71 in popluar number systems.

HEX 9A BB 71
Decimal 154 187 113
Binary 10011010 10111011 1110001
Octal 232 273 161

Shades and tints

Shades of #9ABB71

#9ABB71
(154,187,113)
#8CAA67
(140,170,103)
#7E995D
(126,153,93)
#708853
(112,136,83)
#627749
(98,119,73)
#54663F
(84,102,63)
#465535
(70,85,53)
#38442B
(56,68,43)
#2A3321
(42,51,33)
#1C2217
(28,34,23)
#0E110D
(14,17,13)
#000000
(0,0,0)

Tints of #9ABB71

#9ABB71
(154,187,113)
#A3C17D
(163,193,125)
#ACC789
(172,199,137)
#B5CD95
(181,205,149)
#BED3A1
(190,211,161)
#C7D9AD
(199,217,173)
#D0DFB9
(208,223,185)
#D9E5C5
(217,229,197)
#E2EBD1
(226,235,209)
#EBF1DD
(235,241,221)
#F4F7E9
(244,247,233)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #9ABB71 color. Also use rgb(154,187,113) instead hex code.

Text Font Color

.myTextColor { color: #9ABB71; }

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

This text font color is #9ABB71.

Background Color

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

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

This div background color is #9ABB71.

Border color

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

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

This div border color is #9ABB71.

Opacity

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

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

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

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

This text has shadow with #9ABB71 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #9ABB71.

Preview

Color preview on black background

This text has color #9ABB71 on black background.


Color preview on white background

This text has color #9ABB71 on white background.


Black color preview on #9ABB71 background

This text has black color on #9ABB71 background.


White color preview on #9ABB71 background

This text has white color on #9ABB71 background.


Related colors

Complementary color

Complementary color for #hex is #65448E.


I love getcolorcode.com

Triadic colors

1 #719ABB and #BB719A with #9ABB71 are triadic colors.

2 #71BB9A and #BB9A71 with #9ABB71 are triadic colors.