COLOR #9ACD11

HEX: #9ACD11
RGB: (154,205,17)

Color info

#9ACD11 contains mainly red and green colors. Web safe color of #9ACD11 is #99CC00 (or #9C0).

RGB color model

#9ACD11 color RGB value is (154,205,17).

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

RGB channels and saturation

R 154 of 255 = 60%
G 205 of 255 = 80%
B 17 of 255 = 7%

154
205
17

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

Portions of RGB colors in percentages

R + G + B =
154 + 205 + 17 = 376 (100%)
R 154 of 376 ~ 40.96%
G 205 of 376 ~ 54.52%
B 17 of 376 ~ 4.52%

%40.96
%54.52

CMYK color model

#9ACD11 color CMYK value is (25,0,92,20).

  • cyan value is 24.88%
  • magenta value is 0.00%
  • yellow value is 91.71%
  • key color value is 19.61%
CMYK:
(25,0,92,20)
C25M0Y92K20 
(25%,0%,92%,20%)
(0.25/0.00/0.92/0.20)	

CMYK percentages

%24.88
%0
%91.71
%19.61

Codes

Color #9ACD11 in popluar color models

9ACD11
RGB15420517
HSL76°84.68%43.53%
HSB/HSV76°91.71%80.39%
CMYK24.88%0.00%91.71%
19.61%

Color #9ACD11 in popluar number systems.

HEX9ACD11
Decimal15420517
Binary100110101100110110001
Octal23231521

Shades and tints

Shades of #9ACD11

#9ACD11
(154,205,17)
#8CBB10
(140,187,16)
#7EA90F
(126,169,15)
#70970E
(112,151,14)
#62850D
(98,133,13)
#54730C
(84,115,12)
#46610B
(70,97,11)
#384F0A
(56,79,10)
#2A3D09
(42,61,9)
#1C2B08
(28,43,8)
#0E1907
(14,25,7)
#000000
(0,0,0)

Tints of #9ACD11

#9ACD11
(154,205,17)
#A3D126
(163,209,38)
#ACD53B
(172,213,59)
#B5D950
(181,217,80)
#BEDD65
(190,221,101)
#C7E17A
(199,225,122)
#D0E58F
(208,229,143)
#D9E9A4
(217,233,164)
#E2EDB9
(226,237,185)
#EBF1CE
(235,241,206)
#F4F5E3
(244,245,227)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #9ACD11; }

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

This text font color is #9ACD11.


Background Color

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

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

This div background color is #9ACD11.


Border color

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

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

This div border color is #9ACD11.


Opacity

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

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

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

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

This text has shadow with #9ACD11 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #9ACD11 on black background.


Color preview on white background

This text has color #9ACD11 on white background.



Black color preview on #9ACD11 background

This text has black color on #9ACD11 background.


White color preview on #9ACD11 background

This text has white color on #9ACD11 background.