COLOR #8AEF62

HEX: #8AEF62
RGB: (138,239,98)

Color info

#8AEF62 contains mainly green color. Web safe color of #8AEF62 is #99FF66 (or #9F6).

RGB color model

#8AEF62 color RGB value is (138,239,98).

  • red value is 138;
  • green value is 239;
  • blue value is 98.
RGB:
(138,239,98)
(54%,94%,38%)

RGB channels and saturation

R 138 of 255 = 54%
G 239 of 255 = 94%
B 98 of 255 = 38%

138
239
98

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

Portions of RGB colors in percentages

R + G + B =
138 + 239 + 98 = 475 (100%)
R 138 of 475 ~ 29.05%
G 239 of 475 ~ 50.32%
B 98 of 475 ~ 20.63%

%29.05
%50.32
%20.63

CMYK color model

#8AEF62 color CMYK value is (42,0,59,6).

  • cyan value is 42.26%
  • magenta value is 0.00%
  • yellow value is 59.00%
  • key color value is 6.27%
CMYK:
(42,0,59,6)
C42M0Y59K6 
(42%,0%,59%,6%)
(0.42/0.00/0.59/0.06)	

CMYK percentages

%42.26
%0
%59
%6.27

Codes

Color #8AEF62 in popluar color models

8AEF62
RGB13823998
HSL103°81.50%66.08%
HSB/HSV103°59.00%93.73%
CMYK42.26%0.00%59.00%
6.27%

Color #8AEF62 in popluar number systems.

HEX8AEF62
Decimal13823998
Binary10001010111011111100010
Octal212357142

Shades and tints

Shades of #8AEF62

#8AEF62
(138,239,98)
#7EDA5A
(126,218,90)
#72C552
(114,197,82)
#66B04A
(102,176,74)
#5A9B42
(90,155,66)
#4E863A
(78,134,58)
#427132
(66,113,50)
#365C2A
(54,92,42)
#2A4722
(42,71,34)
#1E321A
(30,50,26)
#121D12
(18,29,18)
#000000
(0,0,0)

Tints of #8AEF62

#8AEF62
(138,239,98)
#94F070
(148,240,112)
#9EF17E
(158,241,126)
#A8F28C
(168,242,140)
#B2F39A
(178,243,154)
#BCF4A8
(188,244,168)
#C6F5B6
(198,245,182)
#D0F6C4
(208,246,196)
#DAF7D2
(218,247,210)
#E4F8E0
(228,248,224)
#EEF9EE
(238,249,238)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #8AEF62 color. Also use rgb(138,239,98) instead hex code.

Text Font Color

.myTextColor { color: #8AEF62; }

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

This text font color is #8AEF62.


Background Color

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

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

This div background color is #8AEF62.


Border color

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

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

This div border color is #8AEF62.


Opacity

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

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

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

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

This text has shadow with #8AEF62 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #8AEF62 on black background.


Color preview on white background

This text has color #8AEF62 on white background.



Black color preview on #8AEF62 background

This text has black color on #8AEF62 background.


White color preview on #8AEF62 background

This text has white color on #8AEF62 background.