COLOR #9ABE71

HEX: #9ABE71
RGB: (154,190,113)

Color info

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

RGB color model

#9ABE71 color RGB value is (154,190,113).

  • red value is 154;
  • green value is 190;
  • blue value is 113.
RGB:
(154,190,113)
(60%,75%,44%)

RGB channels and saturation

R 154 of 255 = 60%
G 190 of 255 = 75%
B 113 of 255 = 44%

154
190
113

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

Portions of RGB colors in percentages

R + G + B =
154 + 190 + 113 = 457 (100%)
R 154 of 457 ~ 33.7%
G 190 of 457 ~ 41.58%
B 113 of 457 ~ 24.73%

%33.7
%41.58
%24.73

CMYK color model

#9ABE71 color CMYK value is (19,0,41,25).

  • cyan value is 18.95%
  • magenta value is 0.00%
  • yellow value is 40.53%
  • key color value is 25.49%
CMYK:
(19,0,41,25)
C19M0Y41K25 
(19%,0%,41%,25%)
(0.19/0.00/0.41/0.25)	

CMYK percentages

%18.95
%0
%40.53
%25.49

Codes

Color #9ABE71 in popluar color models

9ABE71
RGB154190113
HSL88°37.20%59.41%
HSB/HSV88°40.53%74.51%
CMYK18.95%0.00%40.53%
25.49%

Color #9ABE71 in popluar number systems.

HEX9ABE71
Decimal154190113
Binary10011010101111101110001
Octal232276161

Shades and tints

Shades of #9ABE71

#9ABE71
(154,190,113)
#8CAD67
(140,173,103)
#7E9C5D
(126,156,93)
#708B53
(112,139,83)
#627A49
(98,122,73)
#54693F
(84,105,63)
#465835
(70,88,53)
#38472B
(56,71,43)
#2A3621
(42,54,33)
#1C2517
(28,37,23)
#0E140D
(14,20,13)
#000000
(0,0,0)

Tints of #9ABE71

#9ABE71
(154,190,113)
#A3C37D
(163,195,125)
#ACC889
(172,200,137)
#B5CD95
(181,205,149)
#BED2A1
(190,210,161)
#C7D7AD
(199,215,173)
#D0DCB9
(208,220,185)
#D9E1C5
(217,225,197)
#E2E6D1
(226,230,209)
#EBEBDD
(235,235,221)
#F4F0E9
(244,240,233)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #9ABE71; }

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

This text font color is #9ABE71.


Background Color

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

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

This div background color is #9ABE71.


Border color

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

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

This div border color is #9ABE71.


Opacity

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

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

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

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

This text has shadow with #9ABE71 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #9ABE71 on black background.


Color preview on white background

This text has color #9ABE71 on white background.



Black color preview on #9ABE71 background

This text has black color on #9ABE71 background.


White color preview on #9ABE71 background

This text has white color on #9ABE71 background.