COLOR #8AC284

HEX: #8AC284 RGB: (138,194,132)

Color info

#8AC284 contains mainly red and green colors. Web safe color of #8AC284 is #99CC99 (or #9C9).

RGB color model

#8AC284 color RGB value is (138,194,132).

RGB: (138,194,132) (54%, 76%, 52%)

RGB channels and saturation

R 138 of 255 = 54%
G 194 of 255 = 76%
B 132 of 255 = 52%

138
194
132

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

Portions of RGB colors in percentages

R + G + B = 138 + 194 + 132 = 464 (100%)
R 138 of 464 ~ 29.74%
G 194 of 464 ~ 41.81%
B 132 of 464 ~ 28.45'%

%29.74
%41.81
%28.45

CMYK color model

#8AC284 color CMYK value is (29,0,32,24).

  • cyan value is 28.87%
  • magenta value is 0.00%
  • yellow value is 31.96%
  • key color value is 23.92%

CMYK: (29,0,32,24)
C29M0Y32K24 (29%, 0%, 32%, 24%)
(0.29 / 0.00 / 0.32 / 0.24)

CMYK percentages

%28.87
%0
%31.96
%23.92

Codes

Color #8AC284 in popluar color models

8A C2 84
RGB 138 194 132
HSL 114° 33.70% 63.92%
HSB/HSV 114° 31.96% 76.08%
CMYK 28.87% 0.00% 31.96%
23.92%

Color #8AC284 in popluar number systems.

HEX 8A C2 84
Decimal 138 194 132
Binary 10001010 11000010 10000100
Octal 212 302 204

Shades and tints

Shades of #8AC284

#8AC284
(138,194,132)
#7EB178
(126,177,120)
#72A06C
(114,160,108)
#668F60
(102,143,96)
#5A7E54
(90,126,84)
#4E6D48
(78,109,72)
#425C3C
(66,92,60)
#364B30
(54,75,48)
#2A3A24
(42,58,36)
#1E2918
(30,41,24)
#12180C
(18,24,12)
#000000
(0,0,0)

Tints of #8AC284

#8AC284
(138,194,132)
#94C78F
(148,199,143)
#9ECC9A
(158,204,154)
#A8D1A5
(168,209,165)
#B2D6B0
(178,214,176)
#BCDBBB
(188,219,187)
#C6E0C6
(198,224,198)
#D0E5D1
(208,229,209)
#DAEADC
(218,234,220)
#E4EFE7
(228,239,231)
#EEF4F2
(238,244,242)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #8AC284; }

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

This text font color is #8AC284.

Background Color

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

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

This div background color is #8AC284.

Border color

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

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

This div border color is #8AC284.

Opacity

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

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

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

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

This text has shadow with #8AC284 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #8AC284.

Preview

Color preview on black background

This text has color #8AC284 on black background.


Color preview on white background

This text has color #8AC284 on white background.


Black color preview on #8AC284 background

This text has black color on #8AC284 background.


White color preview on #8AC284 background

This text has white color on #8AC284 background.


Related colors

Complementary color

Complementary color for #hex is #753D7B.


I love getcolorcode.com

Triadic colors

1 #848AC2 and #C2848A with #8AC284 are triadic colors.

2 #84C28A and #C28A84 with #8AC284 are triadic colors.