COLOR #9FCA53

HEX: #9FCA53
RGB: (159,202,83)

Color info

#9FCA53 contains mainly red and green colors. Web safe color of #9FCA53 is #99CC66 (or #9C6).

RGB color model

#9FCA53 color RGB value is (159,202,83).

  • red value is 159;
  • green value is 202;
  • blue value is 83.
RGB:
(159,202,83)
(62%,79%,33%)

RGB channels and saturation

R 159 of 255 = 62%
G 202 of 255 = 79%
B 83 of 255 = 33%

159
202
83

R + G + B ~ 58%. #9FCA53 is middle color (not dark and not light).

Portions of RGB colors in percentages

R + G + B =
159 + 202 + 83 = 444 (100%)
R 159 of 444 ~ 35.81%
G 202 of 444 ~ 45.5%
B 83 of 444 ~ 18.69%

%35.81
%45.5
%18.69

CMYK color model

#9FCA53 color CMYK value is (21,0,59,21).

  • cyan value is 21.29%
  • magenta value is 0.00%
  • yellow value is 58.91%
  • key color value is 20.78%
CMYK:
(21,0,59,21)
C21M0Y59K21 
(21%,0%,59%,21%)
(0.21/0.00/0.59/0.21)	

CMYK percentages

%21.29
%0
%58.91
%20.78

Codes

Color #9FCA53 in popluar color models

9FCA53
RGB15920283
HSL82°52.89%55.88%
HSB/HSV82°58.91%79.22%
CMYK21.29%0.00%58.91%
20.78%

Color #9FCA53 in popluar number systems.

HEX9FCA53
Decimal15920283
Binary10011111110010101010011
Octal237312123

Shades and tints

Shades of #9FCA53

#9FCA53
(159,202,83)
#91B84C
(145,184,76)
#83A645
(131,166,69)
#75943E
(117,148,62)
#678237
(103,130,55)
#597030
(89,112,48)
#4B5E29
(75,94,41)
#3D4C22
(61,76,34)
#2F3A1B
(47,58,27)
#212814
(33,40,20)
#13160D
(19,22,13)
#000000
(0,0,0)

Tints of #9FCA53

#9FCA53
(159,202,83)
#A7CE62
(167,206,98)
#AFD271
(175,210,113)
#B7D680
(183,214,128)
#BFDA8F
(191,218,143)
#C7DE9E
(199,222,158)
#CFE2AD
(207,226,173)
#D7E6BC
(215,230,188)
#DFEACB
(223,234,203)
#E7EEDA
(231,238,218)
#EFF2E9
(239,242,233)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #9FCA53; }

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

This text font color is #9FCA53.


Background Color

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

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

This div background color is #9FCA53.


Border color

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

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

This div border color is #9FCA53.


Opacity

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

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

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

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

This text has shadow with #9FCA53 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #9FCA53 on black background.


Color preview on white background

This text has color #9FCA53 on white background.



Black color preview on #9FCA53 background

This text has black color on #9FCA53 background.


White color preview on #9FCA53 background

This text has white color on #9FCA53 background.