COLOR #9AC272

HEX: #9AC272
RGB: (154,194,114)

Color info

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

RGB color model

#9AC272 color RGB value is (154,194,114).

  • red value is 154;
  • green value is 194;
  • blue value is 114.
RGB:
(154,194,114)
(60%,76%,45%)

RGB channels and saturation

R 154 of 255 = 60%
G 194 of 255 = 76%
B 114 of 255 = 45%

154
194
114

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

Portions of RGB colors in percentages

R + G + B =
154 + 194 + 114 = 462 (100%)
R 154 of 462 ~ 33.33%
G 194 of 462 ~ 41.99%
B 114 of 462 ~ 24.68%

%33.33
%41.99
%24.68

CMYK color model

#9AC272 color CMYK value is (21,0,41,24).

  • cyan value is 20.62%
  • magenta value is 0.00%
  • yellow value is 41.24%
  • key color value is 23.92%
CMYK:
(21,0,41,24)
C21M0Y41K24 
(21%,0%,41%,24%)
(0.21/0.00/0.41/0.24)	

CMYK percentages

%20.62
%0
%41.24
%23.92

Codes

Color #9AC272 in popluar color models

9AC272
RGB154194114
HSL90°39.60%60.39%
HSB/HSV90°41.24%76.08%
CMYK20.62%0.00%41.24%
23.92%

Color #9AC272 in popluar number systems.

HEX9AC272
Decimal154194114
Binary10011010110000101110010
Octal232302162

Shades and tints

Shades of #9AC272

#9AC272
(154,194,114)
#8CB168
(140,177,104)
#7EA05E
(126,160,94)
#708F54
(112,143,84)
#627E4A
(98,126,74)
#546D40
(84,109,64)
#465C36
(70,92,54)
#384B2C
(56,75,44)
#2A3A22
(42,58,34)
#1C2918
(28,41,24)
#0E180E
(14,24,14)
#000000
(0,0,0)

Tints of #9AC272

#9AC272
(154,194,114)
#A3C77E
(163,199,126)
#ACCC8A
(172,204,138)
#B5D196
(181,209,150)
#BED6A2
(190,214,162)
#C7DBAE
(199,219,174)
#D0E0BA
(208,224,186)
#D9E5C6
(217,229,198)
#E2EAD2
(226,234,210)
#EBEFDE
(235,239,222)
#F4F4EA
(244,244,234)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #9AC272; }

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

This text font color is #9AC272.


Background Color

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

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

This div background color is #9AC272.


Border color

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

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

This div border color is #9AC272.


Opacity

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

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

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

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

This text has shadow with #9AC272 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #9AC272 on black background.


Color preview on white background

This text has color #9AC272 on white background.



Black color preview on #9AC272 background

This text has black color on #9AC272 background.


White color preview on #9AC272 background

This text has white color on #9AC272 background.