COLOR #9AC308

HEX: #9AC308
RGB: (154,195,8)

Color info

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

RGB color model

#9AC308 color RGB value is (154,195,8).

  • red value is 154;
  • green value is 195;
  • blue value is 8.
RGB:
(154,195,8)
(60%,76%,3%)

RGB channels and saturation

R 154 of 255 = 60%
G 195 of 255 = 76%
B 8 of 255 = 3%

154
195
8

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

Portions of RGB colors in percentages

R + G + B =
154 + 195 + 8 = 357 (100%)
R 154 of 357 ~ 43.14%
G 195 of 357 ~ 54.62%
B 8 of 357 ~ 2.24%

%43.14
%54.62

CMYK color model

#9AC308 color CMYK value is (21,0,96,24).

  • cyan value is 21.03%
  • magenta value is 0.00%
  • yellow value is 95.90%
  • key color value is 23.53%
CMYK:
(21,0,96,24)
C21M0Y96K24 
(21%,0%,96%,24%)
(0.21/0.00/0.96/0.24)	

CMYK percentages

%21.03
%0
%95.9
%23.53

Codes

Color #9AC308 in popluar color models

9AC308
RGB1541958
HSL73°92.12%39.80%
HSB/HSV73°95.90%76.47%
CMYK21.03%0.00%95.90%
23.53%

Color #9AC308 in popluar number systems.

HEX9AC308
Decimal1541958
Binary10011010110000111000
Octal23230310

Shades and tints

Shades of #9AC308

#9AC308
(154,195,8)
#8CB208
(140,178,8)
#7EA108
(126,161,8)
#709008
(112,144,8)
#627F08
(98,127,8)
#546E08
(84,110,8)
#465D08
(70,93,8)
#384C08
(56,76,8)
#2A3B08
(42,59,8)
#1C2A08
(28,42,8)
#0E1908
(14,25,8)
#000000
(0,0,0)

Tints of #9AC308

#9AC308
(154,195,8)
#A3C81E
(163,200,30)
#ACCD34
(172,205,52)
#B5D24A
(181,210,74)
#BED760
(190,215,96)
#C7DC76
(199,220,118)
#D0E18C
(208,225,140)
#D9E6A2
(217,230,162)
#E2EBB8
(226,235,184)
#EBF0CE
(235,240,206)
#F4F5E4
(244,245,228)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #9AC308 color. Also use rgb(154,195,8) instead hex code.

Text Font Color

.myTextColor { color: #9AC308; }

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

This text font color is #9AC308.


Background Color

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

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

This div background color is #9AC308.


Border color

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

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

This div border color is #9AC308.


Opacity

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

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

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

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

This text has shadow with #9AC308 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #9AC308 on black background.


Color preview on white background

This text has color #9AC308 on white background.



Black color preview on #9AC308 background

This text has black color on #9AC308 background.


White color preview on #9AC308 background

This text has white color on #9AC308 background.