COLOR #8AC255

HEX: #8AC255
RGB: (138,194,85)

Color info

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

RGB color model

#8AC255 color RGB value is (138,194,85).

  • red value is 138;
  • green value is 194;
  • blue value is 85.
RGB:
(138,194,85)
(54%,76%,33%)

RGB channels and saturation

R 138 of 255 = 54%
G 194 of 255 = 76%
B 85 of 255 = 33%

138
194
85

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

Portions of RGB colors in percentages

R + G + B =
138 + 194 + 85 = 417 (100%)
R 138 of 417 ~ 33.09%
G 194 of 417 ~ 46.52%
B 85 of 417 ~ 20.38%

%33.09
%46.52
%20.38

CMYK color model

#8AC255 color CMYK value is (29,0,56,24).

  • cyan value is 28.87%
  • magenta value is 0.00%
  • yellow value is 56.19%
  • key color value is 23.92%
CMYK:
(29,0,56,24)
C29M0Y56K24 
(29%,0%,56%,24%)
(0.29/0.00/0.56/0.24)	

CMYK percentages

%28.87
%0
%56.19
%23.92

Codes

Color #8AC255 in popluar color models

8AC255
RGB13819485
HSL91°47.19%54.71%
HSB/HSV91°56.19%76.08%
CMYK28.87%0.00%56.19%
23.92%

Color #8AC255 in popluar number systems.

HEX8AC255
Decimal13819485
Binary10001010110000101010101
Octal212302125

Shades and tints

Shades of #8AC255

#8AC255
(138,194,85)
#7EB14E
(126,177,78)
#72A047
(114,160,71)
#668F40
(102,143,64)
#5A7E39
(90,126,57)
#4E6D32
(78,109,50)
#425C2B
(66,92,43)
#364B24
(54,75,36)
#2A3A1D
(42,58,29)
#1E2916
(30,41,22)
#12180F
(18,24,15)
#000000
(0,0,0)

Tints of #8AC255

#8AC255
(138,194,85)
#94C764
(148,199,100)
#9ECC73
(158,204,115)
#A8D182
(168,209,130)
#B2D691
(178,214,145)
#BCDBA0
(188,219,160)
#C6E0AF
(198,224,175)
#D0E5BE
(208,229,190)
#DAEACD
(218,234,205)
#E4EFDC
(228,239,220)
#EEF4EB
(238,244,235)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #8AC255; }

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

This text font color is #8AC255.


Background Color

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

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

This div background color is #8AC255.


Border color

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

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

This div border color is #8AC255.


Opacity

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

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

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

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

This text has shadow with #8AC255 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #8AC255 on black background.


Color preview on white background

This text has color #8AC255 on white background.



Black color preview on #8AC255 background

This text has black color on #8AC255 background.


White color preview on #8AC255 background

This text has white color on #8AC255 background.