COLOR #8AD791

HEX: #8AD791
RGB: (138,215,145)

Color info

#8AD791 contains mainly green color. Web safe color of #8AD791 is #99CC99 (or #9C9).

RGB color model

#8AD791 color RGB value is (138,215,145).

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

RGB channels and saturation

R 138 of 255 = 54%
G 215 of 255 = 84%
B 145 of 255 = 57%

138
215
145

R + G + B ~ 65%. #8AD791 is quite light color.

Portions of RGB colors in percentages

R + G + B =
138 + 215 + 145 = 498 (100%)
R 138 of 498 ~ 27.71%
G 215 of 498 ~ 43.17%
B 145 of 498 ~ 29.12%

%27.71
%43.17
%29.12

CMYK color model

#8AD791 color CMYK value is (36,0,33,16).

  • cyan value is 35.81%
  • magenta value is 0.00%
  • yellow value is 32.56%
  • key color value is 15.69%
CMYK:
(36,0,33,16)
C36M0Y33K16 
(36%,0%,33%,16%)
(0.36/0.00/0.33/0.16)	

CMYK percentages

%35.81
%0
%32.56
%15.69

Codes

Color #8AD791 in popluar color models

8AD791
RGB138215145
HSL125°49.04%69.22%
HSB/HSV125°35.81%84.31%
CMYK35.81%0.00%32.56%
15.69%

Color #8AD791 in popluar number systems.

HEX8AD791
Decimal138215145
Binary100010101101011110010001
Octal212327221

Shades and tints

Shades of #8AD791

#8AD791
(138,215,145)
#7EC484
(126,196,132)
#72B177
(114,177,119)
#669E6A
(102,158,106)
#5A8B5D
(90,139,93)
#4E7850
(78,120,80)
#426543
(66,101,67)
#365236
(54,82,54)
#2A3F29
(42,63,41)
#1E2C1C
(30,44,28)
#12190F
(18,25,15)
#000000
(0,0,0)

Tints of #8AD791

#8AD791
(138,215,145)
#94DA9B
(148,218,155)
#9EDDA5
(158,221,165)
#A8E0AF
(168,224,175)
#B2E3B9
(178,227,185)
#BCE6C3
(188,230,195)
#C6E9CD
(198,233,205)
#D0ECD7
(208,236,215)
#DAEFE1
(218,239,225)
#E4F2EB
(228,242,235)
#EEF5F5
(238,245,245)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #8AD791; }

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

This text font color is #8AD791.


Background Color

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

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

This div background color is #8AD791.


Border color

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

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

This div border color is #8AD791.


Opacity

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

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

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

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

This text has shadow with #8AD791 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #8AD791 on black background.


Color preview on white background

This text has color #8AD791 on white background.



Black color preview on #8AD791 background

This text has black color on #8AD791 background.


White color preview on #8AD791 background

This text has white color on #8AD791 background.