COLOR #8ADA66

HEX: #8ADA66
RGB: (138,218,102)

Color info

#8ADA66 contains mainly green color. Web safe color of #8ADA66 is #99CC66 (or #9C6).

RGB color model

#8ADA66 color RGB value is (138,218,102).

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

RGB channels and saturation

R 138 of 255 = 54%
G 218 of 255 = 85%
B 102 of 255 = 40%

138
218
102

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

Portions of RGB colors in percentages

R + G + B =
138 + 218 + 102 = 458 (100%)
R 138 of 458 ~ 30.13%
G 218 of 458 ~ 47.6%
B 102 of 458 ~ 22.27%

%30.13
%47.6
%22.27

CMYK color model

#8ADA66 color CMYK value is (37,0,53,15).

  • cyan value is 36.70%
  • magenta value is 0.00%
  • yellow value is 53.21%
  • key color value is 14.51%
CMYK:
(37,0,53,15)
C37M0Y53K15 
(37%,0%,53%,15%)
(0.37/0.00/0.53/0.15)	

CMYK percentages

%36.7
%0
%53.21
%14.51

Codes

Color #8ADA66 in popluar color models

8ADA66
RGB138218102
HSL101°61.05%62.75%
HSB/HSV101°53.21%85.49%
CMYK36.70%0.00%53.21%
14.51%

Color #8ADA66 in popluar number systems.

HEX8ADA66
Decimal138218102
Binary10001010110110101100110
Octal212332146

Shades and tints

Shades of #8ADA66

#8ADA66
(138,218,102)
#7EC75D
(126,199,93)
#72B454
(114,180,84)
#66A14B
(102,161,75)
#5A8E42
(90,142,66)
#4E7B39
(78,123,57)
#426830
(66,104,48)
#365527
(54,85,39)
#2A421E
(42,66,30)
#1E2F15
(30,47,21)
#121C0C
(18,28,12)
#000000
(0,0,0)

Tints of #8ADA66

#8ADA66
(138,218,102)
#94DD73
(148,221,115)
#9EE080
(158,224,128)
#A8E38D
(168,227,141)
#B2E69A
(178,230,154)
#BCE9A7
(188,233,167)
#C6ECB4
(198,236,180)
#D0EFC1
(208,239,193)
#DAF2CE
(218,242,206)
#E4F5DB
(228,245,219)
#EEF8E8
(238,248,232)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #8ADA66; }

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

This text font color is #8ADA66.


Background Color

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

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

This div background color is #8ADA66.


Border color

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

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

This div border color is #8ADA66.


Opacity

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

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

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

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

This text has shadow with #8ADA66 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #8ADA66 on black background.


Color preview on white background

This text has color #8ADA66 on white background.



Black color preview on #8ADA66 background

This text has black color on #8ADA66 background.


White color preview on #8ADA66 background

This text has white color on #8ADA66 background.