COLOR #8AEE66

HEX: #8AEE66
RGB: (138,238,102)

Color info

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

RGB color model

#8AEE66 color RGB value is (138,238,102).

  • red value is 138;
  • green value is 238;
  • blue value is 102.
RGB:
(138,238,102)
(54%,93%,40%)

RGB channels and saturation

R 138 of 255 = 54%
G 238 of 255 = 93%
B 102 of 255 = 40%

138
238
102

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

Portions of RGB colors in percentages

R + G + B =
138 + 238 + 102 = 478 (100%)
R 138 of 478 ~ 28.87%
G 238 of 478 ~ 49.79%
B 102 of 478 ~ 21.34%

%28.87
%49.79
%21.34

CMYK color model

#8AEE66 color CMYK value is (42,0,57,7).

  • cyan value is 42.02%
  • magenta value is 0.00%
  • yellow value is 57.14%
  • key color value is 6.67%
CMYK:
(42,0,57,7)
C42M0Y57K7 
(42%,0%,57%,7%)
(0.42/0.00/0.57/0.07)	

CMYK percentages

%42.02
%0
%57.14
%6.67

Codes

Color #8AEE66 in popluar color models

8AEE66
RGB138238102
HSL104°80.00%66.67%
HSB/HSV104°57.14%93.33%
CMYK42.02%0.00%57.14%
6.67%

Color #8AEE66 in popluar number systems.

HEX8AEE66
Decimal138238102
Binary10001010111011101100110
Octal212356146

Shades and tints

Shades of #8AEE66

#8AEE66
(138,238,102)
#7ED95D
(126,217,93)
#72C454
(114,196,84)
#66AF4B
(102,175,75)
#5A9A42
(90,154,66)
#4E8539
(78,133,57)
#427030
(66,112,48)
#365B27
(54,91,39)
#2A461E
(42,70,30)
#1E3115
(30,49,21)
#121C0C
(18,28,12)
#000000
(0,0,0)

Tints of #8AEE66

#8AEE66
(138,238,102)
#94EF73
(148,239,115)
#9EF080
(158,240,128)
#A8F18D
(168,241,141)
#B2F29A
(178,242,154)
#BCF3A7
(188,243,167)
#C6F4B4
(198,244,180)
#D0F5C1
(208,245,193)
#DAF6CE
(218,246,206)
#E4F7DB
(228,247,219)
#EEF8E8
(238,248,232)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #8AEE66 color. Also use rgb(138,238,102) instead hex code.

Text Font Color

.myTextColor { color: #8AEE66; }

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

This text font color is #8AEE66.


Background Color

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

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

This div background color is #8AEE66.


Border color

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

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

This div border color is #8AEE66.


Opacity

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

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

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

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

This text has shadow with #8AEE66 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #8AEE66 on black background.


Color preview on white background

This text has color #8AEE66 on white background.



Black color preview on #8AEE66 background

This text has black color on #8AEE66 background.


White color preview on #8AEE66 background

This text has white color on #8AEE66 background.