COLOR #9ADE86

HEX: #9ADE86 RGB: (154,222,134)

Color info

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

RGB color model

#9ADE86 color RGB value is (154,222,134).

RGB: (154,222,134) (60%, 87%, 53%)

RGB channels and saturation

R 154 of 255 = 60%
G 222 of 255 = 87%
B 134 of 255 = 53%

154
222
134

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

Portions of RGB colors in percentages

R + G + B = 154 + 222 + 134 = 510 (100%)
R 154 of 510 ~ 30.2%
G 222 of 510 ~ 43.53%
B 134 of 510 ~ 26.27'%

%30.2
%43.53
%26.27

CMYK color model

#9ADE86 color CMYK value is (31,0,40,13).

  • cyan value is 30.63%
  • magenta value is 0.00%
  • yellow value is 39.64%
  • key color value is 12.94%

CMYK: (31,0,40,13)
C31M0Y40K13 (31%, 0%, 40%, 13%)
(0.31 / 0.00 / 0.40 / 0.13)

CMYK percentages

%30.63
%0
%39.64
%12.94

Codes

Color #9ADE86 in popluar color models

9A DE 86
RGB 154 222 134
HSL 106° 57.14% 69.80%
HSB/HSV 106° 39.64% 87.06%
CMYK 30.63% 0.00% 39.64%
12.94%

Color #9ADE86 in popluar number systems.

HEX 9A DE 86
Decimal 154 222 134
Binary 10011010 11011110 10000110
Octal 232 336 206

Shades and tints

Shades of #9ADE86

#9ADE86
(154,222,134)
#8CCA7A
(140,202,122)
#7EB66E
(126,182,110)
#70A262
(112,162,98)
#628E56
(98,142,86)
#547A4A
(84,122,74)
#46663E
(70,102,62)
#385232
(56,82,50)
#2A3E26
(42,62,38)
#1C2A1A
(28,42,26)
#0E160E
(14,22,14)
#000000
(0,0,0)

Tints of #9ADE86

#9ADE86
(154,222,134)
#A3E191
(163,225,145)
#ACE49C
(172,228,156)
#B5E7A7
(181,231,167)
#BEEAB2
(190,234,178)
#C7EDBD
(199,237,189)
#D0F0C8
(208,240,200)
#D9F3D3
(217,243,211)
#E2F6DE
(226,246,222)
#EBF9E9
(235,249,233)
#F4FCF4
(244,252,244)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #9ADE86; }

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

This text font color is #9ADE86.

Background Color

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

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

This div background color is #9ADE86.

Border color

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

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

This div border color is #9ADE86.

Opacity

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

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

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

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

This text has shadow with #9ADE86 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #9ADE86.

Preview

Color preview on black background

This text has color #9ADE86 on black background.


Color preview on white background

This text has color #9ADE86 on white background.


Black color preview on #9ADE86 background

This text has black color on #9ADE86 background.


White color preview on #9ADE86 background

This text has white color on #9ADE86 background.


Related colors

Complementary color

Complementary color for #hex is #652179.


I love getcolorcode.com

Triadic colors

1 #869ADE and #DE869A with #9ADE86 are triadic colors.

2 #86DE9A and #DE9A86 with #9ADE86 are triadic colors.