#9FCE80

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

Shades of Gossip #9FCE80

Tints of Gossip #9FCE80

Color information

#9FCE80 (or 0x9FCE80) is unknown color: approx Gossip. HEX triplet: 9F, CE and 80. RGB value is (159,206,128). Sum of RGB (Red+Green+Blue) = 159+206+128=493 (65% of max value = 765). Red value is 159 (62.5% from 255 or 32.25% from 493); Green value is 206 (80.86% from 255 or 41.78% from 493); Blue value is 128 (50.39% from 255 or 25.96% from 493); Max value from RGB is 206 - color contains mainly: green. Hex color #9FCE80 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #9FCE80 is #60317F. Grayscale: #B7B7B7. Windows color (decimal): -6304128 or 8441503. OLE color: 8441503.

HSL color Cylindrical-coordinate representation of color #9FCE80: hue angle of 96.15º degrees, saturation: 0.44, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #9FCE80 is Cyan = 0.23, Magento = 0, Yellow = 0.38 and Black (K on CMYK) = 0.19.

Color convert

RGB159206128-
CMYK0.2300.380.19
HSL96.15º44.32%65.49%-
HSV(B)96.15º37.86%80.78%-
XYZ40.2753.0728.54-
YUV183.0696.93110.84-

RGB Variations

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

RGB

RED value IS 159 (62.5% from 255) = 32.25%
GREEN value IS 206 (80.86% from 255) = 41.78%
BLUE value IS 128 (50.39% from 255) = 25.96%
R=32.25%
G=41.78%
B=25.96%

CMYK

C (Cyan) values IS 0.23
M (Magenta) values IS 0
Y (Yellow) values IS 0.38
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal1592061280.2300.380.1996.1544.3265.49
Hex9FCE801702613602c41
Octal237316200270462314054101
Binary1001111111001110100000001011101001101001111000001011001000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9FCE80

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(159,206,128); }

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

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

 a { background-color: rgb(159,206,128); }

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

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

 span { border-color: rgb(159,206,128); }

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