COLOR #ACF596

HEX: #ACF596 RGB: (172,245,150)

Color info

#ACF596 contains mainly green color. Web safe color of #ACF596 is #99FF99 (or #9F9).

RGB color model

#ACF596 color RGB value is (172,245,150).

RGB: (172,245,150) (67%, 96%, 59%)

RGB channels and saturation

R 172 of 255 = 67%
G 245 of 255 = 96%
B 150 of 255 = 59%

172
245
150

R + G + B ~ 74%. #ACF596 is quite light color.

Portions of RGB colors in percentages

R + G + B = 172 + 245 + 150 = 567 (100%)
R 172 of 567 ~ 30.34%
G 245 of 567 ~ 43.21%
B 150 of 567 ~ 26.46'%

%30.34
%43.21
%26.46

CMYK color model

#ACF596 color CMYK value is (30,0,39,4).

  • cyan value is 29.80%
  • magenta value is 0.00%
  • yellow value is 38.78%
  • key color value is 3.92%

CMYK: (30,0,39,4)
C30M0Y39K4 (30%, 0%, 39%, 4%)
(0.30 / 0.00 / 0.39 / 0.04)

CMYK percentages

%29.8
%0
%38.78
%3.92

Codes

Color #ACF596 in popluar color models

AC F5 96
RGB 172 245 150
HSL 106° 82.61% 77.45%
HSB/HSV 106° 38.78% 96.08%
CMYK 29.80% 0.00% 38.78%
3.92%

Color #ACF596 in popluar number systems.

HEX AC F5 96
Decimal 172 245 150
Binary 10101100 11110101 10010110
Octal 254 365 226

Shades and tints

Shades of #ACF596

#ACF596
(172,245,150)
#9DDF89
(157,223,137)
#8EC97C
(142,201,124)
#7FB36F
(127,179,111)
#709D62
(112,157,98)
#618755
(97,135,85)
#527148
(82,113,72)
#435B3B
(67,91,59)
#34452E
(52,69,46)
#252F21
(37,47,33)
#161914
(22,25,20)
#000000
(0,0,0)

Tints of #ACF596

#ACF596
(172,245,150)
#B3F59F
(179,245,159)
#BAF5A8
(186,245,168)
#C1F5B1
(193,245,177)
#C8F5BA
(200,245,186)
#CFF5C3
(207,245,195)
#D6F5CC
(214,245,204)
#DDF5D5
(221,245,213)
#E4F5DE
(228,245,222)
#EBF5E7
(235,245,231)
#F2F5F0
(242,245,240)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #ACF596 color. Also use rgb(172,245,150) instead hex code.

Text Font Color

.myTextColor { color: #ACF596; }

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

This text font color is #ACF596.

Background Color

.myBgColor { background-color: #ACF596; }

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

This div background color is #ACF596.

Border color

.myBorderColor { border: 1px solid #ACF596; }

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

This div border color is #ACF596.

Opacity

.myOpacity80 { color: #ACF596; opacity: 0.8; }

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

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

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

This text has shadow with #ACF596 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #ACF596.

Preview

Color preview on black background

This text has color #ACF596 on black background.


Color preview on white background

This text has color #ACF596 on white background.


Black color preview on #ACF596 background

This text has black color on #ACF596 background.


White color preview on #ACF596 background

This text has white color on #ACF596 background.


Related colors

Complementary color

Complementary color for #hex is #530A69.


I love getcolorcode.com

Triadic colors

1 #96ACF5 and #F596AC with #ACF596 are triadic colors.

2 #96F5AC and #F5AC96 with #ACF596 are triadic colors.