COLOR #9AF6A6

HEX: #9AF6A6
RGB: (154,246,166)

Color info

#9AF6A6 contains mainly green color. Web safe color of #9AF6A6 is #99FF99 (or #9F9).

RGB color model

#9AF6A6 color RGB value is (154,246,166).

  • red value is 154;
  • green value is 246;
  • blue value is 166.
RGB:
(154,246,166)
(60%,96%,65%)

RGB channels and saturation

R 154 of 255 = 60%
G 246 of 255 = 96%
B 166 of 255 = 65%

154
246
166

R + G + B ~ 74%. #9AF6A6 is quite light color.

Portions of RGB colors in percentages

R + G + B =
154 + 246 + 166 = 566 (100%)
R 154 of 566 ~ 27.21%
G 246 of 566 ~ 43.46%
B 166 of 566 ~ 29.33%

%27.21
%43.46
%29.33

CMYK color model

#9AF6A6 color CMYK value is (37,0,33,4).

  • cyan value is 37.40%
  • magenta value is 0.00%
  • yellow value is 32.52%
  • key color value is 3.53%
CMYK:
(37,0,33,4)
C37M0Y33K4 
(37%,0%,33%,4%)
(0.37/0.00/0.33/0.04)	

CMYK percentages

%37.4
%0
%32.52
%3.53

Codes

Color #9AF6A6 in popluar color models

9AF6A6
RGB154246166
HSL128°83.64%78.43%
HSB/HSV128°37.40%96.47%
CMYK37.40%0.00%32.52%
3.53%

Color #9AF6A6 in popluar number systems.

HEX9AF6A6
Decimal154246166
Binary100110101111011010100110
Octal232366246

Shades and tints

Shades of #9AF6A6

#9AF6A6
(154,246,166)
#8CE097
(140,224,151)
#7ECA88
(126,202,136)
#70B479
(112,180,121)
#629E6A
(98,158,106)
#54885B
(84,136,91)
#46724C
(70,114,76)
#385C3D
(56,92,61)
#2A462E
(42,70,46)
#1C301F
(28,48,31)
#0E1A10
(14,26,16)
#000000
(0,0,0)

Tints of #9AF6A6

#9AF6A6
(154,246,166)
#A3F6AE
(163,246,174)
#ACF6B6
(172,246,182)
#B5F6BE
(181,246,190)
#BEF6C6
(190,246,198)
#C7F6CE
(199,246,206)
#D0F6D6
(208,246,214)
#D9F6DE
(217,246,222)
#E2F6E6
(226,246,230)
#EBF6EE
(235,246,238)
#F4F6F6
(244,246,246)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #9AF6A6 color. Also use rgb(154,246,166) instead hex code.

Text Font Color

.myTextColor { color: #9AF6A6; }

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

This text font color is #9AF6A6.


Background Color

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

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

This div background color is #9AF6A6.


Border color

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

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

This div border color is #9AF6A6.


Opacity

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

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

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

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

This text has shadow with #9AF6A6 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #9AF6A6 on black background.


Color preview on white background

This text has color #9AF6A6 on white background.



Black color preview on #9AF6A6 background

This text has black color on #9AF6A6 background.


White color preview on #9AF6A6 background

This text has white color on #9AF6A6 background.