COLOR #8ADF95

HEX: #8ADF95
RGB: (138,223,149)

Color info

#8ADF95 contains mainly green color. Web safe color of #8ADF95 is #99CC99 (or #9C9).

RGB color model

#8ADF95 color RGB value is (138,223,149).

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

RGB channels and saturation

R 138 of 255 = 54%
G 223 of 255 = 87%
B 149 of 255 = 58%

138
223
149

R + G + B ~ 66%. #8ADF95 is quite light color.

Portions of RGB colors in percentages

R + G + B =
138 + 223 + 149 = 510 (100%)
R 138 of 510 ~ 27.06%
G 223 of 510 ~ 43.73%
B 149 of 510 ~ 29.22%

%27.06
%43.73
%29.22

CMYK color model

#8ADF95 color CMYK value is (38,0,33,13).

  • cyan value is 38.12%
  • magenta value is 0.00%
  • yellow value is 33.18%
  • key color value is 12.55%
CMYK:
(38,0,33,13)
C38M0Y33K13 
(38%,0%,33%,13%)
(0.38/0.00/0.33/0.13)	

CMYK percentages

%38.12
%0
%33.18
%12.55

Codes

Color #8ADF95 in popluar color models

8ADF95
RGB138223149
HSL128°57.05%70.78%
HSB/HSV128°38.12%87.45%
CMYK38.12%0.00%33.18%
12.55%

Color #8ADF95 in popluar number systems.

HEX8ADF95
Decimal138223149
Binary100010101101111110010101
Octal212337225

Shades and tints

Shades of #8ADF95

#8ADF95
(138,223,149)
#7ECB88
(126,203,136)
#72B77B
(114,183,123)
#66A36E
(102,163,110)
#5A8F61
(90,143,97)
#4E7B54
(78,123,84)
#426747
(66,103,71)
#36533A
(54,83,58)
#2A3F2D
(42,63,45)
#1E2B20
(30,43,32)
#121713
(18,23,19)
#000000
(0,0,0)

Tints of #8ADF95

#8ADF95
(138,223,149)
#94E19E
(148,225,158)
#9EE3A7
(158,227,167)
#A8E5B0
(168,229,176)
#B2E7B9
(178,231,185)
#BCE9C2
(188,233,194)
#C6EBCB
(198,235,203)
#D0EDD4
(208,237,212)
#DAEFDD
(218,239,221)
#E4F1E6
(228,241,230)
#EEF3EF
(238,243,239)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #8ADF95; }

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

This text font color is #8ADF95.


Background Color

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

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

This div background color is #8ADF95.


Border color

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

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

This div border color is #8ADF95.


Opacity

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

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

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

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

This text has shadow with #8ADF95 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #8ADF95 on black background.


Color preview on white background

This text has color #8ADF95 on white background.



Black color preview on #8ADF95 background

This text has black color on #8ADF95 background.


White color preview on #8ADF95 background

This text has white color on #8ADF95 background.