COLOR #9ACE7C

HEX: #9ACE7C RGB: (154,206,124)

Color info

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

RGB color model

#9ACE7C color RGB value is (154,206,124).

RGB: (154,206,124) (60%, 81%, 49%)

RGB channels and saturation

R 154 of 255 = 60%
G 206 of 255 = 81%
B 124 of 255 = 49%

154
206
124

R + G + B ~ 63%. #9ACE7C is quite light color.

Portions of RGB colors in percentages

R + G + B = 154 + 206 + 124 = 484 (100%)
R 154 of 484 ~ 31.82%
G 206 of 484 ~ 42.56%
B 124 of 484 ~ 25.62'%

%31.82
%42.56
%25.62

CMYK color model

#9ACE7C color CMYK value is (25,0,40,19).

  • cyan value is 25.24%
  • magenta value is 0.00%
  • yellow value is 39.81%
  • key color value is 19.22%

CMYK: (25,0,40,19)
C25M0Y40K19 (25%, 0%, 40%, 19%)
(0.25 / 0.00 / 0.40 / 0.19)

CMYK percentages

%25.24
%0
%39.81
%19.22

Codes

Color #9ACE7C in popluar color models

9A CE 7C
RGB 154 206 124
HSL 98° 45.56% 64.71%
HSB/HSV 98° 39.81% 80.78%
CMYK 25.24% 0.00% 39.81%
19.22%

Color #9ACE7C in popluar number systems.

HEX 9A CE 7C
Decimal 154 206 124
Binary 10011010 11001110 1111100
Octal 232 316 174

Shades and tints

Shades of #9ACE7C

#9ACE7C
(154,206,124)
#8CBC71
(140,188,113)
#7EAA66
(126,170,102)
#70985B
(112,152,91)
#628650
(98,134,80)
#547445
(84,116,69)
#46623A
(70,98,58)
#38502F
(56,80,47)
#2A3E24
(42,62,36)
#1C2C19
(28,44,25)
#0E1A0E
(14,26,14)
#000000
(0,0,0)

Tints of #9ACE7C

#9ACE7C
(154,206,124)
#A3D287
(163,210,135)
#ACD692
(172,214,146)
#B5DA9D
(181,218,157)
#BEDEA8
(190,222,168)
#C7E2B3
(199,226,179)
#D0E6BE
(208,230,190)
#D9EAC9
(217,234,201)
#E2EED4
(226,238,212)
#EBF2DF
(235,242,223)
#F4F6EA
(244,246,234)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #9ACE7C color. Also use rgb(154,206,124) instead hex code.

Text Font Color

.myTextColor { color: #9ACE7C; }

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

This text font color is #9ACE7C.

Background Color

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

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

This div background color is #9ACE7C.

Border color

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

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

This div border color is #9ACE7C.

Opacity

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

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

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

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

This text has shadow with #9ACE7C color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #9ACE7C.

Preview

Color preview on black background

This text has color #9ACE7C on black background.


Color preview on white background

This text has color #9ACE7C on white background.


Black color preview on #9ACE7C background

This text has black color on #9ACE7C background.


White color preview on #9ACE7C background

This text has white color on #9ACE7C background.


Related colors

Complementary color

Complementary color for #hex is #653183.


I love getcolorcode.com

Triadic colors

1 #7C9ACE and #CE7C9A with #9ACE7C are triadic colors.

2 #7CCE9A and #CE9A7C with #9ACE7C are triadic colors.