COLOR #8AEF20

HEX: #8AEF20
RGB: (138,239,32)

Color info

#8AEF20 contains mainly green color. Web safe color of #8AEF20 is #99FF33 (or #9F3).

RGB color model

#8AEF20 color RGB value is (138,239,32).

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

RGB channels and saturation

R 138 of 255 = 54%
G 239 of 255 = 94%
B 32 of 255 = 13%

138
239
32

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

Portions of RGB colors in percentages

R + G + B =
138 + 239 + 32 = 409 (100%)
R 138 of 409 ~ 33.74%
G 239 of 409 ~ 58.44%
B 32 of 409 ~ 7.82%

%33.74
%58.44

CMYK color model

#8AEF20 color CMYK value is (42,0,87,6).

  • cyan value is 42.26%
  • magenta value is 0.00%
  • yellow value is 86.61%
  • key color value is 6.27%
CMYK:
(42,0,87,6)
C42M0Y87K6 
(42%,0%,87%,6%)
(0.42/0.00/0.87/0.06)	

CMYK percentages

%42.26
%0
%86.61
%6.27

Codes

Color #8AEF20 in popluar color models

8AEF20
RGB13823932
HSL89°86.61%53.14%
HSB/HSV89°86.61%93.73%
CMYK42.26%0.00%86.61%
6.27%

Color #8AEF20 in popluar number systems.

HEX8AEF20
Decimal13823932
Binary1000101011101111100000
Octal21235740

Shades and tints

Shades of #8AEF20

#8AEF20
(138,239,32)
#7EDA1E
(126,218,30)
#72C51C
(114,197,28)
#66B01A
(102,176,26)
#5A9B18
(90,155,24)
#4E8616
(78,134,22)
#427114
(66,113,20)
#365C12
(54,92,18)
#2A4710
(42,71,16)
#1E320E
(30,50,14)
#121D0C
(18,29,12)
#000000
(0,0,0)

Tints of #8AEF20

#8AEF20
(138,239,32)
#94F034
(148,240,52)
#9EF148
(158,241,72)
#A8F25C
(168,242,92)
#B2F370
(178,243,112)
#BCF484
(188,244,132)
#C6F598
(198,245,152)
#D0F6AC
(208,246,172)
#DAF7C0
(218,247,192)
#E4F8D4
(228,248,212)
#EEF9E8
(238,249,232)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #8AEF20; }

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

This text font color is #8AEF20.


Background Color

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

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

This div background color is #8AEF20.


Border color

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

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

This div border color is #8AEF20.


Opacity

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

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

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

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

This text has shadow with #8AEF20 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #8AEF20 on black background.


Color preview on white background

This text has color #8AEF20 on white background.



Black color preview on #8AEF20 background

This text has black color on #8AEF20 background.


White color preview on #8AEF20 background

This text has white color on #8AEF20 background.