COLOR #96FFAC

HEX: #96FFAC RGB: (150,255,172)

Color info

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

RGB color model

#96FFAC color RGB value is (150,255,172).

RGB: (150,255,172) (59%, 100%, 67%)

RGB channels and saturation

R 150 of 255 = 59%
G 255 of 255 = 100%
B 172 of 255 = 67%

150
255
172

R + G + B ~ 75%. #96FFAC is quite light color.

Portions of RGB colors in percentages

R + G + B = 150 + 255 + 172 = 577 (100%)
R 150 of 577 ~ 26%
G 255 of 577 ~ 44.19%
B 172 of 577 ~ 29.81'%

%26
%44.19
%29.81

CMYK color model

#96FFAC color CMYK value is (41,0,33,0).

  • cyan value is 41.18%
  • magenta value is 0.00%
  • yellow value is 32.55%
  • key color value is 0.00%

CMYK: (41,0,33,0)
C41M0Y33K0 (41%, 0%, 33%, 0%)
(0.41 / 0.00 / 0.33 / 0.00)

CMYK percentages

%41.18
%0
%32.55
%0

Codes

Color #96FFAC in popluar color models

96 FF AC
RGB 150 255 172
HSL 133° 100.00% 79.41%
HSB/HSV 133° 41.18% 100.00%
CMYK 41.18% 0.00% 32.55%
0.00%

Color #96FFAC in popluar number systems.

HEX 96 FF AC
Decimal 150 255 172
Binary 10010110 11111111 10101100
Octal 226 377 254

Shades and tints

Shades of #96FFAC

#96FFAC
(150,255,172)
#89E89D
(137,232,157)
#7CD18E
(124,209,142)
#6FBA7F
(111,186,127)
#62A370
(98,163,112)
#558C61
(85,140,97)
#487552
(72,117,82)
#3B5E43
(59,94,67)
#2E4734
(46,71,52)
#213025
(33,48,37)
#141916
(20,25,22)
#000000
(0,0,0)

Tints of #96FFAC

#96FFAC
(150,255,172)
#9FFFB3
(159,255,179)
#A8FFBA
(168,255,186)
#B1FFC1
(177,255,193)
#BAFFC8
(186,255,200)
#C3FFCF
(195,255,207)
#CCFFD6
(204,255,214)
#D5FFDD
(213,255,221)
#DEFFE4
(222,255,228)
#E7FFEB
(231,255,235)
#F0FFF2
(240,255,242)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #96FFAC color. Also use rgb(150,255,172) instead hex code.

Text Font Color

.myTextColor { color: #96FFAC; }

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

This text font color is #96FFAC.

Background Color

.myBgColor { background-color: #96FFAC; }

<div style="background-color:#96FFAC">Inner text</div>

This div background color is #96FFAC.

Border color

.myBorderColor { border: 1px solid #96FFAC; }

<div style="border:3px solid #96FFAC">Div</div>

This div border color is #96FFAC.

Opacity

.myOpacity80 { color: #96FFAC; opacity: 0.8; }

<p style="color:#96FFAC;opacity:0.8;">80%</p>

Text with #96FFAC 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 #96FFAC;}

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

This text has shadow with #96FFAC color.


.textShadow {text-shadow: 3px 3px 1px #96FFAC', 3px 3px 1px red;}

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

This text has shadow with #96FFAC primary color and red secondary color.


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

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

This text has shadow with #96FFAC and red colors in old Internet Explorer.

Div box shadow color

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

/* html code with inline style */
<div style="-moz-box-shadow: 1px 1px 3px 2px #96FFAC; -webkit-box-shadow: 1px 1px 3px 2px #96FFAC; box-shadow:1px 1px 3px 2px #96FFAC;">
Div content here
</div>

This div box has shadow with color #96FFAC.

Preview

Color preview on black background

This text has color #96FFAC on black background.


Color preview on white background

This text has color #96FFAC on white background.


Black color preview on #96FFAC background

This text has black color on #96FFAC background.


White color preview on #96FFAC background

This text has white color on #96FFAC background.


Related colors

Complementary color

Complementary color for #hex is #690053.


I love getcolorcode.com

Triadic colors

1 #AC96FF and #FFAC96 with #96FFAC are triadic colors.

2 #ACFF96 and #FF96AC with #96FFAC are triadic colors.