COLOR #9AB15E

HEX: #9AB15E
RGB: (154,177,94)

Color info

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

RGB color model

#9AB15E color RGB value is (154,177,94).

  • red value is 154;
  • green value is 177;
  • blue value is 94.
RGB:
(154,177,94)
(60%,69%,37%)

RGB channels and saturation

R 154 of 255 = 60%
G 177 of 255 = 69%
B 94 of 255 = 37%

154
177
94

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

Portions of RGB colors in percentages

R + G + B =
154 + 177 + 94 = 425 (100%)
R 154 of 425 ~ 36.24%
G 177 of 425 ~ 41.65%
B 94 of 425 ~ 22.12%

%36.24
%41.65
%22.12

CMYK color model

#9AB15E color CMYK value is (13,0,47,31).

  • cyan value is 12.99%
  • magenta value is 0.00%
  • yellow value is 46.89%
  • key color value is 30.59%
CMYK:
(13,0,47,31)
C13M0Y47K31 
(13%,0%,47%,31%)
(0.13/0.00/0.47/0.31)	

CMYK percentages

%12.99
%0
%46.89
%30.59

Codes

Color #9AB15E in popluar color models

9AB15E
RGB15417794
HSL77°34.73%53.14%
HSB/HSV77°46.89%69.41%
CMYK12.99%0.00%46.89%
30.59%

Color #9AB15E in popluar number systems.

HEX9AB15E
Decimal15417794
Binary10011010101100011011110
Octal232261136

Shades and tints

Shades of #9AB15E

#9AB15E
(154,177,94)
#8CA156
(140,161,86)
#7E914E
(126,145,78)
#708146
(112,129,70)
#62713E
(98,113,62)
#546136
(84,97,54)
#46512E
(70,81,46)
#384126
(56,65,38)
#2A311E
(42,49,30)
#1C2116
(28,33,22)
#0E110E
(14,17,14)
#000000
(0,0,0)

Tints of #9AB15E

#9AB15E
(154,177,94)
#A3B86C
(163,184,108)
#ACBF7A
(172,191,122)
#B5C688
(181,198,136)
#BECD96
(190,205,150)
#C7D4A4
(199,212,164)
#D0DBB2
(208,219,178)
#D9E2C0
(217,226,192)
#E2E9CE
(226,233,206)
#EBF0DC
(235,240,220)
#F4F7EA
(244,247,234)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #9AB15E color. Also use rgb(154,177,94) instead hex code.

Text Font Color

.myTextColor { color: #9AB15E; }

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

This text font color is #9AB15E.


Background Color

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

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

This div background color is #9AB15E.


Border color

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

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

This div border color is #9AB15E.


Opacity

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

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

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

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

This text has shadow with #9AB15E color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #9AB15E on black background.


Color preview on white background

This text has color #9AB15E on white background.



Black color preview on #9AB15E background

This text has black color on #9AB15E background.


White color preview on #9AB15E background

This text has white color on #9AB15E background.