COLOR #9ACC90

HEX: #9ACC90
RGB: (154,204,144)

Color info

#9ACC90 contains mainly red and green colors. Web safe color of #9ACC90 is #99CC99 (or #9C9).

RGB color model

#9ACC90 color RGB value is (154,204,144).

  • red value is 154;
  • green value is 204;
  • blue value is 144.
RGB:
(154,204,144)
(60%,80%,56%)

RGB channels and saturation

R 154 of 255 = 60%
G 204 of 255 = 80%
B 144 of 255 = 56%

154
204
144

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

Portions of RGB colors in percentages

R + G + B =
154 + 204 + 144 = 502 (100%)
R 154 of 502 ~ 30.68%
G 204 of 502 ~ 40.64%
B 144 of 502 ~ 28.69%

%30.68
%40.64
%28.69

CMYK color model

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

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

CMYK percentages

%24.51
%0
%29.41
%20

Codes

Color #9ACC90 in popluar color models

9ACC90
RGB154204144
HSL110°37.04%68.24%
HSB/HSV110°29.41%80.00%
CMYK24.51%0.00%29.41%
20.00%

Color #9ACC90 in popluar number systems.

HEX9ACC90
Decimal154204144
Binary100110101100110010010000
Octal232314220

Shades and tints

Shades of #9ACC90

#9ACC90
(154,204,144)
#8CBA83
(140,186,131)
#7EA876
(126,168,118)
#709669
(112,150,105)
#62845C
(98,132,92)
#54724F
(84,114,79)
#466042
(70,96,66)
#384E35
(56,78,53)
#2A3C28
(42,60,40)
#1C2A1B
(28,42,27)
#0E180E
(14,24,14)
#000000
(0,0,0)

Tints of #9ACC90

#9ACC90
(154,204,144)
#A3D09A
(163,208,154)
#ACD4A4
(172,212,164)
#B5D8AE
(181,216,174)
#BEDCB8
(190,220,184)
#C7E0C2
(199,224,194)
#D0E4CC
(208,228,204)
#D9E8D6
(217,232,214)
#E2ECE0
(226,236,224)
#EBF0EA
(235,240,234)
#F4F4F4
(244,244,244)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #9ACC90 color. Also use rgb(154,204,144) instead hex code.

Text Font Color

.myTextColor { color: #9ACC90; }

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

This text font color is #9ACC90.


Background Color

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

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

This div background color is #9ACC90.


Border color

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

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

This div border color is #9ACC90.


Opacity

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

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

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

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

This text has shadow with #9ACC90 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #9ACC90 on black background.


Color preview on white background

This text has color #9ACC90 on white background.



Black color preview on #9ACC90 background

This text has black color on #9ACC90 background.


White color preview on #9ACC90 background

This text has white color on #9ACC90 background.