COLOR #9AD59A

HEX: #9AD59A RGB: (154,213,154)

Color info

#9AD59A contains red, green and blue colors in about the same proportion. Web safe color of #9AD59A is #99CC99 (or #9C9).

RGB color model

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

RGB: (154,213,154) (60%, 84%, 60%)

RGB channels and saturation

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

154
213
154

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

Portions of RGB colors in percentages

R + G + B = 154 + 213 + 154 = 521 (100%)
R 154 of 521 ~ 29.56%
G 213 of 521 ~ 40.88%
B 154 of 521 ~ 29.56'%

%29.56
%40.88
%29.56

CMYK color model

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

  • cyan value is 27.70%
  • magenta value is 0.00%
  • yellow value is 27.70%
  • key color value is 16.47%

CMYK: (28,0,28,16)
C28M0Y28K16 (28%, 0%, 28%, 16%)
(0.28 / 0.00 / 0.28 / 0.16)

CMYK percentages

%27.7
%0
%27.7
%16.47

Codes

Color #9AD59A in popluar color models

9A D5 9A
RGB 154 213 154
HSL 120° 41.26% 71.96%
HSB/HSV 120° 27.70% 83.53%
CMYK 27.70% 0.00% 27.70%
16.47%

Color #9AD59A in popluar number systems.

HEX 9A D5 9A
Decimal 154 213 154
Binary 10011010 11010101 10011010
Octal 232 325 232

Shades and tints

Shades of #9AD59A

#9AD59A
(154,213,154)
#8CC28C
(140,194,140)
#7EAF7E
(126,175,126)
#709C70
(112,156,112)
#628962
(98,137,98)
#547654
(84,118,84)
#466346
(70,99,70)
#385038
(56,80,56)
#2A3D2A
(42,61,42)
#1C2A1C
(28,42,28)
#0E170E
(14,23,14)
#000000
(0,0,0)

Tints of #9AD59A

#9AD59A
(154,213,154)
#A3D8A3
(163,216,163)
#ACDBAC
(172,219,172)
#B5DEB5
(181,222,181)
#BEE1BE
(190,225,190)
#C7E4C7
(199,228,199)
#D0E7D0
(208,231,208)
#D9EAD9
(217,234,217)
#E2EDE2
(226,237,226)
#EBF0EB
(235,240,235)
#F4F3F4
(244,243,244)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #9AD59A; }

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

This text font color is #9AD59A.

Background Color

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

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

This div background color is #9AD59A.

Border color

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

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

This div border color is #9AD59A.

Opacity

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

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

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

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

This text has shadow with #9AD59A color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #9AD59A.

Preview

Color preview on black background

This text has color #9AD59A on black background.


Color preview on white background

This text has color #9AD59A on white background.


Black color preview on #9AD59A background

This text has black color on #9AD59A background.


White color preview on #9AD59A background

This text has white color on #9AD59A background.


Related colors

Complementary color

Complementary color for #hex is #652A65.


I love getcolorcode.com

Triadic colors

1 #9A9AD5 and #D59A9A with #9AD59A are triadic colors.

2 #9AD59A and #D59A9A with #9AD59A are triadic colors.