COLOR #9ADE9C

HEX: #9ADE9C
RGB: (154,222,156)

Color info

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

RGB color model

#9ADE9C color RGB value is (154,222,156).

  • red value is 154;
  • green value is 222;
  • blue value is 156.
RGB:
(154,222,156)
(60%,87%,61%)

RGB channels and saturation

R 154 of 255 = 60%
G 222 of 255 = 87%
B 156 of 255 = 61%

154
222
156

R + G + B ~ 69%. #9ADE9C is quite light color.

Portions of RGB colors in percentages

R + G + B =
154 + 222 + 156 = 532 (100%)
R 154 of 532 ~ 28.95%
G 222 of 532 ~ 41.73%
B 156 of 532 ~ 29.32%

%28.95
%41.73
%29.32

CMYK color model

#9ADE9C color CMYK value is (31,0,30,13).

  • cyan value is 30.63%
  • magenta value is 0.00%
  • yellow value is 29.73%
  • key color value is 12.94%
CMYK:
(31,0,30,13)
C31M0Y30K13 
(31%,0%,30%,13%)
(0.31/0.00/0.30/0.13)	

CMYK percentages

%30.63
%0
%29.73
%12.94

Codes

Color #9ADE9C in popluar color models

9ADE9C
RGB154222156
HSL122°50.75%73.73%
HSB/HSV122°30.63%87.06%
CMYK30.63%0.00%29.73%
12.94%

Color #9ADE9C in popluar number systems.

HEX9ADE9C
Decimal154222156
Binary100110101101111010011100
Octal232336234

Shades and tints

Shades of #9ADE9C

#9ADE9C
(154,222,156)
#8CCA8E
(140,202,142)
#7EB680
(126,182,128)
#70A272
(112,162,114)
#628E64
(98,142,100)
#547A56
(84,122,86)
#466648
(70,102,72)
#38523A
(56,82,58)
#2A3E2C
(42,62,44)
#1C2A1E
(28,42,30)
#0E1610
(14,22,16)
#000000
(0,0,0)

Tints of #9ADE9C

#9ADE9C
(154,222,156)
#A3E1A5
(163,225,165)
#ACE4AE
(172,228,174)
#B5E7B7
(181,231,183)
#BEEAC0
(190,234,192)
#C7EDC9
(199,237,201)
#D0F0D2
(208,240,210)
#D9F3DB
(217,243,219)
#E2F6E4
(226,246,228)
#EBF9ED
(235,249,237)
#F4FCF6
(244,252,246)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #9ADE9C; }

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

This text font color is #9ADE9C.


Background Color

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

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

This div background color is #9ADE9C.


Border color

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

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

This div border color is #9ADE9C.


Opacity

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

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

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

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

This text has shadow with #9ADE9C color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #9ADE9C on black background.


Color preview on white background

This text has color #9ADE9C on white background.



Black color preview on #9ADE9C background

This text has black color on #9ADE9C background.


White color preview on #9ADE9C background

This text has white color on #9ADE9C background.