COLOR #9AC572

HEX: #9AC572 RGB: (154,197,114)

Color info

#9AC572 contains mainly red and green colors. Web safe color of #9AC572 is #99CC66 (or #9C6).

RGB color model

#9AC572 color RGB value is (154,197,114).

RGB: (154,197,114) (60%, 77%, 45%)

RGB channels and saturation

R 154 of 255 = 60%
G 197 of 255 = 77%
B 114 of 255 = 45%

154
197
114

R + G + B ~ 61%. #9AC572 is quite light color.

Portions of RGB colors in percentages

R + G + B = 154 + 197 + 114 = 465 (100%)
R 154 of 465 ~ 33.12%
G 197 of 465 ~ 42.37%
B 114 of 465 ~ 24.52'%

%33.12
%42.37
%24.52

CMYK color model

#9AC572 color CMYK value is (22,0,42,23).

  • cyan value is 21.83%
  • magenta value is 0.00%
  • yellow value is 42.13%
  • key color value is 22.75%

CMYK: (22,0,42,23)
C22M0Y42K23 (22%, 0%, 42%, 23%)
(0.22 / 0.00 / 0.42 / 0.23)

CMYK percentages

%21.83
%0
%42.13
%22.75

Codes

Color #9AC572 in popluar color models

9A C5 72
RGB 154 197 114
HSL 91° 41.71% 60.98%
HSB/HSV 91° 42.13% 77.25%
CMYK 21.83% 0.00% 42.13%
22.75%

Color #9AC572 in popluar number systems.

HEX 9A C5 72
Decimal 154 197 114
Binary 10011010 11000101 1110010
Octal 232 305 162

Shades and tints

Shades of #9AC572

#9AC572
(154,197,114)
#8CB468
(140,180,104)
#7EA35E
(126,163,94)
#709254
(112,146,84)
#62814A
(98,129,74)
#547040
(84,112,64)
#465F36
(70,95,54)
#384E2C
(56,78,44)
#2A3D22
(42,61,34)
#1C2C18
(28,44,24)
#0E1B0E
(14,27,14)
#000000
(0,0,0)

Tints of #9AC572

#9AC572
(154,197,114)
#A3CA7E
(163,202,126)
#ACCF8A
(172,207,138)
#B5D496
(181,212,150)
#BED9A2
(190,217,162)
#C7DEAE
(199,222,174)
#D0E3BA
(208,227,186)
#D9E8C6
(217,232,198)
#E2EDD2
(226,237,210)
#EBF2DE
(235,242,222)
#F4F7EA
(244,247,234)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #9AC572 color. Also use rgb(154,197,114) instead hex code.

Text Font Color

.myTextColor { color: #9AC572; }

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

This text font color is #9AC572.

Background Color

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

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

This div background color is #9AC572.

Border color

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

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

This div border color is #9AC572.

Opacity

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

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

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

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

This text has shadow with #9AC572 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #9AC572.

Preview

Color preview on black background

This text has color #9AC572 on black background.


Color preview on white background

This text has color #9AC572 on white background.


Black color preview on #9AC572 background

This text has black color on #9AC572 background.


White color preview on #9AC572 background

This text has white color on #9AC572 background.


Related colors

Complementary color

Complementary color for #hex is #653A8D.


I love getcolorcode.com

Triadic colors

1 #729AC5 and #C5729A with #9AC572 are triadic colors.

2 #72C59A and #C59A72 with #9AC572 are triadic colors.