COLOR #9FC298

HEX: #9FC298
RGB: (159,194,152)

Color info

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

RGB color model

#9FC298 color RGB value is (159,194,152).

  • red value is 159;
  • green value is 194;
  • blue value is 152.
RGB:
(159,194,152)
(62%,76%,60%)

RGB channels and saturation

R 159 of 255 = 62%
G 194 of 255 = 76%
B 152 of 255 = 60%

159
194
152

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

Portions of RGB colors in percentages

R + G + B =
159 + 194 + 152 = 505 (100%)
R 159 of 505 ~ 31.49%
G 194 of 505 ~ 38.42%
B 152 of 505 ~ 30.1%

%31.49
%38.42
%30.1

CMYK color model

#9FC298 color CMYK value is (18,0,22,24).

  • cyan value is 18.04%
  • magenta value is 0.00%
  • yellow value is 21.65%
  • key color value is 23.92%
CMYK:
(18,0,22,24)
C18M0Y22K24 
(18%,0%,22%,24%)
(0.18/0.00/0.22/0.24)	

CMYK percentages

%18.04
%0
%21.65
%23.92

Codes

Color #9FC298 in popluar color models

9FC298
RGB159194152
HSL110°25.61%67.84%
HSB/HSV110°21.65%76.08%
CMYK18.04%0.00%21.65%
23.92%

Color #9FC298 in popluar number systems.

HEX9FC298
Decimal159194152
Binary100111111100001010011000
Octal237302230

Shades and tints

Shades of #9FC298

#9FC298
(159,194,152)
#91B18B
(145,177,139)
#83A07E
(131,160,126)
#758F71
(117,143,113)
#677E64
(103,126,100)
#596D57
(89,109,87)
#4B5C4A
(75,92,74)
#3D4B3D
(61,75,61)
#2F3A30
(47,58,48)
#212923
(33,41,35)
#131816
(19,24,22)
#000000
(0,0,0)

Tints of #9FC298

#9FC298
(159,194,152)
#A7C7A1
(167,199,161)
#AFCCAA
(175,204,170)
#B7D1B3
(183,209,179)
#BFD6BC
(191,214,188)
#C7DBC5
(199,219,197)
#CFE0CE
(207,224,206)
#D7E5D7
(215,229,215)
#DFEAE0
(223,234,224)
#E7EFE9
(231,239,233)
#EFF4F2
(239,244,242)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #9FC298 color. Also use rgb(159,194,152) instead hex code.

Text Font Color

.myTextColor { color: #9FC298; }

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

This text font color is #9FC298.


Background Color

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

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

This div background color is #9FC298.


Border color

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

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

This div border color is #9FC298.


Opacity

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

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

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

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

This text has shadow with #9FC298 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #9FC298 on black background.


Color preview on white background

This text has color #9FC298 on white background.



Black color preview on #9FC298 background

This text has black color on #9FC298 background.


White color preview on #9FC298 background

This text has white color on #9FC298 background.