COLOR #8AC684

HEX: #8AC684 RGB: (138,198,132)

Color info

#8AC684 contains mainly green color. Web safe color of #8AC684 is #99CC99 (or #9C9).

RGB color model

#8AC684 color RGB value is (138,198,132).

RGB: (138,198,132) (54%, 78%, 52%)

RGB channels and saturation

R 138 of 255 = 54%
G 198 of 255 = 78%
B 132 of 255 = 52%

138
198
132

R + G + B ~ 61%. #8AC684 is quite light color.

Portions of RGB colors in percentages

R + G + B = 138 + 198 + 132 = 468 (100%)
R 138 of 468 ~ 29.49%
G 198 of 468 ~ 42.31%
B 132 of 468 ~ 28.21'%

%29.49
%42.31
%28.21

CMYK color model

#8AC684 color CMYK value is (30,0,33,22).

  • cyan value is 30.30%
  • magenta value is 0.00%
  • yellow value is 33.33%
  • key color value is 22.35%

CMYK: (30,0,33,22)
C30M0Y33K22 (30%, 0%, 33%, 22%)
(0.30 / 0.00 / 0.33 / 0.22)

CMYK percentages

%30.3
%0
%33.33
%22.35

Codes

Color #8AC684 in popluar color models

8A C6 84
RGB 138 198 132
HSL 115° 36.67% 64.71%
HSB/HSV 115° 33.33% 77.65%
CMYK 30.30% 0.00% 33.33%
22.35%

Color #8AC684 in popluar number systems.

HEX 8A C6 84
Decimal 138 198 132
Binary 10001010 11000110 10000100
Octal 212 306 204

Shades and tints

Shades of #8AC684

#8AC684
(138,198,132)
#7EB478
(126,180,120)
#72A26C
(114,162,108)
#669060
(102,144,96)
#5A7E54
(90,126,84)
#4E6C48
(78,108,72)
#425A3C
(66,90,60)
#364830
(54,72,48)
#2A3624
(42,54,36)
#1E2418
(30,36,24)
#12120C
(18,18,12)
#000000
(0,0,0)

Tints of #8AC684

#8AC684
(138,198,132)
#94CB8F
(148,203,143)
#9ED09A
(158,208,154)
#A8D5A5
(168,213,165)
#B2DAB0
(178,218,176)
#BCDFBB
(188,223,187)
#C6E4C6
(198,228,198)
#D0E9D1
(208,233,209)
#DAEEDC
(218,238,220)
#E4F3E7
(228,243,231)
#EEF8F2
(238,248,242)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #8AC684 color. Also use rgb(138,198,132) instead hex code.

Text Font Color

.myTextColor { color: #8AC684; }

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

This text font color is #8AC684.

Background Color

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

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

This div background color is #8AC684.

Border color

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

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

This div border color is #8AC684.

Opacity

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

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

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

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

This text has shadow with #8AC684 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #8AC684.

Preview

Color preview on black background

This text has color #8AC684 on black background.


Color preview on white background

This text has color #8AC684 on white background.


Black color preview on #8AC684 background

This text has black color on #8AC684 background.


White color preview on #8AC684 background

This text has white color on #8AC684 background.


Related colors

Complementary color

Complementary color for #hex is #75397B.


I love getcolorcode.com

Triadic colors

1 #848AC6 and #C6848A with #8AC684 are triadic colors.

2 #84C68A and #C68A84 with #8AC684 are triadic colors.