COLOR #8AD924

HEX: #8AD924
RGB: (138,217,36)

Color info

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

RGB color model

#8AD924 color RGB value is (138,217,36).

  • red value is 138;
  • green value is 217;
  • blue value is 36.
RGB:
(138,217,36)
(54%,85%,14%)

RGB channels and saturation

R 138 of 255 = 54%
G 217 of 255 = 85%
B 36 of 255 = 14%

138
217
36

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

Portions of RGB colors in percentages

R + G + B =
138 + 217 + 36 = 391 (100%)
R 138 of 391 ~ 35.29%
G 217 of 391 ~ 55.5%
B 36 of 391 ~ 9.21%

%35.29
%55.5

CMYK color model

#8AD924 color CMYK value is (36,0,83,15).

  • cyan value is 36.41%
  • magenta value is 0.00%
  • yellow value is 83.41%
  • key color value is 14.90%
CMYK:
(36,0,83,15)
C36M0Y83K15 
(36%,0%,83%,15%)
(0.36/0.00/0.83/0.15)	

CMYK percentages

%36.41
%0
%83.41
%14.9

Codes

Color #8AD924 in popluar color models

8AD924
RGB13821736
HSL86°71.54%49.61%
HSB/HSV86°83.41%85.10%
CMYK36.41%0.00%83.41%
14.90%

Color #8AD924 in popluar number systems.

HEX8AD924
Decimal13821736
Binary1000101011011001100100
Octal21233144

Shades and tints

Shades of #8AD924

#8AD924
(138,217,36)
#7EC621
(126,198,33)
#72B31E
(114,179,30)
#66A01B
(102,160,27)
#5A8D18
(90,141,24)
#4E7A15
(78,122,21)
#426712
(66,103,18)
#36540F
(54,84,15)
#2A410C
(42,65,12)
#1E2E09
(30,46,9)
#121B06
(18,27,6)
#000000
(0,0,0)

Tints of #8AD924

#8AD924
(138,217,36)
#94DC37
(148,220,55)
#9EDF4A
(158,223,74)
#A8E25D
(168,226,93)
#B2E570
(178,229,112)
#BCE883
(188,232,131)
#C6EB96
(198,235,150)
#D0EEA9
(208,238,169)
#DAF1BC
(218,241,188)
#E4F4CF
(228,244,207)
#EEF7E2
(238,247,226)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #8AD924 color. Also use rgb(138,217,36) instead hex code.

Text Font Color

.myTextColor { color: #8AD924; }

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

This text font color is #8AD924.


Background Color

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

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

This div background color is #8AD924.


Border color

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

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

This div border color is #8AD924.


Opacity

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

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

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

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

This text has shadow with #8AD924 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #8AD924 on black background.


Color preview on white background

This text has color #8AD924 on white background.



Black color preview on #8AD924 background

This text has black color on #8AD924 background.


White color preview on #8AD924 background

This text has white color on #8AD924 background.