COLOR #9FCA90

HEX: #9FCA90 RGB: (159,202,144)

Color info

#9FCA90 contains red, green and blue colors in about the same proportion. Web safe color of #9FCA90 is #99CC99 (or #9C9).

RGB color model

#9FCA90 color RGB value is (159,202,144).

RGB: (159,202,144) (62%, 79%, 56%)

RGB channels and saturation

R 159 of 255 = 62%
G 202 of 255 = 79%
B 144 of 255 = 56%

159
202
144

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

Portions of RGB colors in percentages

R + G + B = 159 + 202 + 144 = 505 (100%)
R 159 of 505 ~ 31.49%
G 202 of 505 ~ 40%
B 144 of 505 ~ 28.51'%

%31.49
%40
%28.51

CMYK color model

#9FCA90 color CMYK value is (21,0,29,21).

  • cyan value is 21.29%
  • magenta value is 0.00%
  • yellow value is 28.71%
  • key color value is 20.78%

CMYK: (21,0,29,21)
C21M0Y29K21 (21%, 0%, 29%, 21%)
(0.21 / 0.00 / 0.29 / 0.21)

CMYK percentages

%21.29
%0
%28.71
%20.78

Codes

Color #9FCA90 in popluar color models

9F CA 90
RGB 159 202 144
HSL 104° 35.37% 67.84%
HSB/HSV 104° 28.71% 79.22%
CMYK 21.29% 0.00% 28.71%
20.78%

Color #9FCA90 in popluar number systems.

HEX 9F CA 90
Decimal 159 202 144
Binary 10011111 11001010 10010000
Octal 237 312 220

Shades and tints

Shades of #9FCA90

#9FCA90
(159,202,144)
#91B883
(145,184,131)
#83A676
(131,166,118)
#759469
(117,148,105)
#67825C
(103,130,92)
#59704F
(89,112,79)
#4B5E42
(75,94,66)
#3D4C35
(61,76,53)
#2F3A28
(47,58,40)
#21281B
(33,40,27)
#13160E
(19,22,14)
#000000
(0,0,0)

Tints of #9FCA90

#9FCA90
(159,202,144)
#A7CE9A
(167,206,154)
#AFD2A4
(175,210,164)
#B7D6AE
(183,214,174)
#BFDAB8
(191,218,184)
#C7DEC2
(199,222,194)
#CFE2CC
(207,226,204)
#D7E6D6
(215,230,214)
#DFEAE0
(223,234,224)
#E7EEEA
(231,238,234)
#EFF2F4
(239,242,244)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #9FCA90 color. Also use rgb(159,202,144) instead hex code.

Text Font Color

.myTextColor { color: #9FCA90; }

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

This text font color is #9FCA90.

Background Color

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

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

This div background color is #9FCA90.

Border color

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

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

This div border color is #9FCA90.

Opacity

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

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

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

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

This text has shadow with #9FCA90 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #9FCA90.

Preview

Color preview on black background

This text has color #9FCA90 on black background.


Color preview on white background

This text has color #9FCA90 on white background.


Black color preview on #9FCA90 background

This text has black color on #9FCA90 background.


White color preview on #9FCA90 background

This text has white color on #9FCA90 background.


Related colors

Complementary color

Complementary color for #hex is #60356F.


I love getcolorcode.com

Triadic colors

1 #909FCA and #CA909F with #9FCA90 are triadic colors.

2 #90CA9F and #CA9F90 with #9FCA90 are triadic colors.