COLOR #9ADC66

HEX: #9ADC66 RGB: (154,220,102)

Color info

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

RGB color model

#9ADC66 color RGB value is (154,220,102).

RGB: (154,220,102) (60%, 86%, 40%)

RGB channels and saturation

R 154 of 255 = 60%
G 220 of 255 = 86%
B 102 of 255 = 40%

154
220
102

R + G + B ~ 62%. #9ADC66 is quite light color.

Portions of RGB colors in percentages

R + G + B = 154 + 220 + 102 = 476 (100%)
R 154 of 476 ~ 32.35%
G 220 of 476 ~ 46.22%
B 102 of 476 ~ 21.43'%

%32.35
%46.22
%21.43

CMYK color model

#9ADC66 color CMYK value is (30,0,54,14).

  • cyan value is 30.00%
  • magenta value is 0.00%
  • yellow value is 53.64%
  • key color value is 13.73%

CMYK: (30,0,54,14)
C30M0Y54K14 (30%, 0%, 54%, 14%)
(0.30 / 0.00 / 0.54 / 0.14)

CMYK percentages

%30
%0
%53.64
%13.73

Codes

Color #9ADC66 in popluar color models

9A DC 66
RGB 154 220 102
HSL 94° 62.77% 63.14%
HSB/HSV 94° 53.64% 86.27%
CMYK 30.00% 0.00% 53.64%
13.73%

Color #9ADC66 in popluar number systems.

HEX 9A DC 66
Decimal 154 220 102
Binary 10011010 11011100 1100110
Octal 232 334 146

Shades and tints

Shades of #9ADC66

#9ADC66
(154,220,102)
#8CC85D
(140,200,93)
#7EB454
(126,180,84)
#70A04B
(112,160,75)
#628C42
(98,140,66)
#547839
(84,120,57)
#466430
(70,100,48)
#385027
(56,80,39)
#2A3C1E
(42,60,30)
#1C2815
(28,40,21)
#0E140C
(14,20,12)
#000000
(0,0,0)

Tints of #9ADC66

#9ADC66
(154,220,102)
#A3DF73
(163,223,115)
#ACE280
(172,226,128)
#B5E58D
(181,229,141)
#BEE89A
(190,232,154)
#C7EBA7
(199,235,167)
#D0EEB4
(208,238,180)
#D9F1C1
(217,241,193)
#E2F4CE
(226,244,206)
#EBF7DB
(235,247,219)
#F4FAE8
(244,250,232)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #9ADC66; }

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

This text font color is #9ADC66.

Background Color

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

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

This div background color is #9ADC66.

Border color

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

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

This div border color is #9ADC66.

Opacity

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

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

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

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

This text has shadow with #9ADC66 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #9ADC66.

Preview

Color preview on black background

This text has color #9ADC66 on black background.


Color preview on white background

This text has color #9ADC66 on white background.


Black color preview on #9ADC66 background

This text has black color on #9ADC66 background.


White color preview on #9ADC66 background

This text has white color on #9ADC66 background.


Related colors

Complementary color

Complementary color for #hex is #652399.


I love getcolorcode.com

Triadic colors

1 #669ADC and #DC669A with #9ADC66 are triadic colors.

2 #66DC9A and #DC9A66 with #9ADC66 are triadic colors.