COLOR #9ABC04

HEX: #9ABC04
RGB: (154,188,4)

Color info

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

RGB color model

#9ABC04 color RGB value is (154,188,4).

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

RGB channels and saturation

R 154 of 255 = 60%
G 188 of 255 = 74%
B 4 of 255 = 2%

154
188
4

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

Portions of RGB colors in percentages

R + G + B =
154 + 188 + 4 = 346 (100%)
R 154 of 346 ~ 44.51%
G 188 of 346 ~ 54.34%
B 4 of 346 ~ 1.16%

%44.51
%54.34

CMYK color model

#9ABC04 color CMYK value is (18,0,98,26).

  • cyan value is 18.09%
  • magenta value is 0.00%
  • yellow value is 97.87%
  • key color value is 26.27%
CMYK:
(18,0,98,26)
C18M0Y98K26 
(18%,0%,98%,26%)
(0.18/0.00/0.98/0.26)	

CMYK percentages

%18.09
%0
%97.87
%26.27

Codes

Color #9ABC04 in popluar color models

9ABC04
RGB1541884
HSL71°95.83%37.65%
HSB/HSV71°97.87%73.73%
CMYK18.09%0.00%97.87%
26.27%

Color #9ABC04 in popluar number systems.

HEX9ABC04
Decimal1541884
Binary1001101010111100100
Octal2322744

Shades and tints

Shades of #9ABC04

#9ABC04
(154,188,4)
#8CAB04
(140,171,4)
#7E9A04
(126,154,4)
#708904
(112,137,4)
#627804
(98,120,4)
#546704
(84,103,4)
#465604
(70,86,4)
#384504
(56,69,4)
#2A3404
(42,52,4)
#1C2304
(28,35,4)
#0E1204
(14,18,4)
#000000
(0,0,0)

Tints of #9ABC04

#9ABC04
(154,188,4)
#A3C21A
(163,194,26)
#ACC830
(172,200,48)
#B5CE46
(181,206,70)
#BED45C
(190,212,92)
#C7DA72
(199,218,114)
#D0E088
(208,224,136)
#D9E69E
(217,230,158)
#E2ECB4
(226,236,180)
#EBF2CA
(235,242,202)
#F4F8E0
(244,248,224)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #9ABC04; }

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

This text font color is #9ABC04.


Background Color

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

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

This div background color is #9ABC04.


Border color

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

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

This div border color is #9ABC04.


Opacity

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

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

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

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

This text has shadow with #9ABC04 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #9ABC04 on black background.


Color preview on white background

This text has color #9ABC04 on white background.



Black color preview on #9ABC04 background

This text has black color on #9ABC04 background.


White color preview on #9ABC04 background

This text has white color on #9ABC04 background.