COLOR #8AC364

HEX: #8AC364
RGB: (138,195,100)

Color info

#8AC364 contains mainly red and green colors. Web safe color of #8AC364 is #99CC66 (or #9C6).

RGB color model

#8AC364 color RGB value is (138,195,100).

  • red value is 138;
  • green value is 195;
  • blue value is 100.
RGB:
(138,195,100)
(54%,76%,39%)

RGB channels and saturation

R 138 of 255 = 54%
G 195 of 255 = 76%
B 100 of 255 = 39%

138
195
100

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

Portions of RGB colors in percentages

R + G + B =
138 + 195 + 100 = 433 (100%)
R 138 of 433 ~ 31.87%
G 195 of 433 ~ 45.03%
B 100 of 433 ~ 23.09%

%31.87
%45.03
%23.09

CMYK color model

#8AC364 color CMYK value is (29,0,49,24).

  • cyan value is 29.23%
  • magenta value is 0.00%
  • yellow value is 48.72%
  • key color value is 23.53%
CMYK:
(29,0,49,24)
C29M0Y49K24 
(29%,0%,49%,24%)
(0.29/0.00/0.49/0.24)	

CMYK percentages

%29.23
%0
%48.72
%23.53

Codes

Color #8AC364 in popluar color models

8AC364
RGB138195100
HSL96°44.19%57.84%
HSB/HSV96°48.72%76.47%
CMYK29.23%0.00%48.72%
23.53%

Color #8AC364 in popluar number systems.

HEX8AC364
Decimal138195100
Binary10001010110000111100100
Octal212303144

Shades and tints

Shades of #8AC364

#8AC364
(138,195,100)
#7EB25B
(126,178,91)
#72A152
(114,161,82)
#669049
(102,144,73)
#5A7F40
(90,127,64)
#4E6E37
(78,110,55)
#425D2E
(66,93,46)
#364C25
(54,76,37)
#2A3B1C
(42,59,28)
#1E2A13
(30,42,19)
#12190A
(18,25,10)
#000000
(0,0,0)

Tints of #8AC364

#8AC364
(138,195,100)
#94C872
(148,200,114)
#9ECD80
(158,205,128)
#A8D28E
(168,210,142)
#B2D79C
(178,215,156)
#BCDCAA
(188,220,170)
#C6E1B8
(198,225,184)
#D0E6C6
(208,230,198)
#DAEBD4
(218,235,212)
#E4F0E2
(228,240,226)
#EEF5F0
(238,245,240)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #8AC364 color. Also use rgb(138,195,100) instead hex code.

Text Font Color

.myTextColor { color: #8AC364; }

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

This text font color is #8AC364.


Background Color

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

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

This div background color is #8AC364.


Border color

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

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

This div border color is #8AC364.


Opacity

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

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

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

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

This text has shadow with #8AC364 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #8AC364 on black background.


Color preview on white background

This text has color #8AC364 on white background.



Black color preview on #8AC364 background

This text has black color on #8AC364 background.


White color preview on #8AC364 background

This text has white color on #8AC364 background.