#9FC58E

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

Shades of Gossip #9FC58E

Tints of Gossip #9FC58E

Color information

#9FC58E (or 0x9FC58E) is unknown color: approx Gossip. HEX triplet: 9F, C5 and 8E. RGB value is (159,197,142). Sum of RGB (Red+Green+Blue) = 159+197+142=498 (65% of max value = 765). Red value is 159 (62.5% from 255 or 31.93% from 498); Green value is 197 (77.34% from 255 or 39.56% from 498); Blue value is 142 (55.86% from 255 or 28.51% from 498); Max value from RGB is 197 - color contains mainly: green. Hex color #9FC58E is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #9FC58E is #603A71. Grayscale: #B3B3B3. Windows color (decimal): -6306418 or 9356703. OLE color: 9356703.

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

Color convert

RGB159197142-
CMYK0.1900.280.23
HSL101.45º32.16%66.47%-
HSV(B)101.45º27.92%77.25%-
XYZ39.1549.2633.04-
YUV179.37106.91113.47-

RGB Variations

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

RGB

RED value IS 159 (62.5% from 255) = 31.93%
GREEN value IS 197 (77.34% from 255) = 39.56%
BLUE value IS 142 (55.86% from 255) = 28.51%
R=31.93%
G=39.56%
B=28.51%

CMYK

C (Cyan) values IS 0.19
M (Magenta) values IS 0
Y (Yellow) values IS 0.28
K (Black) values IS 0.23
SystemRedGreenBlueCMYKHSL
Decimal1591971420.1900.280.23101.4532.1666.47
Hex9FC58E1301C17652042
Octal237305216230342714540102
Binary100111111100010110001110100110111001011111001011000001000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9FC58E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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