COLOR #8ACF76

HEX: #8ACF76 RGB: (138,207,118)

Color info

#8ACF76 contains mainly green color. Web safe color of #8ACF76 is #99CC66 (or #9C6).

RGB color model

#8ACF76 color RGB value is (138,207,118).

RGB: (138,207,118) (54%, 81%, 46%)

RGB channels and saturation

R 138 of 255 = 54%
G 207 of 255 = 81%
B 118 of 255 = 46%

138
207
118

R + G + B ~ 60%. #8ACF76 is middle color (not dark and not light).

Portions of RGB colors in percentages

R + G + B = 138 + 207 + 118 = 463 (100%)
R 138 of 463 ~ 29.81%
G 207 of 463 ~ 44.71%
B 118 of 463 ~ 25.49'%

%29.81
%44.71
%25.49

CMYK color model

#8ACF76 color CMYK value is (33,0,43,19).

  • cyan value is 33.33%
  • magenta value is 0.00%
  • yellow value is 43.00%
  • key color value is 18.82%

CMYK: (33,0,43,19)
C33M0Y43K19 (33%, 0%, 43%, 19%)
(0.33 / 0.00 / 0.43 / 0.19)

CMYK percentages

%33.33
%0
%43
%18.82

Codes

Color #8ACF76 in popluar color models

8A CF 76
RGB 138 207 118
HSL 107° 48.11% 63.73%
HSB/HSV 107° 43.00% 81.18%
CMYK 33.33% 0.00% 43.00%
18.82%

Color #8ACF76 in popluar number systems.

HEX 8A CF 76
Decimal 138 207 118
Binary 10001010 11001111 1110110
Octal 212 317 166

Shades and tints

Shades of #8ACF76

#8ACF76
(138,207,118)
#7EBD6C
(126,189,108)
#72AB62
(114,171,98)
#669958
(102,153,88)
#5A874E
(90,135,78)
#4E7544
(78,117,68)
#42633A
(66,99,58)
#365130
(54,81,48)
#2A3F26
(42,63,38)
#1E2D1C
(30,45,28)
#121B12
(18,27,18)
#000000
(0,0,0)

Tints of #8ACF76

#8ACF76
(138,207,118)
#94D382
(148,211,130)
#9ED78E
(158,215,142)
#A8DB9A
(168,219,154)
#B2DFA6
(178,223,166)
#BCE3B2
(188,227,178)
#C6E7BE
(198,231,190)
#D0EBCA
(208,235,202)
#DAEFD6
(218,239,214)
#E4F3E2
(228,243,226)
#EEF7EE
(238,247,238)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #8ACF76 color. Also use rgb(138,207,118) instead hex code.

Text Font Color

.myTextColor { color: #8ACF76; }

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

This text font color is #8ACF76.

Background Color

.myBgColor { background-color: #8ACF76; }

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

This div background color is #8ACF76.

Border color

.myBorderColor { border: 1px solid #8ACF76; }

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

This div border color is #8ACF76.

Opacity

.myOpacity80 { color: #8ACF76; opacity: 0.8; }

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

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

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

This text has shadow with #8ACF76 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #8ACF76.

Preview

Color preview on black background

This text has color #8ACF76 on black background.


Color preview on white background

This text has color #8ACF76 on white background.


Black color preview on #8ACF76 background

This text has black color on #8ACF76 background.


White color preview on #8ACF76 background

This text has white color on #8ACF76 background.


Related colors

Complementary color

Complementary color for #hex is #753089.


I love getcolorcode.com

Triadic colors

1 #768ACF and #CF768A with #8ACF76 are triadic colors.

2 #76CF8A and #CF8A76 with #8ACF76 are triadic colors.