COLOR #9ABC2A

HEX: #9ABC2A
RGB: (154,188,42)

Color info

#9ABC2A contains mainly red and green colors. Web safe color of #9ABC2A is #99CC33 (or #9C3).

RGB color model

#9ABC2A color RGB value is (154,188,42).

  • red value is 154;
  • green value is 188;
  • blue value is 42.
RGB:
(154,188,42)
(60%,74%,16%)

RGB channels and saturation

R 154 of 255 = 60%
G 188 of 255 = 74%
B 42 of 255 = 16%

154
188
42

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

Portions of RGB colors in percentages

R + G + B =
154 + 188 + 42 = 384 (100%)
R 154 of 384 ~ 40.1%
G 188 of 384 ~ 48.96%
B 42 of 384 ~ 10.94%

%40.1
%48.96
%10.94

CMYK color model

#9ABC2A color CMYK value is (18,0,78,26).

  • cyan value is 18.09%
  • magenta value is 0.00%
  • yellow value is 77.66%
  • key color value is 26.27%
CMYK:
(18,0,78,26)
C18M0Y78K26 
(18%,0%,78%,26%)
(0.18/0.00/0.78/0.26)	

CMYK percentages

%18.09
%0
%77.66
%26.27

Codes

Color #9ABC2A in popluar color models

9ABC2A
RGB15418842
HSL74°63.48%45.10%
HSB/HSV74°77.66%73.73%
CMYK18.09%0.00%77.66%
26.27%

Color #9ABC2A in popluar number systems.

HEX9ABC2A
Decimal15418842
Binary1001101010111100101010
Octal23227452

Shades and tints

Shades of #9ABC2A

#9ABC2A
(154,188,42)
#8CAB27
(140,171,39)
#7E9A24
(126,154,36)
#708921
(112,137,33)
#62781E
(98,120,30)
#54671B
(84,103,27)
#465618
(70,86,24)
#384515
(56,69,21)
#2A3412
(42,52,18)
#1C230F
(28,35,15)
#0E120C
(14,18,12)
#000000
(0,0,0)

Tints of #9ABC2A

#9ABC2A
(154,188,42)
#A3C23D
(163,194,61)
#ACC850
(172,200,80)
#B5CE63
(181,206,99)
#BED476
(190,212,118)
#C7DA89
(199,218,137)
#D0E09C
(208,224,156)
#D9E6AF
(217,230,175)
#E2ECC2
(226,236,194)
#EBF2D5
(235,242,213)
#F4F8E8
(244,248,232)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #9ABC2A color. Also use rgb(154,188,42) instead hex code.

Text Font Color

.myTextColor { color: #9ABC2A; }

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

This text font color is #9ABC2A.


Background Color

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

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

This div background color is #9ABC2A.


Border color

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

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

This div border color is #9ABC2A.


Opacity

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

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

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

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

This text has shadow with #9ABC2A color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #9ABC2A on black background.


Color preview on white background

This text has color #9ABC2A on white background.



Black color preview on #9ABC2A background

This text has black color on #9ABC2A background.


White color preview on #9ABC2A background

This text has white color on #9ABC2A background.