COLOR #9ADA61

HEX: #9ADA61 RGB: (154,218,97)

Color info

#9ADA61 contains mainly green color. Web safe color of #9ADA61 is #99CC66 (or #9C6).

RGB color model

#9ADA61 color RGB value is (154,218,97).

RGB: (154,218,97) (60%, 85%, 38%)

RGB channels and saturation

R 154 of 255 = 60%
G 218 of 255 = 85%
B 97 of 255 = 38%

154
218
97

R + G + B ~ 61%. #9ADA61 is quite light color.

Portions of RGB colors in percentages

R + G + B = 154 + 218 + 97 = 469 (100%)
R 154 of 469 ~ 32.84%
G 218 of 469 ~ 46.48%
B 97 of 469 ~ 20.68'%

%32.84
%46.48
%20.68

CMYK color model

#9ADA61 color CMYK value is (29,0,56,15).

  • cyan value is 29.36%
  • magenta value is 0.00%
  • yellow value is 55.50%
  • key color value is 14.51%

CMYK: (29,0,56,15)
C29M0Y56K15 (29%, 0%, 56%, 15%)
(0.29 / 0.00 / 0.56 / 0.15)

CMYK percentages

%29.36
%0
%55.5
%14.51

Codes

Color #9ADA61 in popluar color models

9A DA 61
RGB 154 218 97
HSL 92° 62.05% 61.76%
HSB/HSV 92° 55.50% 85.49%
CMYK 29.36% 0.00% 55.50%
14.51%

Color #9ADA61 in popluar number systems.

HEX 9A DA 61
Decimal 154 218 97
Binary 10011010 11011010 1100001
Octal 232 332 141

Shades and tints

Shades of #9ADA61

#9ADA61
(154,218,97)
#8CC759
(140,199,89)
#7EB451
(126,180,81)
#70A149
(112,161,73)
#628E41
(98,142,65)
#547B39
(84,123,57)
#466831
(70,104,49)
#385529
(56,85,41)
#2A4221
(42,66,33)
#1C2F19
(28,47,25)
#0E1C11
(14,28,17)
#000000
(0,0,0)

Tints of #9ADA61

#9ADA61
(154,218,97)
#A3DD6F
(163,221,111)
#ACE07D
(172,224,125)
#B5E38B
(181,227,139)
#BEE699
(190,230,153)
#C7E9A7
(199,233,167)
#D0ECB5
(208,236,181)
#D9EFC3
(217,239,195)
#E2F2D1
(226,242,209)
#EBF5DF
(235,245,223)
#F4F8ED
(244,248,237)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #9ADA61; }

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

This text font color is #9ADA61.

Background Color

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

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

This div background color is #9ADA61.

Border color

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

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

This div border color is #9ADA61.

Opacity

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

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

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

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

This text has shadow with #9ADA61 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #9ADA61.

Preview

Color preview on black background

This text has color #9ADA61 on black background.


Color preview on white background

This text has color #9ADA61 on white background.


Black color preview on #9ADA61 background

This text has black color on #9ADA61 background.


White color preview on #9ADA61 background

This text has white color on #9ADA61 background.


Related colors

Complementary color

Complementary color for #hex is #65259E.


I love getcolorcode.com

Triadic colors

1 #619ADA and #DA619A with #9ADA61 are triadic colors.

2 #61DA9A and #DA9A61 with #9ADA61 are triadic colors.