COLOR #9AB364

HEX: #9AB364
RGB: (154,179,100)

Color info

#9AB364 contains mainly red and green colors. Web safe color of #9AB364 is #999966 (or #996).

RGB color model

#9AB364 color RGB value is (154,179,100).

  • red value is 154;
  • green value is 179;
  • blue value is 100.
RGB:
(154,179,100)
(60%,70%,39%)

RGB channels and saturation

R 154 of 255 = 60%
G 179 of 255 = 70%
B 100 of 255 = 39%

154
179
100

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

Portions of RGB colors in percentages

R + G + B =
154 + 179 + 100 = 433 (100%)
R 154 of 433 ~ 35.57%
G 179 of 433 ~ 41.34%
B 100 of 433 ~ 23.09%

%35.57
%41.34
%23.09

CMYK color model

#9AB364 color CMYK value is (14,0,44,30).

  • cyan value is 13.97%
  • magenta value is 0.00%
  • yellow value is 44.13%
  • key color value is 29.80%
CMYK:
(14,0,44,30)
C14M0Y44K30 
(14%,0%,44%,30%)
(0.14/0.00/0.44/0.30)	

CMYK percentages

%13.97
%0
%44.13
%29.8

Codes

Color #9AB364 in popluar color models

9AB364
RGB154179100
HSL79°34.20%54.71%
HSB/HSV79°44.13%70.20%
CMYK13.97%0.00%44.13%
29.80%

Color #9AB364 in popluar number systems.

HEX9AB364
Decimal154179100
Binary10011010101100111100100
Octal232263144

Shades and tints

Shades of #9AB364

#9AB364
(154,179,100)
#8CA35B
(140,163,91)
#7E9352
(126,147,82)
#708349
(112,131,73)
#627340
(98,115,64)
#546337
(84,99,55)
#46532E
(70,83,46)
#384325
(56,67,37)
#2A331C
(42,51,28)
#1C2313
(28,35,19)
#0E130A
(14,19,10)
#000000
(0,0,0)

Tints of #9AB364

#9AB364
(154,179,100)
#A3B972
(163,185,114)
#ACBF80
(172,191,128)
#B5C58E
(181,197,142)
#BECB9C
(190,203,156)
#C7D1AA
(199,209,170)
#D0D7B8
(208,215,184)
#D9DDC6
(217,221,198)
#E2E3D4
(226,227,212)
#EBE9E2
(235,233,226)
#F4EFF0
(244,239,240)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #9AB364 color. Also use rgb(154,179,100) instead hex code.

Text Font Color

.myTextColor { color: #9AB364; }

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

This text font color is #9AB364.


Background Color

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

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

This div background color is #9AB364.


Border color

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

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

This div border color is #9AB364.


Opacity

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

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

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

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

This text has shadow with #9AB364 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #9AB364 on black background.


Color preview on white background

This text has color #9AB364 on white background.



Black color preview on #9AB364 background

This text has black color on #9AB364 background.


White color preview on #9AB364 background

This text has white color on #9AB364 background.