COLOR #9AB963

HEX: #9AB963 RGB: (154,185,99)

Color info

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

RGB color model

#9AB963 color RGB value is (154,185,99).

RGB: (154,185,99) (60%, 73%, 39%)

RGB channels and saturation

R 154 of 255 = 60%
G 185 of 255 = 73%
B 99 of 255 = 39%

154
185
99

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

Portions of RGB colors in percentages

R + G + B = 154 + 185 + 99 = 438 (100%)
R 154 of 438 ~ 35.16%
G 185 of 438 ~ 42.24%
B 99 of 438 ~ 22.6'%

%35.16
%42.24
%22.6

CMYK color model

#9AB963 color CMYK value is (17,0,46,27).

  • cyan value is 16.76%
  • magenta value is 0.00%
  • yellow value is 46.49%
  • key color value is 27.45%
CMYK: (17,0,46,27) C17M0Y46K27 (17%,0%,46%,27%) (0.17/0.00/0.46/0.27) 

CMYK percentages

%16.76
%0
%46.49
%27.45

Codes

Color #9AB963 in popluar color models

9A B9 63
RGB 154 185 99
HSL 82° 38.05% 55.69%
HSB/HSV 82° 46.49% 72.55%
CMYK 16.76% 0.00% 46.49%
27.45%

Color #9AB963 in popluar number systems.

HEX 9A B9 63
Decimal 154 185 99
Binary 10011010 10111001 1100011
Octal 232 271 143

Shades and tints

Shades of #9AB963

#9AB963
(154,185,99)
#8CA95A
(140,169,90)
#7E9951
(126,153,81)
#708948
(112,137,72)
#62793F
(98,121,63)
#546936
(84,105,54)
#46592D
(70,89,45)
#384924
(56,73,36)
#2A391B
(42,57,27)
#1C2912
(28,41,18)
#0E1909
(14,25,9)
#000000
(0,0,0)

Tints of #9AB963

#9AB963
(154,185,99)
#A3BF71
(163,191,113)
#ACC57F
(172,197,127)
#B5CB8D
(181,203,141)
#BED19B
(190,209,155)
#C7D7A9
(199,215,169)
#D0DDB7
(208,221,183)
#D9E3C5
(217,227,197)
#E2E9D3
(226,233,211)
#EBEFE1
(235,239,225)
#F4F5EF
(244,245,239)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #9AB963; }

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

This text font color is #9AB963.

Background Color

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

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

This div background color is #9AB963.

Border color

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

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

This div border color is #9AB963.

Opacity

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

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

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

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

This text has shadow with #9AB963 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #9AB963.

Preview

Color preview on black background

This text has color #9AB963 on black background.


Color preview on white background

This text has color #9AB963 on white background.


Black color preview on #9AB963 background

This text has black color on #9AB963 background.


White color preview on #9AB963 background

This text has white color on #9AB963 background.


Related colors

Complementary color

Complementary color for #hex is #65469C.


I love getcolorcode.com

Triadic colors

1 #639AB9 and #B9639A with #9AB963 are triadic colors.

2 #63B99A and #B99A63 with #9AB963 are triadic colors.