COLOR #9AD794

HEX: #9AD794
RGB: (154,215,148)

Color info

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

RGB color model

#9AD794 color RGB value is (154,215,148).

  • red value is 154;
  • green value is 215;
  • blue value is 148.
RGB:
(154,215,148)
(60%,84%,58%)

RGB channels and saturation

R 154 of 255 = 60%
G 215 of 255 = 84%
B 148 of 255 = 58%

154
215
148

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

Portions of RGB colors in percentages

R + G + B =
154 + 215 + 148 = 517 (100%)
R 154 of 517 ~ 29.79%
G 215 of 517 ~ 41.59%
B 148 of 517 ~ 28.63%

%29.79
%41.59
%28.63

CMYK color model

#9AD794 color CMYK value is (28,0,31,16).

  • cyan value is 28.37%
  • magenta value is 0.00%
  • yellow value is 31.16%
  • key color value is 15.69%
CMYK:
(28,0,31,16)
C28M0Y31K16 
(28%,0%,31%,16%)
(0.28/0.00/0.31/0.16)	

CMYK percentages

%28.37
%0
%31.16
%15.69

Codes

Color #9AD794 in popluar color models

9AD794
RGB154215148
HSL115°45.58%71.18%
HSB/HSV115°31.16%84.31%
CMYK28.37%0.00%31.16%
15.69%

Color #9AD794 in popluar number systems.

HEX9AD794
Decimal154215148
Binary100110101101011110010100
Octal232327224

Shades and tints

Shades of #9AD794

#9AD794
(154,215,148)
#8CC487
(140,196,135)
#7EB17A
(126,177,122)
#709E6D
(112,158,109)
#628B60
(98,139,96)
#547853
(84,120,83)
#466546
(70,101,70)
#385239
(56,82,57)
#2A3F2C
(42,63,44)
#1C2C1F
(28,44,31)
#0E1912
(14,25,18)
#000000
(0,0,0)

Tints of #9AD794

#9AD794
(154,215,148)
#A3DA9D
(163,218,157)
#ACDDA6
(172,221,166)
#B5E0AF
(181,224,175)
#BEE3B8
(190,227,184)
#C7E6C1
(199,230,193)
#D0E9CA
(208,233,202)
#D9ECD3
(217,236,211)
#E2EFDC
(226,239,220)
#EBF2E5
(235,242,229)
#F4F5EE
(244,245,238)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #9AD794 color. Also use rgb(154,215,148) instead hex code.

Text Font Color

.myTextColor { color: #9AD794; }

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

This text font color is #9AD794.


Background Color

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

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

This div background color is #9AD794.


Border color

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

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

This div border color is #9AD794.


Opacity

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

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

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

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

This text has shadow with #9AD794 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #9AD794 on black background.


Color preview on white background

This text has color #9AD794 on white background.



Black color preview on #9AD794 background

This text has black color on #9AD794 background.


White color preview on #9AD794 background

This text has white color on #9AD794 background.