COLOR #9AD650

HEX: #9AD650
RGB: (154,214,80)

Color info

#9AD650 contains mainly green color. Web safe color of #9AD650 is #99CC66 (or #9C6).

RGB color model

#9AD650 color RGB value is (154,214,80).

  • red value is 154;
  • green value is 214;
  • blue value is 80.
RGB:
(154,214,80)
(60%,84%,31%)

RGB channels and saturation

R 154 of 255 = 60%
G 214 of 255 = 84%
B 80 of 255 = 31%

154
214
80

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

Portions of RGB colors in percentages

R + G + B =
154 + 214 + 80 = 448 (100%)
R 154 of 448 ~ 34.38%
G 214 of 448 ~ 47.77%
B 80 of 448 ~ 17.86%

%34.38
%47.77
%17.86

CMYK color model

#9AD650 color CMYK value is (28,0,63,16).

  • cyan value is 28.04%
  • magenta value is 0.00%
  • yellow value is 62.62%
  • key color value is 16.08%
CMYK:
(28,0,63,16)
C28M0Y63K16 
(28%,0%,63%,16%)
(0.28/0.00/0.63/0.16)	

CMYK percentages

%28.04
%0
%62.62
%16.08

Codes

Color #9AD650 in popluar color models

9AD650
RGB15421480
HSL87°62.04%57.65%
HSB/HSV87°62.62%83.92%
CMYK28.04%0.00%62.62%
16.08%

Color #9AD650 in popluar number systems.

HEX9AD650
Decimal15421480
Binary10011010110101101010000
Octal232326120

Shades and tints

Shades of #9AD650

#9AD650
(154,214,80)
#8CC349
(140,195,73)
#7EB042
(126,176,66)
#709D3B
(112,157,59)
#628A34
(98,138,52)
#54772D
(84,119,45)
#466426
(70,100,38)
#38511F
(56,81,31)
#2A3E18
(42,62,24)
#1C2B11
(28,43,17)
#0E180A
(14,24,10)
#000000
(0,0,0)

Tints of #9AD650

#9AD650
(154,214,80)
#A3D95F
(163,217,95)
#ACDC6E
(172,220,110)
#B5DF7D
(181,223,125)
#BEE28C
(190,226,140)
#C7E59B
(199,229,155)
#D0E8AA
(208,232,170)
#D9EBB9
(217,235,185)
#E2EEC8
(226,238,200)
#EBF1D7
(235,241,215)
#F4F4E6
(244,244,230)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #9AD650; }

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

This text font color is #9AD650.


Background Color

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

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

This div background color is #9AD650.


Border color

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

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

This div border color is #9AD650.


Opacity

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

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

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

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

This text has shadow with #9AD650 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #9AD650 on black background.


Color preview on white background

This text has color #9AD650 on white background.



Black color preview on #9AD650 background

This text has black color on #9AD650 background.


White color preview on #9AD650 background

This text has white color on #9AD650 background.