#9FC781

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

Shades of Gossip #9FC781

Tints of Gossip #9FC781

Color information

#9FC781 (or 0x9FC781) is unknown color: approx Gossip. HEX triplet: 9F, C7 and 81. RGB value is (159,199,129). Sum of RGB (Red+Green+Blue) = 159+199+129=487 (64% of max value = 765). Red value is 159 (62.5% from 255 or 32.65% from 487); Green value is 199 (78.12% from 255 or 40.86% from 487); Blue value is 129 (50.78% from 255 or 26.49% from 487); Max value from RGB is 199 - color contains mainly: green. Hex color #9FC781 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #9FC781 is #60387E. Grayscale: #B3B3B3. Windows color (decimal): -6305919 or 8505247. OLE color: 8505247.

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

Color convert

RGB159199129-
CMYK0.2000.350.22
HSL94.29º38.46%64.31%-
HSV(B)94.29º35.18%78.04%-
XYZ38.6849.828.34-
YUV179.0699.75113.69-

RGB Variations

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

RGB

RED value IS 159 (62.5% from 255) = 32.65%
GREEN value IS 199 (78.12% from 255) = 40.86%
BLUE value IS 129 (50.78% from 255) = 26.49%
R=32.65%
G=40.86%
B=26.49%

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
Decimal1591991290.2000.350.2294.2938.4664.31
Hex9FC78114023165e2640
Octal237307201240432613646100
Binary1001111111000111100000011010001000111011010111101001101000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9FC781

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(159,199,129); }

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

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

 a { background-color: rgb(159,199,129); }

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

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

 span { border-color: rgb(159,199,129); }

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