COLOR #9ADC8F

HEX: #9ADC8F RGB: (154,220,143)

Color info

#9ADC8F contains mainly green color. Web safe color of #9ADC8F is #99CC99 (or #9C9).

RGB color model

#9ADC8F color RGB value is (154,220,143).

RGB: (154,220,143) (60%, 86%, 56%)

RGB channels and saturation

R 154 of 255 = 60%
G 220 of 255 = 86%
B 143 of 255 = 56%

154
220
143

R + G + B ~ 67%. #9ADC8F is quite light color.

Portions of RGB colors in percentages

R + G + B = 154 + 220 + 143 = 517 (100%)
R 154 of 517 ~ 29.79%
G 220 of 517 ~ 42.55%
B 143 of 517 ~ 27.66'%

%29.79
%42.55
%27.66

CMYK color model

#9ADC8F color CMYK value is (30,0,35,14).

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

CMYK: (30,0,35,14)
C30M0Y35K14 (30%, 0%, 35%, 14%)
(0.30 / 0.00 / 0.35 / 0.14)

CMYK percentages

%30
%0
%35
%13.73

Codes

Color #9ADC8F in popluar color models

9A DC 8F
RGB 154 220 143
HSL 111° 52.38% 71.18%
HSB/HSV 111° 35.00% 86.27%
CMYK 30.00% 0.00% 35.00%
13.73%

Color #9ADC8F in popluar number systems.

HEX 9A DC 8F
Decimal 154 220 143
Binary 10011010 11011100 10001111
Octal 232 334 217

Shades and tints

Shades of #9ADC8F

#9ADC8F
(154,220,143)
#8CC882
(140,200,130)
#7EB475
(126,180,117)
#70A068
(112,160,104)
#628C5B
(98,140,91)
#54784E
(84,120,78)
#466441
(70,100,65)
#385034
(56,80,52)
#2A3C27
(42,60,39)
#1C281A
(28,40,26)
#0E140D
(14,20,13)
#000000
(0,0,0)

Tints of #9ADC8F

#9ADC8F
(154,220,143)
#A3DF99
(163,223,153)
#ACE2A3
(172,226,163)
#B5E5AD
(181,229,173)
#BEE8B7
(190,232,183)
#C7EBC1
(199,235,193)
#D0EECB
(208,238,203)
#D9F1D5
(217,241,213)
#E2F4DF
(226,244,223)
#EBF7E9
(235,247,233)
#F4FAF3
(244,250,243)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #9ADC8F; }

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

This text font color is #9ADC8F.

Background Color

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

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

This div background color is #9ADC8F.

Border color

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

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

This div border color is #9ADC8F.

Opacity

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

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

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

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

This text has shadow with #9ADC8F color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #9ADC8F.

Preview

Color preview on black background

This text has color #9ADC8F on black background.


Color preview on white background

This text has color #9ADC8F on white background.


Black color preview on #9ADC8F background

This text has black color on #9ADC8F background.


White color preview on #9ADC8F background

This text has white color on #9ADC8F background.


Related colors

Complementary color

Complementary color for #9ADC8F is #652370.


I love getcolorcode.com

Triadic colors

1 #8F9ADC and #DC8F9A with #9ADC8F are triadic colors.

2 #8FDC9A and #DC9A8F with #9ADC8F are triadic colors.