COLOR #9AFB77

HEX: #9AFB77
RGB: (154,251,119)

Color info

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

RGB color model

#9AFB77 color RGB value is (154,251,119).

  • red value is 154;
  • green value is 251;
  • blue value is 119.
RGB:
(154,251,119)
(60%,98%,47%)

RGB channels and saturation

R 154 of 255 = 60%
G 251 of 255 = 98%
B 119 of 255 = 47%

154
251
119

R + G + B ~ 68%. #9AFB77 is quite light color.

Portions of RGB colors in percentages

R + G + B =
154 + 251 + 119 = 524 (100%)
R 154 of 524 ~ 29.39%
G 251 of 524 ~ 47.9%
B 119 of 524 ~ 22.71%

%29.39
%47.9
%22.71

CMYK color model

#9AFB77 color CMYK value is (39,0,53,2).

  • cyan value is 38.65%
  • magenta value is 0.00%
  • yellow value is 52.59%
  • key color value is 1.57%
CMYK:
(39,0,53,2)
C39M0Y53K2 
(39%,0%,53%,2%)
(0.39/0.00/0.53/0.02)	

CMYK percentages

%38.65
%0
%52.59
%1.57

Codes

Color #9AFB77 in popluar color models

9AFB77
RGB154251119
HSL104°94.29%72.55%
HSB/HSV104°52.59%98.43%
CMYK38.65%0.00%52.59%
1.57%

Color #9AFB77 in popluar number systems.

HEX9AFB77
Decimal154251119
Binary10011010111110111110111
Octal232373167

Shades and tints

Shades of #9AFB77

#9AFB77
(154,251,119)
#8CE56D
(140,229,109)
#7ECF63
(126,207,99)
#70B959
(112,185,89)
#62A34F
(98,163,79)
#548D45
(84,141,69)
#46773B
(70,119,59)
#386131
(56,97,49)
#2A4B27
(42,75,39)
#1C351D
(28,53,29)
#0E1F13
(14,31,19)
#000000
(0,0,0)

Tints of #9AFB77

#9AFB77
(154,251,119)
#A3FB83
(163,251,131)
#ACFB8F
(172,251,143)
#B5FB9B
(181,251,155)
#BEFBA7
(190,251,167)
#C7FBB3
(199,251,179)
#D0FBBF
(208,251,191)
#D9FBCB
(217,251,203)
#E2FBD7
(226,251,215)
#EBFBE3
(235,251,227)
#F4FBEF
(244,251,239)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #9AFB77 color. Also use rgb(154,251,119) instead hex code.

Text Font Color

.myTextColor { color: #9AFB77; }

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

This text font color is #9AFB77.


Background Color

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

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

This div background color is #9AFB77.


Border color

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

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

This div border color is #9AFB77.


Opacity

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

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

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

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

This text has shadow with #9AFB77 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #9AFB77 on black background.


Color preview on white background

This text has color #9AFB77 on white background.



Black color preview on #9AFB77 background

This text has black color on #9AFB77 background.


White color preview on #9AFB77 background

This text has white color on #9AFB77 background.