COLOR #8AEB52

HEX: #8AEB52 RGB: (138,235,82)

Color info

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

RGB color model

#8AEB52 color RGB value is (138,235,82).

RGB: (138,235,82) (54%, 92%, 32%)

RGB channels and saturation

R 138 of 255 = 54%
G 235 of 255 = 92%
B 82 of 255 = 32%

138
235
82

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

Portions of RGB colors in percentages

R + G + B = 138 + 235 + 82 = 455 (100%)
R 138 of 455 ~ 30.33%
G 235 of 455 ~ 51.65%
B 82 of 455 ~ 18.02'%

%30.33
%51.65
%18.02

CMYK color model

#8AEB52 color CMYK value is (41,0,65,8).

  • cyan value is 41.28%
  • magenta value is 0.00%
  • yellow value is 65.11%
  • key color value is 7.84%

CMYK: (41,0,65,8)
C41M0Y65K8 (41%, 0%, 65%, 8%)
(0.41 / 0.00 / 0.65 / 0.08)

CMYK percentages

%41.28
%0
%65.11
%7.84

Codes

Color #8AEB52 in popluar color models

8A EB 52
RGB 138 235 82
HSL 98° 79.27% 62.16%
HSB/HSV 98° 65.11% 92.16%
CMYK 41.28% 0.00% 65.11%
7.84%

Color #8AEB52 in popluar number systems.

HEX 8A EB 52
Decimal 138 235 82
Binary 10001010 11101011 1010010
Octal 212 353 122

Shades and tints

Shades of #8AEB52

#8AEB52
(138,235,82)
#7ED64B
(126,214,75)
#72C144
(114,193,68)
#66AC3D
(102,172,61)
#5A9736
(90,151,54)
#4E822F
(78,130,47)
#426D28
(66,109,40)
#365821
(54,88,33)
#2A431A
(42,67,26)
#1E2E13
(30,46,19)
#12190C
(18,25,12)
#000000
(0,0,0)

Tints of #8AEB52

#8AEB52
(138,235,82)
#94EC61
(148,236,97)
#9EED70
(158,237,112)
#A8EE7F
(168,238,127)
#B2EF8E
(178,239,142)
#BCF09D
(188,240,157)
#C6F1AC
(198,241,172)
#D0F2BB
(208,242,187)
#DAF3CA
(218,243,202)
#E4F4D9
(228,244,217)
#EEF5E8
(238,245,232)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #8AEB52; }

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

This text font color is #8AEB52.

Background Color

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

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

This div background color is #8AEB52.

Border color

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

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

This div border color is #8AEB52.

Opacity

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

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

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

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

This text has shadow with #8AEB52 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #8AEB52.

Preview

Color preview on black background

This text has color #8AEB52 on black background.


Color preview on white background

This text has color #8AEB52 on white background.


Black color preview on #8AEB52 background

This text has black color on #8AEB52 background.


White color preview on #8AEB52 background

This text has white color on #8AEB52 background.


Related colors

Complementary color

Complementary color for #hex is #7514AD.


I love getcolorcode.com

Triadic colors

1 #528AEB and #EB528A with #8AEB52 are triadic colors.

2 #52EB8A and #EB8A52 with #8AEB52 are triadic colors.