COLOR #8AD04C

HEX: #8AD04C
RGB: (138,208,76)

Color info

#8AD04C contains mainly green color. Web safe color of #8AD04C is #99CC33 (or #9C3).

RGB color model

#8AD04C color RGB value is (138,208,76).

  • red value is 138;
  • green value is 208;
  • blue value is 76.
RGB:
(138,208,76)
(54%,82%,30%)

RGB channels and saturation

R 138 of 255 = 54%
G 208 of 255 = 82%
B 76 of 255 = 30%

138
208
76

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

Portions of RGB colors in percentages

R + G + B =
138 + 208 + 76 = 422 (100%)
R 138 of 422 ~ 32.7%
G 208 of 422 ~ 49.29%
B 76 of 422 ~ 18.01%

%32.7
%49.29
%18.01

CMYK color model

#8AD04C color CMYK value is (34,0,63,18).

  • cyan value is 33.65%
  • magenta value is 0.00%
  • yellow value is 63.46%
  • key color value is 18.43%
CMYK:
(34,0,63,18)
C34M0Y63K18 
(34%,0%,63%,18%)
(0.34/0.00/0.63/0.18)	

CMYK percentages

%33.65
%0
%63.46
%18.43

Codes

Color #8AD04C in popluar color models

8AD04C
RGB13820876
HSL92°58.41%55.69%
HSB/HSV92°63.46%81.57%
CMYK33.65%0.00%63.46%
18.43%

Color #8AD04C in popluar number systems.

HEX8AD04C
Decimal13820876
Binary10001010110100001001100
Octal212320114

Shades and tints

Shades of #8AD04C

#8AD04C
(138,208,76)
#7EBE46
(126,190,70)
#72AC40
(114,172,64)
#669A3A
(102,154,58)
#5A8834
(90,136,52)
#4E762E
(78,118,46)
#426428
(66,100,40)
#365222
(54,82,34)
#2A401C
(42,64,28)
#1E2E16
(30,46,22)
#121C10
(18,28,16)
#000000
(0,0,0)

Tints of #8AD04C

#8AD04C
(138,208,76)
#94D45C
(148,212,92)
#9ED86C
(158,216,108)
#A8DC7C
(168,220,124)
#B2E08C
(178,224,140)
#BCE49C
(188,228,156)
#C6E8AC
(198,232,172)
#D0ECBC
(208,236,188)
#DAF0CC
(218,240,204)
#E4F4DC
(228,244,220)
#EEF8EC
(238,248,236)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #8AD04C color. Also use rgb(138,208,76) instead hex code.

Text Font Color

.myTextColor { color: #8AD04C; }

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

This text font color is #8AD04C.


Background Color

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

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

This div background color is #8AD04C.


Border color

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

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

This div border color is #8AD04C.


Opacity

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

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

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

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

This text has shadow with #8AD04C color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #8AD04C on black background.


Color preview on white background

This text has color #8AD04C on white background.



Black color preview on #8AD04C background

This text has black color on #8AD04C background.


White color preview on #8AD04C background

This text has white color on #8AD04C background.