COLOR #9ADC60

HEX: #9ADC60
RGB: (154,220,96)

Color info

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

RGB color model

#9ADC60 color RGB value is (154,220,96).

  • red value is 154;
  • green value is 220;
  • blue value is 96.
RGB:
(154,220,96)
(60%,86%,38%)

RGB channels and saturation

R 154 of 255 = 60%
G 220 of 255 = 86%
B 96 of 255 = 38%

154
220
96

R + G + B ~ 61%. #9ADC60 is quite light color.

Portions of RGB colors in percentages

R + G + B =
154 + 220 + 96 = 470 (100%)
R 154 of 470 ~ 32.77%
G 220 of 470 ~ 46.81%
B 96 of 470 ~ 20.43%

%32.77
%46.81
%20.43

CMYK color model

#9ADC60 color CMYK value is (30,0,56,14).

  • cyan value is 30.00%
  • magenta value is 0.00%
  • yellow value is 56.36%
  • key color value is 13.73%
CMYK:
(30,0,56,14)
C30M0Y56K14 
(30%,0%,56%,14%)
(0.30/0.00/0.56/0.14)	

CMYK percentages

%30
%0
%56.36
%13.73

Codes

Color #9ADC60 in popluar color models

9ADC60
RGB15422096
HSL92°63.92%61.96%
HSB/HSV92°56.36%86.27%
CMYK30.00%0.00%56.36%
13.73%

Color #9ADC60 in popluar number systems.

HEX9ADC60
Decimal15422096
Binary10011010110111001100000
Octal232334140

Shades and tints

Shades of #9ADC60

#9ADC60
(154,220,96)
#8CC858
(140,200,88)
#7EB450
(126,180,80)
#70A048
(112,160,72)
#628C40
(98,140,64)
#547838
(84,120,56)
#466430
(70,100,48)
#385028
(56,80,40)
#2A3C20
(42,60,32)
#1C2818
(28,40,24)
#0E1410
(14,20,16)
#000000
(0,0,0)

Tints of #9ADC60

#9ADC60
(154,220,96)
#A3DF6E
(163,223,110)
#ACE27C
(172,226,124)
#B5E58A
(181,229,138)
#BEE898
(190,232,152)
#C7EBA6
(199,235,166)
#D0EEB4
(208,238,180)
#D9F1C2
(217,241,194)
#E2F4D0
(226,244,208)
#EBF7DE
(235,247,222)
#F4FAEC
(244,250,236)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #9ADC60; }

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

This text font color is #9ADC60.


Background Color

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

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

This div background color is #9ADC60.


Border color

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

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

This div border color is #9ADC60.


Opacity

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

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

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

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

This text has shadow with #9ADC60 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #9ADC60 on black background.


Color preview on white background

This text has color #9ADC60 on white background.



Black color preview on #9ADC60 background

This text has black color on #9ADC60 background.


White color preview on #9ADC60 background

This text has white color on #9ADC60 background.