#9FCD80

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

Shades of Gossip #9FCD80

Tints of Gossip #9FCD80

Color information

#9FCD80 (or 0x9FCD80) is unknown color: approx Gossip. HEX triplet: 9F, CD and 80. RGB value is (159,205,128). Sum of RGB (Red+Green+Blue) = 159+205+128=492 (65% of max value = 765). Red value is 159 (62.5% from 255 or 32.32% from 492); Green value is 205 (80.47% from 255 or 41.67% from 492); Blue value is 128 (50.39% from 255 or 26.02% from 492); Max value from RGB is 205 - color contains mainly: green. Hex color #9FCD80 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #9FCD80 is #60327F. Grayscale: #B6B6B6. Windows color (decimal): -6304384 or 8441247. OLE color: 8441247.

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

Color convert

RGB159205128-
CMYK0.2200.380.20
HSL95.84º43.5%65.29%-
HSV(B)95.84º37.56%80.39%-
XYZ40.0352.5928.46-
YUV182.4797.26111.26-

RGB Variations

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

RGB

RED value IS 159 (62.5% from 255) = 32.32%
GREEN value IS 205 (80.47% from 255) = 41.67%
BLUE value IS 128 (50.39% from 255) = 26.02%
R=32.32%
G=41.67%
B=26.02%

CMYK

C (Cyan) values IS 0.22
M (Magenta) values IS 0
Y (Yellow) values IS 0.38
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal1592051280.2200.380.2095.8443.565.29
Hex9FCD801602614602c41
Octal237315200260462414054101
Binary1001111111001101100000001011001001101010011000001011001000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9FCD80

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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