COLOR #9AB35C

HEX: #9AB35C
RGB: (154,179,92)

Color info

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

RGB color model

#9AB35C color RGB value is (154,179,92).

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

RGB channels and saturation

R 154 of 255 = 60%
G 179 of 255 = 70%
B 92 of 255 = 36%

154
179
92

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

Portions of RGB colors in percentages

R + G + B =
154 + 179 + 92 = 425 (100%)
R 154 of 425 ~ 36.24%
G 179 of 425 ~ 42.12%
B 92 of 425 ~ 21.65%

%36.24
%42.12
%21.65

CMYK color model

#9AB35C color CMYK value is (14,0,49,30).

  • cyan value is 13.97%
  • magenta value is 0.00%
  • yellow value is 48.60%
  • key color value is 29.80%
CMYK:
(14,0,49,30)
C14M0Y49K30 
(14%,0%,49%,30%)
(0.14/0.00/0.49/0.30)	

CMYK percentages

%13.97
%0
%48.6
%29.8

Codes

Color #9AB35C in popluar color models

9AB35C
RGB15417992
HSL77°36.40%53.14%
HSB/HSV77°48.60%70.20%
CMYK13.97%0.00%48.60%
29.80%

Color #9AB35C in popluar number systems.

HEX9AB35C
Decimal15417992
Binary10011010101100111011100
Octal232263134

Shades and tints

Shades of #9AB35C

#9AB35C
(154,179,92)
#8CA354
(140,163,84)
#7E934C
(126,147,76)
#708344
(112,131,68)
#62733C
(98,115,60)
#546334
(84,99,52)
#46532C
(70,83,44)
#384324
(56,67,36)
#2A331C
(42,51,28)
#1C2314
(28,35,20)
#0E130C
(14,19,12)
#000000
(0,0,0)

Tints of #9AB35C

#9AB35C
(154,179,92)
#A3B96A
(163,185,106)
#ACBF78
(172,191,120)
#B5C586
(181,197,134)
#BECB94
(190,203,148)
#C7D1A2
(199,209,162)
#D0D7B0
(208,215,176)
#D9DDBE
(217,221,190)
#E2E3CC
(226,227,204)
#EBE9DA
(235,233,218)
#F4EFE8
(244,239,232)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #9AB35C; }

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

This text font color is #9AB35C.


Background Color

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

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

This div background color is #9AB35C.


Border color

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

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

This div border color is #9AB35C.


Opacity

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

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

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

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

This text has shadow with #9AB35C color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #9AB35C on black background.


Color preview on white background

This text has color #9AB35C on white background.



Black color preview on #9AB35C background

This text has black color on #9AB35C background.


White color preview on #9AB35C background

This text has white color on #9AB35C background.