COLOR #9AB961

HEX: #9AB961
RGB: (154,185,97)

Color info

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

RGB color model

#9AB961 color RGB value is (154,185,97).

  • red value is 154;
  • green value is 185;
  • blue value is 97.
RGB:
(154,185,97)
(60%,73%,38%)

RGB channels and saturation

R 154 of 255 = 60%
G 185 of 255 = 73%
B 97 of 255 = 38%

154
185
97

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

Portions of RGB colors in percentages

R + G + B =
154 + 185 + 97 = 436 (100%)
R 154 of 436 ~ 35.32%
G 185 of 436 ~ 42.43%
B 97 of 436 ~ 22.25%

%35.32
%42.43
%22.25

CMYK color model

#9AB961 color CMYK value is (17,0,48,27).

  • cyan value is 16.76%
  • magenta value is 0.00%
  • yellow value is 47.57%
  • key color value is 27.45%
CMYK:
(17,0,48,27)
C17M0Y48K27 
(17%,0%,48%,27%)
(0.17/0.00/0.48/0.27)	

CMYK percentages

%16.76
%0
%47.57
%27.45

Codes

Color #9AB961 in popluar color models

9AB961
RGB15418597
HSL81°38.60%55.29%
HSB/HSV81°47.57%72.55%
CMYK16.76%0.00%47.57%
27.45%

Color #9AB961 in popluar number systems.

HEX9AB961
Decimal15418597
Binary10011010101110011100001
Octal232271141

Shades and tints

Shades of #9AB961

#9AB961
(154,185,97)
#8CA959
(140,169,89)
#7E9951
(126,153,81)
#708949
(112,137,73)
#627941
(98,121,65)
#546939
(84,105,57)
#465931
(70,89,49)
#384929
(56,73,41)
#2A3921
(42,57,33)
#1C2919
(28,41,25)
#0E1911
(14,25,17)
#000000
(0,0,0)

Tints of #9AB961

#9AB961
(154,185,97)
#A3BF6F
(163,191,111)
#ACC57D
(172,197,125)
#B5CB8B
(181,203,139)
#BED199
(190,209,153)
#C7D7A7
(199,215,167)
#D0DDB5
(208,221,181)
#D9E3C3
(217,227,195)
#E2E9D1
(226,233,209)
#EBEFDF
(235,239,223)
#F4F5ED
(244,245,237)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #9AB961 color. Also use rgb(154,185,97) instead hex code.

Text Font Color

.myTextColor { color: #9AB961; }

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

This text font color is #9AB961.


Background Color

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

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

This div background color is #9AB961.


Border color

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

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

This div border color is #9AB961.


Opacity

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

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

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

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

This text has shadow with #9AB961 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #9AB961 on black background.


Color preview on white background

This text has color #9AB961 on white background.



Black color preview on #9AB961 background

This text has black color on #9AB961 background.


White color preview on #9AB961 background

This text has white color on #9AB961 background.