COLOR #9AFA80

HEX: #9AFA80
RGB: (154,250,128)

Color info

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

RGB color model

#9AFA80 color RGB value is (154,250,128).

  • red value is 154;
  • green value is 250;
  • blue value is 128.
RGB:
(154,250,128)
(60%,98%,50%)

RGB channels and saturation

R 154 of 255 = 60%
G 250 of 255 = 98%
B 128 of 255 = 50%

154
250
128

R + G + B ~ 69%. #9AFA80 is quite light color.

Portions of RGB colors in percentages

R + G + B =
154 + 250 + 128 = 532 (100%)
R 154 of 532 ~ 28.95%
G 250 of 532 ~ 46.99%
B 128 of 532 ~ 24.06%

%28.95
%46.99
%24.06

CMYK color model

#9AFA80 color CMYK value is (38,0,49,2).

  • cyan value is 38.40%
  • magenta value is 0.00%
  • yellow value is 48.80%
  • key color value is 1.96%
CMYK:
(38,0,49,2)
C38M0Y49K2 
(38%,0%,49%,2%)
(0.38/0.00/0.49/0.02)	

CMYK percentages

%38.4
%0
%48.8
%1.96

Codes

Color #9AFA80 in popluar color models

9AFA80
RGB154250128
HSL107°92.42%74.12%
HSB/HSV107°48.80%98.04%
CMYK38.40%0.00%48.80%
1.96%

Color #9AFA80 in popluar number systems.

HEX9AFA80
Decimal154250128
Binary100110101111101010000000
Octal232372200

Shades and tints

Shades of #9AFA80

#9AFA80
(154,250,128)
#8CE475
(140,228,117)
#7ECE6A
(126,206,106)
#70B85F
(112,184,95)
#62A254
(98,162,84)
#548C49
(84,140,73)
#46763E
(70,118,62)
#386033
(56,96,51)
#2A4A28
(42,74,40)
#1C341D
(28,52,29)
#0E1E12
(14,30,18)
#000000
(0,0,0)

Tints of #9AFA80

#9AFA80
(154,250,128)
#A3FA8B
(163,250,139)
#ACFA96
(172,250,150)
#B5FAA1
(181,250,161)
#BEFAAC
(190,250,172)
#C7FAB7
(199,250,183)
#D0FAC2
(208,250,194)
#D9FACD
(217,250,205)
#E2FAD8
(226,250,216)
#EBFAE3
(235,250,227)
#F4FAEE
(244,250,238)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #9AFA80 color. Also use rgb(154,250,128) instead hex code.

Text Font Color

.myTextColor { color: #9AFA80; }

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

This text font color is #9AFA80.


Background Color

.myBgColor { background-color: #9AFA80; }

<div style="background-color:#9AFA80">Inner text</div>

This div background color is #9AFA80.


Border color

.myBorderColor { border: 1px solid #9AFA80; }

<div style="border:3px solid #9AFA80">Div</div>

This div border color is #9AFA80.


Opacity

.myOpacity80 { color: #9AFA80; opacity: 0.8; }

<p style="color:#9AFA80;opacity:0.8;">80%</p>

Text with #9AFA80 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 #9AFA80;}

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

This text has shadow with #9AFA80 color.

.textShadow {text-shadow: 3px 3px 1px #9AFA80, 3px 3px 1px red;}

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

This text has shadow with #9AFA80 primary color and red secondary color.


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

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

This text has shadow with #9AFA80 and red colors in old Internet Explorer.


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #9AFA80 on black background.


Color preview on white background

This text has color #9AFA80 on white background.



Black color preview on #9AFA80 background

This text has black color on #9AFA80 background.


White color preview on #9AFA80 background

This text has white color on #9AFA80 background.