COLOR #9AD053

HEX: #9AD053 RGB: (154,208,83)

Color info

#9AD053 contains mainly red and green colors. Web safe color of #9AD053 is #99CC66 (or #9C6).

RGB color model

#9AD053 color RGB value is (154,208,83).

RGB: (154,208,83) (60%, 82%, 33%)

RGB channels and saturation

R 154 of 255 = 60%
G 208 of 255 = 82%
B 83 of 255 = 33%

154
208
83

R + G + B ~ 58%. #9AD053 is middle color (not dark and not light).

Portions of RGB colors in percentages

R + G + B = 154 + 208 + 83 = 445 (100%)
R 154 of 445 ~ 34.61%
G 208 of 445 ~ 46.74%
B 83 of 445 ~ 18.65'%

%34.61
%46.74
%18.65

CMYK color model

#9AD053 color CMYK value is (26,0,60,18).

  • cyan value is 25.96%
  • magenta value is 0.00%
  • yellow value is 60.10%
  • key color value is 18.43%
CMYK: (26,0,60,18) C26M0Y60K18 (26%,0%,60%,18%) (0.26/0.00/0.60/0.18) 

CMYK percentages

%25.96
%0
%60.1
%18.43

Codes

Color #9AD053 in popluar color models

9A D0 53
RGB 154 208 83
HSL 86° 57.08% 57.06%
HSB/HSV 86° 60.10% 81.57%
CMYK 25.96% 0.00% 60.10%
18.43%

Color #9AD053 in popluar number systems.

HEX 9A D0 53
Decimal 154 208 83
Binary 10011010 11010000 1010011
Octal 232 320 123

Shades and tints

Shades of #9AD053

#9AD053
(154,208,83)
#8CBE4C
(140,190,76)
#7EAC45
(126,172,69)
#709A3E
(112,154,62)
#628837
(98,136,55)
#547630
(84,118,48)
#466429
(70,100,41)
#385222
(56,82,34)
#2A401B
(42,64,27)
#1C2E14
(28,46,20)
#0E1C0D
(14,28,13)
#000000
(0,0,0)

Tints of #9AD053

#9AD053
(154,208,83)
#A3D462
(163,212,98)
#ACD871
(172,216,113)
#B5DC80
(181,220,128)
#BEE08F
(190,224,143)
#C7E49E
(199,228,158)
#D0E8AD
(208,232,173)
#D9ECBC
(217,236,188)
#E2F0CB
(226,240,203)
#EBF4DA
(235,244,218)
#F4F8E9
(244,248,233)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #9AD053; }

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

This text font color is #9AD053.

Background Color

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

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

This div background color is #9AD053.

Border color

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

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

This div border color is #9AD053.

Opacity

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

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

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

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

This text has shadow with #9AD053 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #9AD053.

Preview

Color preview on black background

This text has color #9AD053 on black background.


Color preview on white background

This text has color #9AD053 on white background.


Black color preview on #9AD053 background

This text has black color on #9AD053 background.


White color preview on #9AD053 background

This text has white color on #9AD053 background.


Related colors

Complementary color

Complementary color for #hex is #652FAC.


I love getcolorcode.com

Triadic colors

1 #539AD0 and #D0539A with #9AD053 are triadic colors.

2 #53D09A and #D09A53 with #9AD053 are triadic colors.