COLOR #ACF99E

HEX: #ACF99E RGB: (172,249,158)

Color info

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

RGB color model

#ACF99E color RGB value is (172,249,158).

RGB: (172,249,158) (67%, 98%, 62%)

RGB channels and saturation

R 172 of 255 = 67%
G 249 of 255 = 98%
B 158 of 255 = 62%

172
249
158

R + G + B ~ 76%. #ACF99E is quite light color.

Portions of RGB colors in percentages

R + G + B = 172 + 249 + 158 = 579 (100%)
R 172 of 579 ~ 29.71%
G 249 of 579 ~ 43.01%
B 158 of 579 ~ 27.29'%

%29.71
%43.01
%27.29

CMYK color model

#ACF99E color CMYK value is (31,0,37,2).

  • cyan value is 30.92%
  • magenta value is 0.00%
  • yellow value is 36.55%
  • key color value is 2.35%

CMYK: (31,0,37,2)
C31M0Y37K2 (31%, 0%, 37%, 2%)
(0.31 / 0.00 / 0.37 / 0.02)

CMYK percentages

%30.92
%0
%36.55
%2.35

Codes

Color #ACF99E in popluar color models

AC F9 9E
RGB 172 249 158
HSL 111° 88.35% 79.80%
HSB/HSV 111° 36.55% 97.65%
CMYK 30.92% 0.00% 36.55%
2.35%

Color #ACF99E in popluar number systems.

HEX AC F9 9E
Decimal 172 249 158
Binary 10101100 11111001 10011110
Octal 254 371 236

Shades and tints

Shades of #ACF99E

#ACF99E
(172,249,158)
#9DE390
(157,227,144)
#8ECD82
(142,205,130)
#7FB774
(127,183,116)
#70A166
(112,161,102)
#618B58
(97,139,88)
#52754A
(82,117,74)
#435F3C
(67,95,60)
#34492E
(52,73,46)
#253320
(37,51,32)
#161D12
(22,29,18)
#000000
(0,0,0)

Tints of #ACF99E

#ACF99E
(172,249,158)
#B3F9A6
(179,249,166)
#BAF9AE
(186,249,174)
#C1F9B6
(193,249,182)
#C8F9BE
(200,249,190)
#CFF9C6
(207,249,198)
#D6F9CE
(214,249,206)
#DDF9D6
(221,249,214)
#E4F9DE
(228,249,222)
#EBF9E6
(235,249,230)
#F2F9EE
(242,249,238)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #ACF99E color. Also use rgb(172,249,158) instead hex code.

Text Font Color

.myTextColor { color: #ACF99E; }

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

This text font color is #ACF99E.

Background Color

.myBgColor { background-color: #ACF99E; }

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

This div background color is #ACF99E.

Border color

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

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

This div border color is #ACF99E.

Opacity

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

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

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

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

This text has shadow with #ACF99E color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #ACF99E.

Preview

Color preview on black background

This text has color #ACF99E on black background.


Color preview on white background

This text has color #ACF99E on white background.


Black color preview on #ACF99E background

This text has black color on #ACF99E background.


White color preview on #ACF99E background

This text has white color on #ACF99E background.


Related colors

Complementary color

Complementary color for #hex is #530661.


I love getcolorcode.com

Triadic colors

1 #9EACF9 and #F99EAC with #ACF99E are triadic colors.

2 #9EF9AC and #F9AC9E with #ACF99E are triadic colors.