COLOR #9ABA11

HEX: #9ABA11
RGB: (154,186,17)

Color info

#9ABA11 contains mainly red and green colors. Web safe color of #9ABA11 is #99CC00 (or #9C0).

RGB color model

#9ABA11 color RGB value is (154,186,17).

  • red value is 154;
  • green value is 186;
  • blue value is 17.
RGB:
(154,186,17)
(60%,73%,7%)

RGB channels and saturation

R 154 of 255 = 60%
G 186 of 255 = 73%
B 17 of 255 = 7%

154
186
17

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

Portions of RGB colors in percentages

R + G + B =
154 + 186 + 17 = 357 (100%)
R 154 of 357 ~ 43.14%
G 186 of 357 ~ 52.1%
B 17 of 357 ~ 4.76%

%43.14
%52.1

CMYK color model

#9ABA11 color CMYK value is (17,0,91,27).

  • cyan value is 17.20%
  • magenta value is 0.00%
  • yellow value is 90.86%
  • key color value is 27.06%
CMYK:
(17,0,91,27)
C17M0Y91K27 
(17%,0%,91%,27%)
(0.17/0.00/0.91/0.27)	

CMYK percentages

%17.2
%0
%90.86
%27.06

Codes

Color #9ABA11 in popluar color models

9ABA11
RGB15418617
HSL71°83.25%39.80%
HSB/HSV71°90.86%72.94%
CMYK17.20%0.00%90.86%
27.06%

Color #9ABA11 in popluar number systems.

HEX9ABA11
Decimal15418617
Binary100110101011101010001
Octal23227221

Shades and tints

Shades of #9ABA11

#9ABA11
(154,186,17)
#8CAA10
(140,170,16)
#7E9A0F
(126,154,15)
#708A0E
(112,138,14)
#627A0D
(98,122,13)
#546A0C
(84,106,12)
#465A0B
(70,90,11)
#384A0A
(56,74,10)
#2A3A09
(42,58,9)
#1C2A08
(28,42,8)
#0E1A07
(14,26,7)
#000000
(0,0,0)

Tints of #9ABA11

#9ABA11
(154,186,17)
#A3C026
(163,192,38)
#ACC63B
(172,198,59)
#B5CC50
(181,204,80)
#BED265
(190,210,101)
#C7D87A
(199,216,122)
#D0DE8F
(208,222,143)
#D9E4A4
(217,228,164)
#E2EAB9
(226,234,185)
#EBF0CE
(235,240,206)
#F4F6E3
(244,246,227)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #9ABA11 color. Also use rgb(154,186,17) instead hex code.

Text Font Color

.myTextColor { color: #9ABA11; }

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

This text font color is #9ABA11.


Background Color

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

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

This div background color is #9ABA11.


Border color

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

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

This div border color is #9ABA11.


Opacity

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

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

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

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

This text has shadow with #9ABA11 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #9ABA11 on black background.


Color preview on white background

This text has color #9ABA11 on white background.



Black color preview on #9ABA11 background

This text has black color on #9ABA11 background.


White color preview on #9ABA11 background

This text has white color on #9ABA11 background.