COLOR #9CF665

HEX: #9CF665
RGB: (156,246,101)

Color info

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

RGB color model

#9CF665 color RGB value is (156,246,101).

  • red value is 156;
  • green value is 246;
  • blue value is 101.
RGB:
(156,246,101)
(61%,96%,40%)

RGB channels and saturation

R 156 of 255 = 61%
G 246 of 255 = 96%
B 101 of 255 = 40%

156
246
101

R + G + B ~ 66%. #9CF665 is quite light color.

Portions of RGB colors in percentages

R + G + B =
156 + 246 + 101 = 503 (100%)
R 156 of 503 ~ 31.01%
G 246 of 503 ~ 48.91%
B 101 of 503 ~ 20.08%

%31.01
%48.91
%20.08

CMYK color model

#9CF665 color CMYK value is (37,0,59,4).

  • cyan value is 36.59%
  • magenta value is 0.00%
  • yellow value is 58.94%
  • key color value is 3.53%
CMYK:
(37,0,59,4)
C37M0Y59K4 
(37%,0%,59%,4%)
(0.37/0.00/0.59/0.04)	

CMYK percentages

%36.59
%0
%58.94
%3.53

Codes

Color #9CF665 in popluar color models

9CF665
RGB156246101
HSL97°88.96%68.04%
HSB/HSV97°58.94%96.47%
CMYK36.59%0.00%58.94%
3.53%

Color #9CF665 in popluar number systems.

HEX9CF665
Decimal156246101
Binary10011100111101101100101
Octal234366145

Shades and tints

Shades of #9CF665

#9CF665
(156,246,101)
#8EE05C
(142,224,92)
#80CA53
(128,202,83)
#72B44A
(114,180,74)
#649E41
(100,158,65)
#568838
(86,136,56)
#48722F
(72,114,47)
#3A5C26
(58,92,38)
#2C461D
(44,70,29)
#1E3014
(30,48,20)
#101A0B
(16,26,11)
#000000
(0,0,0)

Tints of #9CF665

#9CF665
(156,246,101)
#A5F673
(165,246,115)
#AEF681
(174,246,129)
#B7F68F
(183,246,143)
#C0F69D
(192,246,157)
#C9F6AB
(201,246,171)
#D2F6B9
(210,246,185)
#DBF6C7
(219,246,199)
#E4F6D5
(228,246,213)
#EDF6E3
(237,246,227)
#F6F6F1
(246,246,241)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #9CF665 color. Also use rgb(156,246,101) instead hex code.

Text Font Color

.myTextColor { color: #9CF665; }

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

This text font color is #9CF665.


Background Color

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

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

This div background color is #9CF665.


Border color

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

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

This div border color is #9CF665.


Opacity

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

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

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

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

This text has shadow with #9CF665 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #9CF665 on black background.


Color preview on white background

This text has color #9CF665 on white background.



Black color preview on #9CF665 background

This text has black color on #9CF665 background.


White color preview on #9CF665 background

This text has white color on #9CF665 background.