#9FD58A

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

Shades of Gossip #9FD58A

Tints of Gossip #9FD58A

Color information

#9FD58A (or 0x9FD58A) is unknown color: approx Gossip. HEX triplet: 9F, D5 and 8A. RGB value is (159,213,138). Sum of RGB (Red+Green+Blue) = 159+213+138=510 (67% of max value = 765). Red value is 159 (62.5% from 255 or 31.18% from 510); Green value is 213 (83.59% from 255 or 41.76% from 510); Blue value is 138 (54.30% from 255 or 27.06% from 510); Max value from RGB is 213 - color contains mainly: green. Hex color #9FD58A is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #9FD58A is #602A75. Grayscale: #BCBCBC. Windows color (decimal): -6302326 or 9098655. OLE color: 9098655.

HSL color Cylindrical-coordinate representation of color #9FD58A: hue angle of 103.2º degrees, saturation: 0.47, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #9FD58A is Cyan = 0.25, Magento = 0, Yellow = 0.35 and Black (K on CMYK) = 0.16.

Color convert

RGB159213138-
CMYK0.2500.350.16
HSL103.2º47.17%68.82%-
HSV(B)103.2º35.21%83.53%-
XYZ42.6856.7932.76-
YUV188.399.61107.1-

RGB Variations

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

RGB

RED value IS 159 (62.5% from 255) = 31.18%
GREEN value IS 213 (83.59% from 255) = 41.76%
BLUE value IS 138 (54.30% from 255) = 27.06%
R=31.18%
G=41.76%
B=27.06%

CMYK

C (Cyan) values IS 0.25
M (Magenta) values IS 0
Y (Yellow) values IS 0.35
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal1592131380.2500.350.16103.247.1768.82
Hex9FD58A1902310672f45
Octal237325212310432014757105
Binary1001111111010101100010101100101000111000011001111011111000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9FD58A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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