#9FC78A

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

Shades of Gossip #9FC78A

Tints of Gossip #9FC78A

Color information

#9FC78A (or 0x9FC78A) is unknown color: approx Gossip. HEX triplet: 9F, C7 and 8A. RGB value is (159,199,138). Sum of RGB (Red+Green+Blue) = 159+199+138=496 (65% of max value = 765). Red value is 159 (62.5% from 255 or 32.06% from 496); Green value is 199 (78.12% from 255 or 40.12% from 496); Blue value is 138 (54.30% from 255 or 27.82% from 496); Max value from RGB is 199 - color contains mainly: green. Hex color #9FC78A is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #9FC78A is #603875. Grayscale: #B4B4B4. Windows color (decimal): -6305910 or 9095071. OLE color: 9095071.

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

Color convert

RGB159199138-
CMYK0.2000.310.22
HSL99.34º35.26%66.08%-
HSV(B)99.34º30.65%78.04%-
XYZ39.3150.0531.63-
YUV180.09104.25112.96-

RGB Variations

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

RGB

RED value IS 159 (62.5% from 255) = 32.06%
GREEN value IS 199 (78.12% from 255) = 40.12%
BLUE value IS 138 (54.30% from 255) = 27.82%
R=32.06%
G=40.12%
B=27.82%

CMYK

C (Cyan) values IS 0.20
M (Magenta) values IS 0
Y (Yellow) values IS 0.31
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal1591991380.2000.310.2299.3435.2666.08
Hex9FC78A1401F16632342
Octal237307212240372614343102
Binary100111111100011110001010101000111111011011000111000111000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9FC78A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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