COLOR #9ACD92

HEX: #9ACD92
RGB: (154,205,146)

Color info

#9ACD92 contains red, green and blue colors in about the same proportion. Web safe color of #9ACD92 is #99CC99 (or #9C9).

RGB color model

#9ACD92 color RGB value is (154,205,146).

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

RGB channels and saturation

R 154 of 255 = 60%
G 205 of 255 = 80%
B 146 of 255 = 57%

154
205
146

R + G + B ~ 66%. #9ACD92 is quite light color.

Portions of RGB colors in percentages

R + G + B =
154 + 205 + 146 = 505 (100%)
R 154 of 505 ~ 30.5%
G 205 of 505 ~ 40.59%
B 146 of 505 ~ 28.91%

%30.5
%40.59
%28.91

CMYK color model

#9ACD92 color CMYK value is (25,0,29,20).

  • cyan value is 24.88%
  • magenta value is 0.00%
  • yellow value is 28.78%
  • key color value is 19.61%
CMYK:
(25,0,29,20)
C25M0Y29K20 
(25%,0%,29%,20%)
(0.25/0.00/0.29/0.20)	

CMYK percentages

%24.88
%0
%28.78
%19.61

Codes

Color #9ACD92 in popluar color models

9ACD92
RGB154205146
HSL112°37.11%68.82%
HSB/HSV112°28.78%80.39%
CMYK24.88%0.00%28.78%
19.61%

Color #9ACD92 in popluar number systems.

HEX9ACD92
Decimal154205146
Binary100110101100110110010010
Octal232315222

Shades and tints

Shades of #9ACD92

#9ACD92
(154,205,146)
#8CBB85
(140,187,133)
#7EA978
(126,169,120)
#70976B
(112,151,107)
#62855E
(98,133,94)
#547351
(84,115,81)
#466144
(70,97,68)
#384F37
(56,79,55)
#2A3D2A
(42,61,42)
#1C2B1D
(28,43,29)
#0E1910
(14,25,16)
#000000
(0,0,0)

Tints of #9ACD92

#9ACD92
(154,205,146)
#A3D19B
(163,209,155)
#ACD5A4
(172,213,164)
#B5D9AD
(181,217,173)
#BEDDB6
(190,221,182)
#C7E1BF
(199,225,191)
#D0E5C8
(208,229,200)
#D9E9D1
(217,233,209)
#E2EDDA
(226,237,218)
#EBF1E3
(235,241,227)
#F4F5EC
(244,245,236)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #9ACD92; }

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

This text font color is #9ACD92.


Background Color

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

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

This div background color is #9ACD92.


Border color

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

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

This div border color is #9ACD92.


Opacity

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

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

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

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

This text has shadow with #9ACD92 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #9ACD92 on black background.


Color preview on white background

This text has color #9ACD92 on white background.



Black color preview on #9ACD92 background

This text has black color on #9ACD92 background.


White color preview on #9ACD92 background

This text has white color on #9ACD92 background.