#A0D580

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

Shades of Gossip #A0D580

Tints of Gossip #A0D580

Color information

#A0D580 (or 0xA0D580) is unknown color: approx Gossip. HEX triplet: A0, D5 and 80. RGB value is (160,213,128). Sum of RGB (Red+Green+Blue) = 160+213+128=501 (66% of max value = 765). Red value is 160 (62.89% from 255 or 31.94% from 501); Green value is 213 (83.59% from 255 or 42.51% from 501); Blue value is 128 (50.39% from 255 or 25.55% from 501); Max value from RGB is 213 - color contains mainly: green. Hex color #A0D580 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #A0D580 is #5F2A7F. Grayscale: #BBBBBB. Windows color (decimal): -6236800 or 8443296. OLE color: 8443296.

HSL color Cylindrical-coordinate representation of color #A0D580: hue angle of 97.41º degrees, saturation: 0.5, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #A0D580 is Cyan = 0.25, Magento = 0, Yellow = 0.40 and Black (K on CMYK) = 0.16.

Color convert

RGB160213128-
CMYK0.2500.400.16
HSL97.41º50.3%66.86%-
HSV(B)97.41º39.91%83.53%-
XYZ42.1956.6229.13-
YUV187.4694.44108.41-

RGB Variations

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

RGB

RED value IS 160 (62.89% from 255) = 31.94%
GREEN value IS 213 (83.59% from 255) = 42.51%
BLUE value IS 128 (50.39% from 255) = 25.55%
R=31.94%
G=42.51%
B=25.55%

CMYK

C (Cyan) values IS 0.25
M (Magenta) values IS 0
Y (Yellow) values IS 0.40
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal1602131280.2500.400.1697.4150.366.86
HexA0D5801902810613243
Octal240325200310502014162103
Binary1010000011010101100000001100101010001000011000011100101000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A0D580

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A0D580; }

 p { color: rgb(160,213,128); }

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

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

 a { background-color: rgb(160,213,128); }

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

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

 span { border-color: rgb(160,213,128); }

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