COLOR #9AD809

HEX: #9AD809
RGB: (154,216,9)

Color info

#9AD809 contains mainly green color. Web safe color of #9AD809 is #99CC00 (or #9C0).

RGB color model

#9AD809 color RGB value is (154,216,9).

  • red value is 154;
  • green value is 216;
  • blue value is 9.
RGB:
(154,216,9)
(60%,85%,4%)

RGB channels and saturation

R 154 of 255 = 60%
G 216 of 255 = 85%
B 9 of 255 = 4%

154
216
9

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

Portions of RGB colors in percentages

R + G + B =
154 + 216 + 9 = 379 (100%)
R 154 of 379 ~ 40.63%
G 216 of 379 ~ 56.99%
B 9 of 379 ~ 2.37%

%40.63
%56.99

CMYK color model

#9AD809 color CMYK value is (29,0,96,15).

  • cyan value is 28.70%
  • magenta value is 0.00%
  • yellow value is 95.83%
  • key color value is 15.29%
CMYK:
(29,0,96,15)
C29M0Y96K15 
(29%,0%,96%,15%)
(0.29/0.00/0.96/0.15)	

CMYK percentages

%28.7
%0
%95.83
%15.29

Codes

Color #9AD809 in popluar color models

9AD809
RGB1542169
HSL78°92.00%44.12%
HSB/HSV78°95.83%84.71%
CMYK28.70%0.00%95.83%
15.29%

Color #9AD809 in popluar number systems.

HEX9AD809
Decimal1542169
Binary10011010110110001001
Octal23233011

Shades and tints

Shades of #9AD809

#9AD809
(154,216,9)
#8CC509
(140,197,9)
#7EB209
(126,178,9)
#709F09
(112,159,9)
#628C09
(98,140,9)
#547909
(84,121,9)
#466609
(70,102,9)
#385309
(56,83,9)
#2A4009
(42,64,9)
#1C2D09
(28,45,9)
#0E1A09
(14,26,9)
#000000
(0,0,0)

Tints of #9AD809

#9AD809
(154,216,9)
#A3DB1F
(163,219,31)
#ACDE35
(172,222,53)
#B5E14B
(181,225,75)
#BEE461
(190,228,97)
#C7E777
(199,231,119)
#D0EA8D
(208,234,141)
#D9EDA3
(217,237,163)
#E2F0B9
(226,240,185)
#EBF3CF
(235,243,207)
#F4F6E5
(244,246,229)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #9AD809; }

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

This text font color is #9AD809.


Background Color

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

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

This div background color is #9AD809.


Border color

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

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

This div border color is #9AD809.


Opacity

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

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

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

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

This text has shadow with #9AD809 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #9AD809 on black background.


Color preview on white background

This text has color #9AD809 on white background.



Black color preview on #9AD809 background

This text has black color on #9AD809 background.


White color preview on #9AD809 background

This text has white color on #9AD809 background.