#9FC88C

Color #9FC88C Gossip (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Gossip #9FC88C

Tints of Gossip #9FC88C

Color information

#9FC88C (or 0x9FC88C) is unknown color: approx Gossip. HEX triplet: 9F, C8 and 8C. RGB value is (159,200,140). Sum of RGB (Red+Green+Blue) = 159+200+140=499 (66% of max value = 765). Red value is 159 (62.5% from 255 or 31.86% from 499); Green value is 200 (78.52% from 255 or 40.08% from 499); Blue value is 140 (55.08% from 255 or 28.06% from 499); Max value from RGB is 200 - color contains mainly: green. Hex color #9FC88C is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #9FC88C is #603773. Grayscale: #B5B5B5. Windows color (decimal): -6305652 or 9226399. OLE color: 9226399.

HSL color Cylindrical-coordinate representation of color #9FC88C: hue angle of 101º degrees, saturation: 0.35, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #9FC88C is Cyan = 0.20, Magento = 0, Yellow = 0.3 and Black (K on CMYK) = 0.22.

Color convert

RGB159200140-
CMYK0.2000.30.22
HSL101º35.29%66.67%-
HSV(B)101º30%78.43%-
XYZ39.6950.5732.48-
YUV180.9104.92112.38-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 159 (62.5% from 255) = 31.86%
GREEN value IS 200 (78.52% from 255) = 40.08%
BLUE value IS 140 (55.08% from 255) = 28.06%
R=31.86%
G=40.08%
B=28.06%

CMYK

C (Cyan) values IS 0.20
M (Magenta) values IS 0
Y (Yellow) values IS 0.3
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal1592001400.2000.30.2210135.2966.67
Hex9FC88C1401E16652343
Octal237310214240362614543103
Binary100111111100100010001100101000111101011011001011000111000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9FC88C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #9FC88C; }

 p { color: rgb(159,200,140); }

 H1.HeaderClassName
 {
   color: #9FC88C;
 }
 .AnyTagClassName
 {
   color: #9FC88C;
 }
</style>
background-color css

<style>
 a { background-color: #9FC88C; }

 a { background-color: rgb(159,200,140); }

 div.DivClassName
 {
   background-color: #9FC88C;
 }
 .BgClassName
 {
   background-color: #9FC88C;
 }
</style>
border-color css

<style>
 span { border-color: #9FC88C; }

 span { border-color: rgb(159,200,140); }

 td.TdClassName
 {
   border-color: #9FC88C;
 }
 .TagClassName
 {
   border-color: #9FC88C;
 }
</style>