#9FC58A

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

Shades of Gossip #9FC58A

Tints of Gossip #9FC58A

Color information

#9FC58A (or 0x9FC58A) is unknown color: approx Gossip. HEX triplet: 9F, C5 and 8A. RGB value is (159,197,138). Sum of RGB (Red+Green+Blue) = 159+197+138=494 (65% of max value = 765). Red value is 159 (62.5% from 255 or 32.19% from 494); Green value is 197 (77.34% from 255 or 39.88% from 494); Blue value is 138 (54.30% from 255 or 27.94% from 494); Max value from RGB is 197 - color contains mainly: green. Hex color #9FC58A is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #9FC58A is #603A75. Grayscale: #B3B3B3. Windows color (decimal): -6306422 or 9094559. OLE color: 9094559.

HSL color Cylindrical-coordinate representation of color #9FC58A: hue angle of 98.64º degrees, saturation: 0.34, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #9FC58A is Cyan = 0.19, Magento = 0, Yellow = 0.30 and Black (K on CMYK) = 0.23.

Color convert

RGB159197138-
CMYK0.1900.300.23
HSL98.64º33.71%65.69%-
HSV(B)98.64º29.95%77.25%-
XYZ38.8549.1431.48-
YUV178.91104.91113.8-

RGB Variations

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

RGB

RED value IS 159 (62.5% from 255) = 32.19%
GREEN value IS 197 (77.34% from 255) = 39.88%
BLUE value IS 138 (54.30% from 255) = 27.94%
R=32.19%
G=39.88%
B=27.94%

CMYK

C (Cyan) values IS 0.19
M (Magenta) values IS 0
Y (Yellow) values IS 0.30
K (Black) values IS 0.23
SystemRedGreenBlueCMYKHSL
Decimal1591971380.1900.300.2398.6433.7165.69
Hex9FC58A1301E17632242
Octal237305212230362714342102
Binary100111111100010110001010100110111101011111000111000101000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9FC58A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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