COLOR #ACF142

HEX: #ACF142 RGB: (172,241,66)

Color info

#ACF142 contains mainly green color. Web safe color of #ACF142 is #99FF33 (or #9F3).

RGB color model

#ACF142 color RGB value is (172,241,66).

RGB: (172,241,66) (67%, 95%, 26%)

RGB channels and saturation

R 172 of 255 = 67%
G 241 of 255 = 95%
B 66 of 255 = 26%

172
241
66

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

Portions of RGB colors in percentages

R + G + B = 172 + 241 + 66 = 479 (100%)
R 172 of 479 ~ 35.91%
G 241 of 479 ~ 50.31%
B 66 of 479 ~ 13.78'%

%35.91
%50.31
%13.78

CMYK color model

#ACF142 color CMYK value is (29,0,73,5).

  • cyan value is 28.63%
  • magenta value is 0.00%
  • yellow value is 72.61%
  • key color value is 5.49%

CMYK: (29,0,73,5)
C29M0Y73K5 (29%, 0%, 73%, 5%)
(0.29 / 0.00 / 0.73 / 0.05)

CMYK percentages

%28.63
%0
%72.61
%5.49

Codes

Color #ACF142 in popluar color models

AC F1 42
RGB 172 241 66
HSL 84° 86.21% 60.20%
HSB/HSV 84° 72.61% 94.51%
CMYK 28.63% 0.00% 72.61%
5.49%

Color #ACF142 in popluar number systems.

HEX AC F1 42
Decimal 172 241 66
Binary 10101100 11110001 1000010
Octal 254 361 102

Shades and tints

Shades of #ACF142

#ACF142
(172,241,66)
#9DDC3C
(157,220,60)
#8EC736
(142,199,54)
#7FB230
(127,178,48)
#709D2A
(112,157,42)
#618824
(97,136,36)
#52731E
(82,115,30)
#435E18
(67,94,24)
#344912
(52,73,18)
#25340C
(37,52,12)
#161F06
(22,31,6)
#000000
(0,0,0)

Tints of #ACF142

#ACF142
(172,241,66)
#B3F253
(179,242,83)
#BAF364
(186,243,100)
#C1F475
(193,244,117)
#C8F586
(200,245,134)
#CFF697
(207,246,151)
#D6F7A8
(214,247,168)
#DDF8B9
(221,248,185)
#E4F9CA
(228,249,202)
#EBFADB
(235,250,219)
#F2FBEC
(242,251,236)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #ACF142 color. Also use rgb(172,241,66) instead hex code.

Text Font Color

.myTextColor { color: #ACF142; }

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

This text font color is #ACF142.

Background Color

.myBgColor { background-color: #ACF142; }

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

This div background color is #ACF142.

Border color

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

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

This div border color is #ACF142.

Opacity

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

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

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

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

This text has shadow with #ACF142 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #ACF142.

Preview

Color preview on black background

This text has color #ACF142 on black background.


Color preview on white background

This text has color #ACF142 on white background.


Black color preview on #ACF142 background

This text has black color on #ACF142 background.


White color preview on #ACF142 background

This text has white color on #ACF142 background.


Related colors

Complementary color

Complementary color for #hex is #530EBD.


I love getcolorcode.com

Triadic colors

1 #42ACF1 and #F142AC with #ACF142 are triadic colors.

2 #42F1AC and #F1AC42 with #ACF142 are triadic colors.