COLOR #8AC291

HEX: #8AC291
RGB: (138,194,145)

Color info

#8AC291 contains red, green and blue colors in about the same proportion. Web safe color of #8AC291 is #99CC99 (or #9C9).

RGB color model

#8AC291 color RGB value is (138,194,145).

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

RGB channels and saturation

R 138 of 255 = 54%
G 194 of 255 = 76%
B 145 of 255 = 57%

138
194
145

R + G + B ~ 62%. #8AC291 is quite light color.

Portions of RGB colors in percentages

R + G + B =
138 + 194 + 145 = 477 (100%)
R 138 of 477 ~ 28.93%
G 194 of 477 ~ 40.67%
B 145 of 477 ~ 30.4%

%28.93
%40.67
%30.4

CMYK color model

#8AC291 color CMYK value is (29,0,25,24).

  • cyan value is 28.87%
  • magenta value is 0.00%
  • yellow value is 25.26%
  • key color value is 23.92%
CMYK:
(29,0,25,24)
C29M0Y25K24 
(29%,0%,25%,24%)
(0.29/0.00/0.25/0.24)	

CMYK percentages

%28.87
%0
%25.26
%23.92

Codes

Color #8AC291 in popluar color models

8AC291
RGB138194145
HSL128°31.46%65.10%
HSB/HSV128°28.87%76.08%
CMYK28.87%0.00%25.26%
23.92%

Color #8AC291 in popluar number systems.

HEX8AC291
Decimal138194145
Binary100010101100001010010001
Octal212302221

Shades and tints

Shades of #8AC291

#8AC291
(138,194,145)
#7EB184
(126,177,132)
#72A077
(114,160,119)
#668F6A
(102,143,106)
#5A7E5D
(90,126,93)
#4E6D50
(78,109,80)
#425C43
(66,92,67)
#364B36
(54,75,54)
#2A3A29
(42,58,41)
#1E291C
(30,41,28)
#12180F
(18,24,15)
#000000
(0,0,0)

Tints of #8AC291

#8AC291
(138,194,145)
#94C79B
(148,199,155)
#9ECCA5
(158,204,165)
#A8D1AF
(168,209,175)
#B2D6B9
(178,214,185)
#BCDBC3
(188,219,195)
#C6E0CD
(198,224,205)
#D0E5D7
(208,229,215)
#DAEAE1
(218,234,225)
#E4EFEB
(228,239,235)
#EEF4F5
(238,244,245)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #8AC291; }

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

This text font color is #8AC291.


Background Color

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

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

This div background color is #8AC291.


Border color

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

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

This div border color is #8AC291.


Opacity

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

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

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

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

This text has shadow with #8AC291 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #8AC291 on black background.


Color preview on white background

This text has color #8AC291 on white background.



Black color preview on #8AC291 background

This text has black color on #8AC291 background.


White color preview on #8AC291 background

This text has white color on #8AC291 background.