COLOR #8ADF54

HEX: #8ADF54
RGB: (138,223,84)

Color info

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

RGB color model

#8ADF54 color RGB value is (138,223,84).

  • red value is 138;
  • green value is 223;
  • blue value is 84.
RGB:
(138,223,84)
(54%,87%,33%)

RGB channels and saturation

R 138 of 255 = 54%
G 223 of 255 = 87%
B 84 of 255 = 33%

138
223
84

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

Portions of RGB colors in percentages

R + G + B =
138 + 223 + 84 = 445 (100%)
R 138 of 445 ~ 31.01%
G 223 of 445 ~ 50.11%
B 84 of 445 ~ 18.88%

%31.01
%50.11
%18.88

CMYK color model

#8ADF54 color CMYK value is (38,0,62,13).

  • cyan value is 38.12%
  • magenta value is 0.00%
  • yellow value is 62.33%
  • key color value is 12.55%
CMYK:
(38,0,62,13)
C38M0Y62K13 
(38%,0%,62%,13%)
(0.38/0.00/0.62/0.13)	

CMYK percentages

%38.12
%0
%62.33
%12.55

Codes

Color #8ADF54 in popluar color models

8ADF54
RGB13822384
HSL97°68.47%60.20%
HSB/HSV97°62.33%87.45%
CMYK38.12%0.00%62.33%
12.55%

Color #8ADF54 in popluar number systems.

HEX8ADF54
Decimal13822384
Binary10001010110111111010100
Octal212337124

Shades and tints

Shades of #8ADF54

#8ADF54
(138,223,84)
#7ECB4D
(126,203,77)
#72B746
(114,183,70)
#66A33F
(102,163,63)
#5A8F38
(90,143,56)
#4E7B31
(78,123,49)
#42672A
(66,103,42)
#365323
(54,83,35)
#2A3F1C
(42,63,28)
#1E2B15
(30,43,21)
#12170E
(18,23,14)
#000000
(0,0,0)

Tints of #8ADF54

#8ADF54
(138,223,84)
#94E163
(148,225,99)
#9EE372
(158,227,114)
#A8E581
(168,229,129)
#B2E790
(178,231,144)
#BCE99F
(188,233,159)
#C6EBAE
(198,235,174)
#D0EDBD
(208,237,189)
#DAEFCC
(218,239,204)
#E4F1DB
(228,241,219)
#EEF3EA
(238,243,234)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #8ADF54 color. Also use rgb(138,223,84) instead hex code.

Text Font Color

.myTextColor { color: #8ADF54; }

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

This text font color is #8ADF54.


Background Color

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

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

This div background color is #8ADF54.


Border color

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

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

This div border color is #8ADF54.


Opacity

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

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

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

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

This text has shadow with #8ADF54 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #8ADF54 on black background.


Color preview on white background

This text has color #8ADF54 on white background.



Black color preview on #8ADF54 background

This text has black color on #8ADF54 background.


White color preview on #8ADF54 background

This text has white color on #8ADF54 background.