COLOR #9AD14D

HEX: #9AD14D RGB: (154,209,77)

Color info

#9AD14D contains mainly red and green colors. Web safe color of #9AD14D is #99CC33 (or #9C3).

RGB color model

#9AD14D color RGB value is (154,209,77).

RGB: (154,209,77) (60%, 82%, 30%)

RGB channels and saturation

R 154 of 255 = 60%
G 209 of 255 = 82%
B 77 of 255 = 30%

154
209
77

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

Portions of RGB colors in percentages

R + G + B = 154 + 209 + 77 = 440 (100%)
R 154 of 440 ~ 35%
G 209 of 440 ~ 47.5%
B 77 of 440 ~ 17.5'%

%35
%47.5
%17.5

CMYK color model

#9AD14D color CMYK value is (26,0,63,18).

  • cyan value is 26.32%
  • magenta value is 0.00%
  • yellow value is 63.16%
  • key color value is 18.04%

CMYK: (26,0,63,18)
C26M0Y63K18 (26%, 0%, 63%, 18%)
(0.26 / 0.00 / 0.63 / 0.18)

CMYK percentages

%26.32
%0
%63.16
%18.04

Codes

Color #9AD14D in popluar color models

9A D1 4D
RGB 154 209 77
HSL 85° 58.93% 56.08%
HSB/HSV 85° 63.16% 81.96%
CMYK 26.32% 0.00% 63.16%
18.04%

Color #9AD14D in popluar number systems.

HEX 9A D1 4D
Decimal 154 209 77
Binary 10011010 11010001 1001101
Octal 232 321 115

Shades and tints

Shades of #9AD14D

#9AD14D
(154,209,77)
#8CBE46
(140,190,70)
#7EAB3F
(126,171,63)
#709838
(112,152,56)
#628531
(98,133,49)
#54722A
(84,114,42)
#465F23
(70,95,35)
#384C1C
(56,76,28)
#2A3915
(42,57,21)
#1C260E
(28,38,14)
#0E1307
(14,19,7)
#000000
(0,0,0)

Tints of #9AD14D

#9AD14D
(154,209,77)
#A3D55D
(163,213,93)
#ACD96D
(172,217,109)
#B5DD7D
(181,221,125)
#BEE18D
(190,225,141)
#C7E59D
(199,229,157)
#D0E9AD
(208,233,173)
#D9EDBD
(217,237,189)
#E2F1CD
(226,241,205)
#EBF5DD
(235,245,221)
#F4F9ED
(244,249,237)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #9AD14D; }

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

This text font color is #9AD14D.

Background Color

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

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

This div background color is #9AD14D.

Border color

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

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

This div border color is #9AD14D.

Opacity

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

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

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

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

This text has shadow with #9AD14D color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #9AD14D.

Preview

Color preview on black background

This text has color #9AD14D on black background.


Color preview on white background

This text has color #9AD14D on white background.


Black color preview on #9AD14D background

This text has black color on #9AD14D background.


White color preview on #9AD14D background

This text has white color on #9AD14D background.


Related colors

Complementary color

Complementary color for #hex is #652EB2.


I love getcolorcode.com

Triadic colors

1 #4D9AD1 and #D14D9A with #9AD14D are triadic colors.

2 #4DD19A and #D19A4D with #9AD14D are triadic colors.