COLOR #8AEB95

HEX: #8AEB95
RGB: (138,235,149)

Color info

#8AEB95 contains mainly green color. Web safe color of #8AEB95 is #99FF99 (or #9F9).

RGB color model

#8AEB95 color RGB value is (138,235,149).

  • red value is 138;
  • green value is 235;
  • blue value is 149.
RGB:
(138,235,149)
(54%,92%,58%)

RGB channels and saturation

R 138 of 255 = 54%
G 235 of 255 = 92%
B 149 of 255 = 58%

138
235
149

R + G + B ~ 68%. #8AEB95 is quite light color.

Portions of RGB colors in percentages

R + G + B =
138 + 235 + 149 = 522 (100%)
R 138 of 522 ~ 26.44%
G 235 of 522 ~ 45.02%
B 149 of 522 ~ 28.54%

%26.44
%45.02
%28.54

CMYK color model

#8AEB95 color CMYK value is (41,0,37,8).

  • cyan value is 41.28%
  • magenta value is 0.00%
  • yellow value is 36.60%
  • key color value is 7.84%
CMYK:
(41,0,37,8)
C41M0Y37K8 
(41%,0%,37%,8%)
(0.41/0.00/0.37/0.08)	

CMYK percentages

%41.28
%0
%36.6
%7.84

Codes

Color #8AEB95 in popluar color models

8AEB95
RGB138235149
HSL127°70.80%73.14%
HSB/HSV127°41.28%92.16%
CMYK41.28%0.00%36.60%
7.84%

Color #8AEB95 in popluar number systems.

HEX8AEB95
Decimal138235149
Binary100010101110101110010101
Octal212353225

Shades and tints

Shades of #8AEB95

#8AEB95
(138,235,149)
#7ED688
(126,214,136)
#72C17B
(114,193,123)
#66AC6E
(102,172,110)
#5A9761
(90,151,97)
#4E8254
(78,130,84)
#426D47
(66,109,71)
#36583A
(54,88,58)
#2A432D
(42,67,45)
#1E2E20
(30,46,32)
#121913
(18,25,19)
#000000
(0,0,0)

Tints of #8AEB95

#8AEB95
(138,235,149)
#94EC9E
(148,236,158)
#9EEDA7
(158,237,167)
#A8EEB0
(168,238,176)
#B2EFB9
(178,239,185)
#BCF0C2
(188,240,194)
#C6F1CB
(198,241,203)
#D0F2D4
(208,242,212)
#DAF3DD
(218,243,221)
#E4F4E6
(228,244,230)
#EEF5EF
(238,245,239)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #8AEB95 color. Also use rgb(138,235,149) instead hex code.

Text Font Color

.myTextColor { color: #8AEB95; }

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

This text font color is #8AEB95.


Background Color

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

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

This div background color is #8AEB95.


Border color

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

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

This div border color is #8AEB95.


Opacity

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

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

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

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

This text has shadow with #8AEB95 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #8AEB95 on black background.


Color preview on white background

This text has color #8AEB95 on white background.



Black color preview on #8AEB95 background

This text has black color on #8AEB95 background.


White color preview on #8AEB95 background

This text has white color on #8AEB95 background.