COLOR #9CF5AF

HEX: #9CF5AF
RGB: (156,245,175)

Color info

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

RGB color model

#9CF5AF color RGB value is (156,245,175).

  • red value is 156;
  • green value is 245;
  • blue value is 175.
RGB:
(156,245,175)
(61%,96%,69%)

RGB channels and saturation

R 156 of 255 = 61%
G 245 of 255 = 96%
B 175 of 255 = 69%

156
245
175

R + G + B ~ 75%. #9CF5AF is quite light color.

Portions of RGB colors in percentages

R + G + B =
156 + 245 + 175 = 576 (100%)
R 156 of 576 ~ 27.08%
G 245 of 576 ~ 42.53%
B 175 of 576 ~ 30.38%

%27.08
%42.53
%30.38

CMYK color model

#9CF5AF color CMYK value is (36,0,29,4).

  • cyan value is 36.33%
  • magenta value is 0.00%
  • yellow value is 28.57%
  • key color value is 3.92%
CMYK:
(36,0,29,4)
C36M0Y29K4 
(36%,0%,29%,4%)
(0.36/0.00/0.29/0.04)	

CMYK percentages

%36.33
%0
%28.57
%3.92

Codes

Color #9CF5AF in popluar color models

9CF5AF
RGB156245175
HSL133°81.65%78.63%
HSB/HSV133°36.33%96.08%
CMYK36.33%0.00%28.57%
3.92%

Color #9CF5AF in popluar number systems.

HEX9CF5AF
Decimal156245175
Binary100111001111010110101111
Octal234365257

Shades and tints

Shades of #9CF5AF

#9CF5AF
(156,245,175)
#8EDFA0
(142,223,160)
#80C991
(128,201,145)
#72B382
(114,179,130)
#649D73
(100,157,115)
#568764
(86,135,100)
#487155
(72,113,85)
#3A5B46
(58,91,70)
#2C4537
(44,69,55)
#1E2F28
(30,47,40)
#101919
(16,25,25)
#000000
(0,0,0)

Tints of #9CF5AF

#9CF5AF
(156,245,175)
#A5F5B6
(165,245,182)
#AEF5BD
(174,245,189)
#B7F5C4
(183,245,196)
#C0F5CB
(192,245,203)
#C9F5D2
(201,245,210)
#D2F5D9
(210,245,217)
#DBF5E0
(219,245,224)
#E4F5E7
(228,245,231)
#EDF5EE
(237,245,238)
#F6F5F5
(246,245,245)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #9CF5AF color. Also use rgb(156,245,175) instead hex code.

Text Font Color

.myTextColor { color: #9CF5AF; }

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

This text font color is #9CF5AF.


Background Color

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

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

This div background color is #9CF5AF.


Border color

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

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

This div border color is #9CF5AF.


Opacity

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

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

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

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

This text has shadow with #9CF5AF color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #9CF5AF on black background.


Color preview on white background

This text has color #9CF5AF on white background.



Black color preview on #9CF5AF background

This text has black color on #9CF5AF background.


White color preview on #9CF5AF background

This text has white color on #9CF5AF background.