COLOR #8AFF79

HEX: #8AFF79
RGB: (138,255,121)

Color info

#8AFF79 contains mainly green color. Web safe color of #8AFF79 is #99FF66 (or #9F6).

RGB color model

#8AFF79 color RGB value is (138,255,121).

  • red value is 138;
  • green value is 255;
  • blue value is 121.
RGB:
(138,255,121)
(54%,100%,47%)

RGB channels and saturation

R 138 of 255 = 54%
G 255 of 255 = 100%
B 121 of 255 = 47%

138
255
121

R + G + B ~ 67%. #8AFF79 is quite light color.

Portions of RGB colors in percentages

R + G + B =
138 + 255 + 121 = 514 (100%)
R 138 of 514 ~ 26.85%
G 255 of 514 ~ 49.61%
B 121 of 514 ~ 23.54%

%26.85
%49.61
%23.54

CMYK color model

#8AFF79 color CMYK value is (46,0,53,0).

  • cyan value is 45.88%
  • magenta value is 0.00%
  • yellow value is 52.55%
  • key color value is 0.00%
CMYK:
(46,0,53,0)
C46M0Y53K0 
(46%,0%,53%,0%)
(0.46/0.00/0.53/0.00)	

CMYK percentages

%45.88
%0
%52.55
%0

Codes

Color #8AFF79 in popluar color models

8AFF79
RGB138255121
HSL112°100.00%73.73%
HSB/HSV112°52.55%100.00%
CMYK45.88%0.00%52.55%
0.00%

Color #8AFF79 in popluar number systems.

HEX8AFF79
Decimal138255121
Binary10001010111111111111001
Octal212377171

Shades and tints

Shades of #8AFF79

#8AFF79
(138,255,121)
#7EE86E
(126,232,110)
#72D163
(114,209,99)
#66BA58
(102,186,88)
#5AA34D
(90,163,77)
#4E8C42
(78,140,66)
#427537
(66,117,55)
#365E2C
(54,94,44)
#2A4721
(42,71,33)
#1E3016
(30,48,22)
#12190B
(18,25,11)
#000000
(0,0,0)

Tints of #8AFF79

#8AFF79
(138,255,121)
#94FF85
(148,255,133)
#9EFF91
(158,255,145)
#A8FF9D
(168,255,157)
#B2FFA9
(178,255,169)
#BCFFB5
(188,255,181)
#C6FFC1
(198,255,193)
#D0FFCD
(208,255,205)
#DAFFD9
(218,255,217)
#E4FFE5
(228,255,229)
#EEFFF1
(238,255,241)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #8AFF79 color. Also use rgb(138,255,121) instead hex code.

Text Font Color

.myTextColor { color: #8AFF79; }

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

This text font color is #8AFF79.


Background Color

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

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

This div background color is #8AFF79.


Border color

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

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

This div border color is #8AFF79.


Opacity

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

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

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

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

This text has shadow with #8AFF79 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #8AFF79 on black background.


Color preview on white background

This text has color #8AFF79 on white background.



Black color preview on #8AFF79 background

This text has black color on #8AFF79 background.


White color preview on #8AFF79 background

This text has white color on #8AFF79 background.