COLOR #8ADE45

HEX: #8ADE45
RGB: (138,222,69)

Color info

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

RGB color model

#8ADE45 color RGB value is (138,222,69).

  • red value is 138;
  • green value is 222;
  • blue value is 69.
RGB:
(138,222,69)
(54%,87%,27%)

RGB channels and saturation

R 138 of 255 = 54%
G 222 of 255 = 87%
B 69 of 255 = 27%

138
222
69

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

Portions of RGB colors in percentages

R + G + B =
138 + 222 + 69 = 429 (100%)
R 138 of 429 ~ 32.17%
G 222 of 429 ~ 51.75%
B 69 of 429 ~ 16.08%

%32.17
%51.75
%16.08

CMYK color model

#8ADE45 color CMYK value is (38,0,69,13).

  • cyan value is 37.84%
  • magenta value is 0.00%
  • yellow value is 68.92%
  • key color value is 12.94%
CMYK:
(38,0,69,13)
C38M0Y69K13 
(38%,0%,69%,13%)
(0.38/0.00/0.69/0.13)	

CMYK percentages

%37.84
%0
%68.92
%12.94

Codes

Color #8ADE45 in popluar color models

8ADE45
RGB13822269
HSL93°69.86%57.06%
HSB/HSV93°68.92%87.06%
CMYK37.84%0.00%68.92%
12.94%

Color #8ADE45 in popluar number systems.

HEX8ADE45
Decimal13822269
Binary10001010110111101000101
Octal212336105

Shades and tints

Shades of #8ADE45

#8ADE45
(138,222,69)
#7ECA3F
(126,202,63)
#72B639
(114,182,57)
#66A233
(102,162,51)
#5A8E2D
(90,142,45)
#4E7A27
(78,122,39)
#426621
(66,102,33)
#36521B
(54,82,27)
#2A3E15
(42,62,21)
#1E2A0F
(30,42,15)
#121609
(18,22,9)
#000000
(0,0,0)

Tints of #8ADE45

#8ADE45
(138,222,69)
#94E155
(148,225,85)
#9EE465
(158,228,101)
#A8E775
(168,231,117)
#B2EA85
(178,234,133)
#BCED95
(188,237,149)
#C6F0A5
(198,240,165)
#D0F3B5
(208,243,181)
#DAF6C5
(218,246,197)
#E4F9D5
(228,249,213)
#EEFCE5
(238,252,229)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #8ADE45 color. Also use rgb(138,222,69) instead hex code.

Text Font Color

.myTextColor { color: #8ADE45; }

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

This text font color is #8ADE45.


Background Color

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

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

This div background color is #8ADE45.


Border color

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

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

This div border color is #8ADE45.


Opacity

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

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

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

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

This text has shadow with #8ADE45 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #8ADE45 on black background.


Color preview on white background

This text has color #8ADE45 on white background.



Black color preview on #8ADE45 background

This text has black color on #8ADE45 background.


White color preview on #8ADE45 background

This text has white color on #8ADE45 background.