COLOR #9AB76F

HEX: #9AB76F
RGB: (154,183,111)

Color info

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

RGB color model

#9AB76F color RGB value is (154,183,111).

  • red value is 154;
  • green value is 183;
  • blue value is 111.
RGB:
(154,183,111)
(60%,72%,44%)

RGB channels and saturation

R 154 of 255 = 60%
G 183 of 255 = 72%
B 111 of 255 = 44%

154
183
111

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

Portions of RGB colors in percentages

R + G + B =
154 + 183 + 111 = 448 (100%)
R 154 of 448 ~ 34.38%
G 183 of 448 ~ 40.85%
B 111 of 448 ~ 24.78%

%34.38
%40.85
%24.78

CMYK color model

#9AB76F color CMYK value is (16,0,39,28).

  • cyan value is 15.85%
  • magenta value is 0.00%
  • yellow value is 39.34%
  • key color value is 28.24%
CMYK:
(16,0,39,28)
C16M0Y39K28 
(16%,0%,39%,28%)
(0.16/0.00/0.39/0.28)	

CMYK percentages

%15.85
%0
%39.34
%28.24

Codes

Color #9AB76F in popluar color models

9AB76F
RGB154183111
HSL84°33.33%57.65%
HSB/HSV84°39.34%71.76%
CMYK15.85%0.00%39.34%
28.24%

Color #9AB76F in popluar number systems.

HEX9AB76F
Decimal154183111
Binary10011010101101111101111
Octal232267157

Shades and tints

Shades of #9AB76F

#9AB76F
(154,183,111)
#8CA765
(140,167,101)
#7E975B
(126,151,91)
#708751
(112,135,81)
#627747
(98,119,71)
#54673D
(84,103,61)
#465733
(70,87,51)
#384729
(56,71,41)
#2A371F
(42,55,31)
#1C2715
(28,39,21)
#0E170B
(14,23,11)
#000000
(0,0,0)

Tints of #9AB76F

#9AB76F
(154,183,111)
#A3BD7C
(163,189,124)
#ACC389
(172,195,137)
#B5C996
(181,201,150)
#BECFA3
(190,207,163)
#C7D5B0
(199,213,176)
#D0DBBD
(208,219,189)
#D9E1CA
(217,225,202)
#E2E7D7
(226,231,215)
#EBEDE4
(235,237,228)
#F4F3F1
(244,243,241)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #9AB76F color. Also use rgb(154,183,111) instead hex code.

Text Font Color

.myTextColor { color: #9AB76F; }

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

This text font color is #9AB76F.


Background Color

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

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

This div background color is #9AB76F.


Border color

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

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

This div border color is #9AB76F.


Opacity

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

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

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

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

This text has shadow with #9AB76F color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #9AB76F on black background.


Color preview on white background

This text has color #9AB76F on white background.



Black color preview on #9AB76F background

This text has black color on #9AB76F background.


White color preview on #9AB76F background

This text has white color on #9AB76F background.