COLOR #9ADB7C

HEX: #9ADB7C RGB: (154,219,124)

Color info

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

RGB color model

#9ADB7C color RGB value is (154,219,124).

RGB: (154,219,124) (60%, 86%, 49%)

RGB channels and saturation

R 154 of 255 = 60%
G 219 of 255 = 86%
B 124 of 255 = 49%

154
219
124

R + G + B ~ 65%. #9ADB7C is quite light color.

Portions of RGB colors in percentages

R + G + B = 154 + 219 + 124 = 497 (100%)
R 154 of 497 ~ 30.99%
G 219 of 497 ~ 44.06%
B 124 of 497 ~ 24.95'%

%30.99
%44.06
%24.95

CMYK color model

#9ADB7C color CMYK value is (30,0,43,14).

  • cyan value is 29.68%
  • magenta value is 0.00%
  • yellow value is 43.38%
  • key color value is 14.12%

CMYK: (30,0,43,14)
C30M0Y43K14 (30%, 0%, 43%, 14%)
(0.30 / 0.00 / 0.43 / 0.14)

CMYK percentages

%29.68
%0
%43.38
%14.12

Codes

Color #9ADB7C in popluar color models

9A DB 7C
RGB 154 219 124
HSL 101° 56.89% 67.25%
HSB/HSV 101° 43.38% 85.88%
CMYK 29.68% 0.00% 43.38%
14.12%

Color #9ADB7C in popluar number systems.

HEX 9A DB 7C
Decimal 154 219 124
Binary 10011010 11011011 1111100
Octal 232 333 174

Shades and tints

Shades of #9ADB7C

#9ADB7C
(154,219,124)
#8CC871
(140,200,113)
#7EB566
(126,181,102)
#70A25B
(112,162,91)
#628F50
(98,143,80)
#547C45
(84,124,69)
#46693A
(70,105,58)
#38562F
(56,86,47)
#2A4324
(42,67,36)
#1C3019
(28,48,25)
#0E1D0E
(14,29,14)
#000000
(0,0,0)

Tints of #9ADB7C

#9ADB7C
(154,219,124)
#A3DE87
(163,222,135)
#ACE192
(172,225,146)
#B5E49D
(181,228,157)
#BEE7A8
(190,231,168)
#C7EAB3
(199,234,179)
#D0EDBE
(208,237,190)
#D9F0C9
(217,240,201)
#E2F3D4
(226,243,212)
#EBF6DF
(235,246,223)
#F4F9EA
(244,249,234)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #9ADB7C; }

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

This text font color is #9ADB7C.

Background Color

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

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

This div background color is #9ADB7C.

Border color

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

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

This div border color is #9ADB7C.

Opacity

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

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

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

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

This text has shadow with #9ADB7C color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #9ADB7C.

Preview

Color preview on black background

This text has color #9ADB7C on black background.


Color preview on white background

This text has color #9ADB7C on white background.


Black color preview on #9ADB7C background

This text has black color on #9ADB7C background.


White color preview on #9ADB7C background

This text has white color on #9ADB7C background.


Related colors

Complementary color

Complementary color for #hex is #652483.


I love getcolorcode.com

Triadic colors

1 #7C9ADB and #DB7C9A with #9ADB7C are triadic colors.

2 #7CDB9A and #DB9A7C with #9ADB7C are triadic colors.