#9FD17C

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

Shades of Gossip #9FD17C

Tints of Gossip #9FD17C

Color information

#9FD17C (or 0x9FD17C) is unknown color: approx Gossip. HEX triplet: 9F, D1 and 7C. RGB value is (159,209,124). Sum of RGB (Red+Green+Blue) = 159+209+124=492 (65% of max value = 765). Red value is 159 (62.5% from 255 or 32.32% from 492); Green value is 209 (82.03% from 255 or 42.48% from 492); Blue value is 124 (48.83% from 255 or 25.20% from 492); Max value from RGB is 209 - color contains mainly: green. Hex color #9FD17C is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #9FD17C is #602E83. Grayscale: #B8B8B8. Windows color (decimal): -6303364 or 8180127. OLE color: 8180127.

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

Color convert

RGB159209124-
CMYK0.2400.410.18
HSL95.29º48.02%65.29%-
HSV(B)95.29º40.67%81.96%-
XYZ40.7454.4327.43-
YUV184.3693.94109.91-

RGB Variations

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

RGB

RED value IS 159 (62.5% from 255) = 32.32%
GREEN value IS 209 (82.03% from 255) = 42.48%
BLUE value IS 124 (48.83% from 255) = 25.20%
R=32.32%
G=42.48%
B=25.20%

CMYK

C (Cyan) values IS 0.24
M (Magenta) values IS 0
Y (Yellow) values IS 0.41
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal1592091240.2400.410.1895.2948.0265.29
Hex9FD17C18029125f3041
Octal237321174300512213760101
Binary100111111101000111111001100001010011001010111111100001000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9FD17C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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