COLOR #9CF0A9

HEX: #9CF0A9 RGB: (156,240,169)

Color info

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

RGB color model

#9CF0A9 color RGB value is (156,240,169).

RGB: (156,240,169) (61%, 94%, 66%)

RGB channels and saturation

R 156 of 255 = 61%
G 240 of 255 = 94%
B 169 of 255 = 66%

156
240
169

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

Portions of RGB colors in percentages

R + G + B = 156 + 240 + 169 = 565 (100%)
R 156 of 565 ~ 27.61%
G 240 of 565 ~ 42.48%
B 169 of 565 ~ 29.91'%

%27.61
%42.48
%29.91

CMYK color model

#9CF0A9 color CMYK value is (35,0,30,6).

  • cyan value is 35.00%
  • magenta value is 0.00%
  • yellow value is 29.58%
  • key color value is 5.88%

CMYK: (35,0,30,6)
C35M0Y30K6 (35%, 0%, 30%, 6%)
(0.35 / 0.00 / 0.30 / 0.06)

CMYK percentages

%35
%0
%29.58
%5.88

Codes

Color #9CF0A9 in popluar color models

9C F0 A9
RGB 156 240 169
HSL 129° 73.68% 77.65%
HSB/HSV 129° 35.00% 94.12%
CMYK 35.00% 0.00% 29.58%
5.88%

Color #9CF0A9 in popluar number systems.

HEX 9C F0 A9
Decimal 156 240 169
Binary 10011100 11110000 10101001
Octal 234 360 251

Shades and tints

Shades of #9CF0A9

#9CF0A9
(156,240,169)
#8EDB9A
(142,219,154)
#80C68B
(128,198,139)
#72B17C
(114,177,124)
#649C6D
(100,156,109)
#56875E
(86,135,94)
#48724F
(72,114,79)
#3A5D40
(58,93,64)
#2C4831
(44,72,49)
#1E3322
(30,51,34)
#101E13
(16,30,19)
#000000
(0,0,0)

Tints of #9CF0A9

#9CF0A9
(156,240,169)
#A5F1B0
(165,241,176)
#AEF2B7
(174,242,183)
#B7F3BE
(183,243,190)
#C0F4C5
(192,244,197)
#C9F5CC
(201,245,204)
#D2F6D3
(210,246,211)
#DBF7DA
(219,247,218)
#E4F8E1
(228,248,225)
#EDF9E8
(237,249,232)
#F6FAEF
(246,250,239)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #9CF0A9 color. Also use rgb(156,240,169) instead hex code.

Text Font Color

.myTextColor { color: #9CF0A9; }

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

This text font color is #9CF0A9.

Background Color

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

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

This div background color is #9CF0A9.

Border color

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

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

This div border color is #9CF0A9.

Opacity

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

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

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

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

This text has shadow with #9CF0A9 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #9CF0A9.

Preview

Color preview on black background

This text has color #9CF0A9 on black background.


Color preview on white background

This text has color #9CF0A9 on white background.


Black color preview on #9CF0A9 background

This text has black color on #9CF0A9 background.


White color preview on #9CF0A9 background

This text has white color on #9CF0A9 background.


Related colors

Complementary color

Complementary color for #hex is #630F56.


I love getcolorcode.com

Triadic colors

1 #A99CF0 and #F0A99C with #9CF0A9 are triadic colors.

2 #A9F09C and #F09CA9 with #9CF0A9 are triadic colors.