COLOR #8AC570

HEX: #8AC570
RGB: (138,197,112)

Color info

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

RGB color model

#8AC570 color RGB value is (138,197,112).

  • red value is 138;
  • green value is 197;
  • blue value is 112.
RGB:
(138,197,112)
(54%,77%,44%)

RGB channels and saturation

R 138 of 255 = 54%
G 197 of 255 = 77%
B 112 of 255 = 44%

138
197
112

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

Portions of RGB colors in percentages

R + G + B =
138 + 197 + 112 = 447 (100%)
R 138 of 447 ~ 30.87%
G 197 of 447 ~ 44.07%
B 112 of 447 ~ 25.06%

%30.87
%44.07
%25.06

CMYK color model

#8AC570 color CMYK value is (30,0,43,23).

  • cyan value is 29.95%
  • magenta value is 0.00%
  • yellow value is 43.15%
  • key color value is 22.75%
CMYK:
(30,0,43,23)
C30M0Y43K23 
(30%,0%,43%,23%)
(0.30/0.00/0.43/0.23)	

CMYK percentages

%29.95
%0
%43.15
%22.75

Codes

Color #8AC570 in popluar color models

8AC570
RGB138197112
HSL102°42.29%60.59%
HSB/HSV102°43.15%77.25%
CMYK29.95%0.00%43.15%
22.75%

Color #8AC570 in popluar number systems.

HEX8AC570
Decimal138197112
Binary10001010110001011110000
Octal212305160

Shades and tints

Shades of #8AC570

#8AC570
(138,197,112)
#7EB466
(126,180,102)
#72A35C
(114,163,92)
#669252
(102,146,82)
#5A8148
(90,129,72)
#4E703E
(78,112,62)
#425F34
(66,95,52)
#364E2A
(54,78,42)
#2A3D20
(42,61,32)
#1E2C16
(30,44,22)
#121B0C
(18,27,12)
#000000
(0,0,0)

Tints of #8AC570

#8AC570
(138,197,112)
#94CA7D
(148,202,125)
#9ECF8A
(158,207,138)
#A8D497
(168,212,151)
#B2D9A4
(178,217,164)
#BCDEB1
(188,222,177)
#C6E3BE
(198,227,190)
#D0E8CB
(208,232,203)
#DAEDD8
(218,237,216)
#E4F2E5
(228,242,229)
#EEF7F2
(238,247,242)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #8AC570 color. Also use rgb(138,197,112) instead hex code.

Text Font Color

.myTextColor { color: #8AC570; }

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

This text font color is #8AC570.


Background Color

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

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

This div background color is #8AC570.


Border color

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

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

This div border color is #8AC570.


Opacity

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

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

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

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

This text has shadow with #8AC570 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #8AC570 on black background.


Color preview on white background

This text has color #8AC570 on white background.



Black color preview on #8AC570 background

This text has black color on #8AC570 background.


White color preview on #8AC570 background

This text has white color on #8AC570 background.