COLOR #9ACA84

HEX: #9ACA84 RGB: (154,202,132)

Color info

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

RGB color model

#9ACA84 color RGB value is (154,202,132).

RGB: (154,202,132) (60%, 79%, 52%)

RGB channels and saturation

R 154 of 255 = 60%
G 202 of 255 = 79%
B 132 of 255 = 52%

154
202
132

R + G + B ~ 64%. #9ACA84 is quite light color.

Portions of RGB colors in percentages

R + G + B = 154 + 202 + 132 = 488 (100%)
R 154 of 488 ~ 31.56%
G 202 of 488 ~ 41.39%
B 132 of 488 ~ 27.05'%

%31.56
%41.39
%27.05

CMYK color model

#9ACA84 color CMYK value is (24,0,35,21).

  • cyan value is 23.76%
  • magenta value is 0.00%
  • yellow value is 34.65%
  • key color value is 20.78%
CMYK: (24,0,35,21) C24M0Y35K21 (24%,0%,35%,21%) (0.24/0.00/0.35/0.21) 

CMYK percentages

%23.76
%0
%34.65
%20.78

Codes

Color #9ACA84 in popluar color models

9A CA 84
RGB 154 202 132
HSL 101° 39.77% 65.49%
HSB/HSV 101° 34.65% 79.22%
CMYK 23.76% 0.00% 34.65%
20.78%

Color #9ACA84 in popluar number systems.

HEX 9A CA 84
Decimal 154 202 132
Binary 10011010 11001010 10000100
Octal 232 312 204

Shades and tints

Shades of #9ACA84

#9ACA84
(154,202,132)
#8CB878
(140,184,120)
#7EA66C
(126,166,108)
#709460
(112,148,96)
#628254
(98,130,84)
#547048
(84,112,72)
#465E3C
(70,94,60)
#384C30
(56,76,48)
#2A3A24
(42,58,36)
#1C2818
(28,40,24)
#0E160C
(14,22,12)
#000000
(0,0,0)

Tints of #9ACA84

#9ACA84
(154,202,132)
#A3CE8F
(163,206,143)
#ACD29A
(172,210,154)
#B5D6A5
(181,214,165)
#BEDAB0
(190,218,176)
#C7DEBB
(199,222,187)
#D0E2C6
(208,226,198)
#D9E6D1
(217,230,209)
#E2EADC
(226,234,220)
#EBEEE7
(235,238,231)
#F4F2F2
(244,242,242)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #9ACA84 color. Also use rgb(154,202,132) instead hex code.

Text Font Color

.myTextColor { color: #9ACA84; }

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

This text font color is #9ACA84.

Background Color

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

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

This div background color is #9ACA84.

Border color

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

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

This div border color is #9ACA84.

Opacity

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

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

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

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

This text has shadow with #9ACA84 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #9ACA84.

Preview

Color preview on black background

This text has color #9ACA84 on black background.


Color preview on white background

This text has color #9ACA84 on white background.


Black color preview on #9ACA84 background

This text has black color on #9ACA84 background.


White color preview on #9ACA84 background

This text has white color on #9ACA84 background.


Related colors

Complementary color

Complementary color for #hex is #65357B.


I love getcolorcode.com

Triadic colors

1 #849ACA and #CA849A with #9ACA84 are triadic colors.

2 #84CA9A and #CA9A84 with #9ACA84 are triadic colors.