#9FD185

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

Shades of Gossip #9FD185

Tints of Gossip #9FD185

Color information

#9FD185 (or 0x9FD185) is unknown color: approx Gossip. HEX triplet: 9F, D1 and 85. RGB value is (159,209,133). Sum of RGB (Red+Green+Blue) = 159+209+133=501 (66% of max value = 765). Red value is 159 (62.5% from 255 or 31.74% from 501); Green value is 209 (82.03% from 255 or 41.72% from 501); Blue value is 133 (52.34% from 255 or 26.55% from 501); Max value from RGB is 209 - color contains mainly: green. Hex color #9FD185 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #9FD185 is #602E7A. Grayscale: #B9B9B9. Windows color (decimal): -6303355 or 8769951. OLE color: 8769951.

HSL color Cylindrical-coordinate representation of color #9FD185: hue angle of 99.47º degrees, saturation: 0.45, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #9FD185 is Cyan = 0.24, Magento = 0, Yellow = 0.36 and Black (K on CMYK) = 0.18.

Color convert

RGB159209133-
CMYK0.2400.360.18
HSL99.47º45.24%67.06%-
HSV(B)99.47º36.36%81.96%-
XYZ41.3354.6730.56-
YUV185.3998.44109.18-

RGB Variations

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

RGB

RED value IS 159 (62.5% from 255) = 31.74%
GREEN value IS 209 (82.03% from 255) = 41.72%
BLUE value IS 133 (52.34% from 255) = 26.55%
R=31.74%
G=41.72%
B=26.55%

CMYK

C (Cyan) values IS 0.24
M (Magenta) values IS 0
Y (Yellow) values IS 0.36
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal1592091330.2400.360.1899.4745.2467.06
Hex9FD1851802412632d43
Octal237321205300442214355103
Binary1001111111010001100001011100001001001001011000111011011000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9FD185

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(159,209,133); }

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

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

 a { background-color: rgb(159,209,133); }

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

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

 span { border-color: rgb(159,209,133); }

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