COLOR #9AC794

HEX: #9AC794 RGB: (154,199,148)

Color info

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

RGB color model

#9AC794 color RGB value is (154,199,148).

RGB: (154,199,148) (60%, 78%, 58%)

RGB channels and saturation

R 154 of 255 = 60%
G 199 of 255 = 78%
B 148 of 255 = 58%

154
199
148

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

Portions of RGB colors in percentages

R + G + B = 154 + 199 + 148 = 501 (100%)
R 154 of 501 ~ 30.74%
G 199 of 501 ~ 39.72%
B 148 of 501 ~ 29.54'%

%30.74
%39.72
%29.54

CMYK color model

#9AC794 color CMYK value is (23,0,26,22).

  • cyan value is 22.61%
  • magenta value is 0.00%
  • yellow value is 25.63%
  • key color value is 21.96%

CMYK: (23,0,26,22)
C23M0Y26K22 (23%, 0%, 26%, 22%)
(0.23 / 0.00 / 0.26 / 0.22)

CMYK percentages

%22.61
%0
%25.63
%21.96

Codes

Color #9AC794 in popluar color models

9A C7 94
RGB 154 199 148
HSL 113° 31.29% 68.04%
HSB/HSV 113° 25.63% 78.04%
CMYK 22.61% 0.00% 25.63%
21.96%

Color #9AC794 in popluar number systems.

HEX 9A C7 94
Decimal 154 199 148
Binary 10011010 11000111 10010100
Octal 232 307 224

Shades and tints

Shades of #9AC794

#9AC794
(154,199,148)
#8CB587
(140,181,135)
#7EA37A
(126,163,122)
#70916D
(112,145,109)
#627F60
(98,127,96)
#546D53
(84,109,83)
#465B46
(70,91,70)
#384939
(56,73,57)
#2A372C
(42,55,44)
#1C251F
(28,37,31)
#0E1312
(14,19,18)
#000000
(0,0,0)

Tints of #9AC794

#9AC794
(154,199,148)
#A3CC9D
(163,204,157)
#ACD1A6
(172,209,166)
#B5D6AF
(181,214,175)
#BEDBB8
(190,219,184)
#C7E0C1
(199,224,193)
#D0E5CA
(208,229,202)
#D9EAD3
(217,234,211)
#E2EFDC
(226,239,220)
#EBF4E5
(235,244,229)
#F4F9EE
(244,249,238)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #9AC794 color. Also use rgb(154,199,148) instead hex code.

Text Font Color

.myTextColor { color: #9AC794; }

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

This text font color is #9AC794.

Background Color

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

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

This div background color is #9AC794.

Border color

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

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

This div border color is #9AC794.

Opacity

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

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

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

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

This text has shadow with #9AC794 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #9AC794.

Preview

Color preview on black background

This text has color #9AC794 on black background.


Color preview on white background

This text has color #9AC794 on white background.


Black color preview on #9AC794 background

This text has black color on #9AC794 background.


White color preview on #9AC794 background

This text has white color on #9AC794 background.


Related colors

Complementary color

Complementary color for #hex is #65386B.


I love getcolorcode.com

Triadic colors

1 #949AC7 and #C7949A with #9AC794 are triadic colors.

2 #94C79A and #C79A94 with #9AC794 are triadic colors.