COLOR #9AB760

HEX: #9AB760
RGB: (154,183,96)

Color info

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

RGB color model

#9AB760 color RGB value is (154,183,96).

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

RGB channels and saturation

R 154 of 255 = 60%
G 183 of 255 = 72%
B 96 of 255 = 38%

154
183
96

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

Portions of RGB colors in percentages

R + G + B =
154 + 183 + 96 = 433 (100%)
R 154 of 433 ~ 35.57%
G 183 of 433 ~ 42.26%
B 96 of 433 ~ 22.17%

%35.57
%42.26
%22.17

CMYK color model

#9AB760 color CMYK value is (16,0,48,28).

  • cyan value is 15.85%
  • magenta value is 0.00%
  • yellow value is 47.54%
  • key color value is 28.24%
CMYK:
(16,0,48,28)
C16M0Y48K28 
(16%,0%,48%,28%)
(0.16/0.00/0.48/0.28)	

CMYK percentages

%15.85
%0
%47.54
%28.24

Codes

Color #9AB760 in popluar color models

9AB760
RGB15418396
HSL80°37.66%54.71%
HSB/HSV80°47.54%71.76%
CMYK15.85%0.00%47.54%
28.24%

Color #9AB760 in popluar number systems.

HEX9AB760
Decimal15418396
Binary10011010101101111100000
Octal232267140

Shades and tints

Shades of #9AB760

#9AB760
(154,183,96)
#8CA758
(140,167,88)
#7E9750
(126,151,80)
#708748
(112,135,72)
#627740
(98,119,64)
#546738
(84,103,56)
#465730
(70,87,48)
#384728
(56,71,40)
#2A3720
(42,55,32)
#1C2718
(28,39,24)
#0E1710
(14,23,16)
#000000
(0,0,0)

Tints of #9AB760

#9AB760
(154,183,96)
#A3BD6E
(163,189,110)
#ACC37C
(172,195,124)
#B5C98A
(181,201,138)
#BECF98
(190,207,152)
#C7D5A6
(199,213,166)
#D0DBB4
(208,219,180)
#D9E1C2
(217,225,194)
#E2E7D0
(226,231,208)
#EBEDDE
(235,237,222)
#F4F3EC
(244,243,236)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #9AB760; }

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

This text font color is #9AB760.


Background Color

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

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

This div background color is #9AB760.


Border color

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

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

This div border color is #9AB760.


Opacity

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

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

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

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

This text has shadow with #9AB760 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #9AB760 on black background.


Color preview on white background

This text has color #9AB760 on white background.



Black color preview on #9AB760 background

This text has black color on #9AB760 background.


White color preview on #9AB760 background

This text has white color on #9AB760 background.