COLOR #9AD390

HEX: #9AD390 RGB: (154,211,144)

Color info

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

RGB color model

#9AD390 color RGB value is (154,211,144).

RGB: (154,211,144) (60%, 83%, 56%)

RGB channels and saturation

R 154 of 255 = 60%
G 211 of 255 = 83%
B 144 of 255 = 56%

154
211
144

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

Portions of RGB colors in percentages

R + G + B = 154 + 211 + 144 = 509 (100%)
R 154 of 509 ~ 30.26%
G 211 of 509 ~ 41.45%
B 144 of 509 ~ 28.29'%

%30.26
%41.45
%28.29

CMYK color model

#9AD390 color CMYK value is (27,0,32,17).

  • cyan value is 27.01%
  • magenta value is 0.00%
  • yellow value is 31.75%
  • key color value is 17.25%

CMYK: (27,0,32,17)
C27M0Y32K17 (27%, 0%, 32%, 17%)
(0.27 / 0.00 / 0.32 / 0.17)

CMYK percentages

%27.01
%0
%31.75
%17.25

Codes

Color #9AD390 in popluar color models

9A D3 90
RGB 154 211 144
HSL 111° 43.23% 69.61%
HSB/HSV 111° 31.75% 82.75%
CMYK 27.01% 0.00% 31.75%
17.25%

Color #9AD390 in popluar number systems.

HEX 9A D3 90
Decimal 154 211 144
Binary 10011010 11010011 10010000
Octal 232 323 220

Shades and tints

Shades of #9AD390

#9AD390
(154,211,144)
#8CC083
(140,192,131)
#7EAD76
(126,173,118)
#709A69
(112,154,105)
#62875C
(98,135,92)
#54744F
(84,116,79)
#466142
(70,97,66)
#384E35
(56,78,53)
#2A3B28
(42,59,40)
#1C281B
(28,40,27)
#0E150E
(14,21,14)
#000000
(0,0,0)

Tints of #9AD390

#9AD390
(154,211,144)
#A3D79A
(163,215,154)
#ACDBA4
(172,219,164)
#B5DFAE
(181,223,174)
#BEE3B8
(190,227,184)
#C7E7C2
(199,231,194)
#D0EBCC
(208,235,204)
#D9EFD6
(217,239,214)
#E2F3E0
(226,243,224)
#EBF7EA
(235,247,234)
#F4FBF4
(244,251,244)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #9AD390; }

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

This text font color is #9AD390.

Background Color

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

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

This div background color is #9AD390.

Border color

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

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

This div border color is #9AD390.

Opacity

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

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

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

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

This text has shadow with #9AD390 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #9AD390.

Preview

Color preview on black background

This text has color #9AD390 on black background.


Color preview on white background

This text has color #9AD390 on white background.


Black color preview on #9AD390 background

This text has black color on #9AD390 background.


White color preview on #9AD390 background

This text has white color on #9AD390 background.


Related colors

Complementary color

Complementary color for #hex is #652C6F.


I love getcolorcode.com

Triadic colors

1 #909AD3 and #D3909A with #9AD390 are triadic colors.

2 #90D39A and #D39A90 with #9AD390 are triadic colors.