#9FC882

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

Shades of Gossip #9FC882

Tints of Gossip #9FC882

Color information

#9FC882 (or 0x9FC882) is unknown color: approx Gossip. HEX triplet: 9F, C8 and 82. RGB value is (159,200,130). Sum of RGB (Red+Green+Blue) = 159+200+130=489 (64% of max value = 765). Red value is 159 (62.5% from 255 or 32.52% from 489); Green value is 200 (78.52% from 255 or 40.90% from 489); Blue value is 130 (51.17% from 255 or 26.58% from 489); Max value from RGB is 200 - color contains mainly: green. Hex color #9FC882 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #9FC882 is #60377D. Grayscale: #B4B4B4. Windows color (decimal): -6305662 or 8571039. OLE color: 8571039.

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

Color convert

RGB159200130-
CMYK0.2000.350.22
HSL95.14º38.89%64.71%-
HSV(B)95.14º35%78.43%-
XYZ38.9850.2928.77-
YUV179.7699.92113.19-

RGB Variations

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

RGB

RED value IS 159 (62.5% from 255) = 32.52%
GREEN value IS 200 (78.52% from 255) = 40.90%
BLUE value IS 130 (51.17% from 255) = 26.58%
R=32.52%
G=40.90%
B=26.58%

CMYK

C (Cyan) values IS 0.20
M (Magenta) values IS 0
Y (Yellow) values IS 0.35
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal1592001300.2000.350.2295.1438.8964.71
Hex9FC88214023165f2741
Octal237310202240432613747101
Binary1001111111001000100000101010001000111011010111111001111000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9FC882

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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