COLOR #9ACD32

HEX: #9ACD32
RGB: (154,205,50)

Color info

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

RGB color model

#9ACD32 color RGB value is (154,205,50).

  • red value is 154;
  • green value is 205;
  • blue value is 50.
RGB:
(154,205,50)
(60%,80%,20%)

RGB channels and saturation

R 154 of 255 = 60%
G 205 of 255 = 80%
B 50 of 255 = 20%

154
205
50

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

Portions of RGB colors in percentages

R + G + B =
154 + 205 + 50 = 409 (100%)
R 154 of 409 ~ 37.65%
G 205 of 409 ~ 50.12%
B 50 of 409 ~ 12.22%

%37.65
%50.12
%12.22

CMYK color model

#9ACD32 color CMYK value is (25,0,76,20).

  • cyan value is 24.88%
  • magenta value is 0.00%
  • yellow value is 75.61%
  • key color value is 19.61%
CMYK:
(25,0,76,20)
C25M0Y76K20 
(25%,0%,76%,20%)
(0.25/0.00/0.76/0.20)	

CMYK percentages

%24.88
%0
%75.61
%19.61

Codes

Color #9ACD32 in popluar color models

9ACD32
RGB15420550
HSL80°60.78%50.00%
HSB/HSV80°75.61%80.39%
CMYK24.88%0.00%75.61%
19.61%

Color #9ACD32 in popluar number systems.

HEX9ACD32
Decimal15420550
Binary1001101011001101110010
Octal23231562

Shades and tints

Shades of #9ACD32

#9ACD32
(154,205,50)
#8CBB2E
(140,187,46)
#7EA92A
(126,169,42)
#709726
(112,151,38)
#628522
(98,133,34)
#54731E
(84,115,30)
#46611A
(70,97,26)
#384F16
(56,79,22)
#2A3D12
(42,61,18)
#1C2B0E
(28,43,14)
#0E190A
(14,25,10)
#000000
(0,0,0)

Tints of #9ACD32

#9ACD32
(154,205,50)
#A3D144
(163,209,68)
#ACD556
(172,213,86)
#B5D968
(181,217,104)
#BEDD7A
(190,221,122)
#C7E18C
(199,225,140)
#D0E59E
(208,229,158)
#D9E9B0
(217,233,176)
#E2EDC2
(226,237,194)
#EBF1D4
(235,241,212)
#F4F5E6
(244,245,230)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #9ACD32 color. Also use rgb(154,205,50) instead hex code.

Text Font Color

.myTextColor { color: #9ACD32; }

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

This text font color is #9ACD32.


Background Color

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

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

This div background color is #9ACD32.


Border color

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

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

This div border color is #9ACD32.


Opacity

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

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

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

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

This text has shadow with #9ACD32 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #9ACD32 on black background.


Color preview on white background

This text has color #9ACD32 on white background.



Black color preview on #9ACD32 background

This text has black color on #9ACD32 background.


White color preview on #9ACD32 background

This text has white color on #9ACD32 background.