COLOR #9AD58C

HEX: #9AD58C
RGB: (154,213,140)

Color info

#9AD58C contains mainly red and green colors. Web safe color of #9AD58C is #99CC99 (or #9C9).

RGB color model

#9AD58C color RGB value is (154,213,140).

  • red value is 154;
  • green value is 213;
  • blue value is 140.
RGB:
(154,213,140)
(60%,84%,55%)

RGB channels and saturation

R 154 of 255 = 60%
G 213 of 255 = 84%
B 140 of 255 = 55%

154
213
140

R + G + B ~ 66%. #9AD58C is quite light color.

Portions of RGB colors in percentages

R + G + B =
154 + 213 + 140 = 507 (100%)
R 154 of 507 ~ 30.37%
G 213 of 507 ~ 42.01%
B 140 of 507 ~ 27.61%

%30.37
%42.01
%27.61

CMYK color model

#9AD58C color CMYK value is (28,0,34,16).

  • cyan value is 27.70%
  • magenta value is 0.00%
  • yellow value is 34.27%
  • key color value is 16.47%
CMYK:
(28,0,34,16)
C28M0Y34K16 
(28%,0%,34%,16%)
(0.28/0.00/0.34/0.16)	

CMYK percentages

%27.7
%0
%34.27
%16.47

Codes

Color #9AD58C in popluar color models

9AD58C
RGB154213140
HSL108°46.50%69.22%
HSB/HSV108°34.27%83.53%
CMYK27.70%0.00%34.27%
16.47%

Color #9AD58C in popluar number systems.

HEX9AD58C
Decimal154213140
Binary100110101101010110001100
Octal232325214

Shades and tints

Shades of #9AD58C

#9AD58C
(154,213,140)
#8CC280
(140,194,128)
#7EAF74
(126,175,116)
#709C68
(112,156,104)
#62895C
(98,137,92)
#547650
(84,118,80)
#466344
(70,99,68)
#385038
(56,80,56)
#2A3D2C
(42,61,44)
#1C2A20
(28,42,32)
#0E1714
(14,23,20)
#000000
(0,0,0)

Tints of #9AD58C

#9AD58C
(154,213,140)
#A3D896
(163,216,150)
#ACDBA0
(172,219,160)
#B5DEAA
(181,222,170)
#BEE1B4
(190,225,180)
#C7E4BE
(199,228,190)
#D0E7C8
(208,231,200)
#D9EAD2
(217,234,210)
#E2EDDC
(226,237,220)
#EBF0E6
(235,240,230)
#F4F3F0
(244,243,240)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #9AD58C color. Also use rgb(154,213,140) instead hex code.

Text Font Color

.myTextColor { color: #9AD58C; }

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

This text font color is #9AD58C.


Background Color

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

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

This div background color is #9AD58C.


Border color

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

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

This div border color is #9AD58C.


Opacity

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

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

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

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

This text has shadow with #9AD58C color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #9AD58C on black background.


Color preview on white background

This text has color #9AD58C on white background.



Black color preview on #9AD58C background

This text has black color on #9AD58C background.


White color preview on #9AD58C background

This text has white color on #9AD58C background.