COLOR #9ADB96

HEX: #9ADB96
RGB: (154,219,150)

Color info

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

RGB color model

#9ADB96 color RGB value is (154,219,150).

  • red value is 154;
  • green value is 219;
  • blue value is 150.
RGB:
(154,219,150)
(60%,86%,59%)

RGB channels and saturation

R 154 of 255 = 60%
G 219 of 255 = 86%
B 150 of 255 = 59%

154
219
150

R + G + B ~ 68%. #9ADB96 is quite light color.

Portions of RGB colors in percentages

R + G + B =
154 + 219 + 150 = 523 (100%)
R 154 of 523 ~ 29.45%
G 219 of 523 ~ 41.87%
B 150 of 523 ~ 28.68%

%29.45
%41.87
%28.68

CMYK color model

#9ADB96 color CMYK value is (30,0,32,14).

  • cyan value is 29.68%
  • magenta value is 0.00%
  • yellow value is 31.51%
  • key color value is 14.12%
CMYK:
(30,0,32,14)
C30M0Y32K14 
(30%,0%,32%,14%)
(0.30/0.00/0.32/0.14)	

CMYK percentages

%29.68
%0
%31.51
%14.12

Codes

Color #9ADB96 in popluar color models

9ADB96
RGB154219150
HSL117°48.94%72.35%
HSB/HSV117°31.51%85.88%
CMYK29.68%0.00%31.51%
14.12%

Color #9ADB96 in popluar number systems.

HEX9ADB96
Decimal154219150
Binary100110101101101110010110
Octal232333226

Shades and tints

Shades of #9ADB96

#9ADB96
(154,219,150)
#8CC889
(140,200,137)
#7EB57C
(126,181,124)
#70A26F
(112,162,111)
#628F62
(98,143,98)
#547C55
(84,124,85)
#466948
(70,105,72)
#38563B
(56,86,59)
#2A432E
(42,67,46)
#1C3021
(28,48,33)
#0E1D14
(14,29,20)
#000000
(0,0,0)

Tints of #9ADB96

#9ADB96
(154,219,150)
#A3DE9F
(163,222,159)
#ACE1A8
(172,225,168)
#B5E4B1
(181,228,177)
#BEE7BA
(190,231,186)
#C7EAC3
(199,234,195)
#D0EDCC
(208,237,204)
#D9F0D5
(217,240,213)
#E2F3DE
(226,243,222)
#EBF6E7
(235,246,231)
#F4F9F0
(244,249,240)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #9ADB96 color. Also use rgb(154,219,150) instead hex code.

Text Font Color

.myTextColor { color: #9ADB96; }

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

This text font color is #9ADB96.


Background Color

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

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

This div background color is #9ADB96.


Border color

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

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

This div border color is #9ADB96.


Opacity

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

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

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

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

This text has shadow with #9ADB96 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #9ADB96 on black background.


Color preview on white background

This text has color #9ADB96 on white background.



Black color preview on #9ADB96 background

This text has black color on #9ADB96 background.


White color preview on #9ADB96 background

This text has white color on #9ADB96 background.