#9FC782

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

Shades of Gossip #9FC782

Tints of Gossip #9FC782

Color information

#9FC782 (or 0x9FC782) is unknown color: approx Gossip. HEX triplet: 9F, C7 and 82. RGB value is (159,199,130). Sum of RGB (Red+Green+Blue) = 159+199+130=488 (64% of max value = 765). Red value is 159 (62.5% from 255 or 32.58% from 488); Green value is 199 (78.12% from 255 or 40.78% from 488); Blue value is 130 (51.17% from 255 or 26.64% from 488); Max value from RGB is 199 - color contains mainly: green. Hex color #9FC782 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #9FC782 is #60387D. Grayscale: #B3B3B3. Windows color (decimal): -6305918 or 8570783. OLE color: 8570783.

HSL color Cylindrical-coordinate representation of color #9FC782: hue angle of 94.78º degrees, saturation: 0.38, 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 #9FC782 is Cyan = 0.20, Magento = 0, Yellow = 0.35 and Black (K on CMYK) = 0.22.

Color convert

RGB159199130-
CMYK0.2000.350.22
HSL94.78º38.12%64.51%-
HSV(B)94.78º34.67%78.04%-
XYZ38.7549.8328.69-
YUV179.17100.25113.61-

RGB Variations

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

RGB

RED value IS 159 (62.5% from 255) = 32.58%
GREEN value IS 199 (78.12% from 255) = 40.78%
BLUE value IS 130 (51.17% from 255) = 26.64%
R=32.58%
G=40.78%
B=26.64%

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
Decimal1591991300.2000.350.2294.7838.1264.51
Hex9FC78214023165f2641
Octal237307202240432613746101
Binary1001111111000111100000101010001000111011010111111001101000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9FC782

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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