#A0D588

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

Shades of Gossip #A0D588

Tints of Gossip #A0D588

Color information

#A0D588 (or 0xA0D588) is unknown color: approx Gossip. HEX triplet: A0, D5 and 88. RGB value is (160,213,136). Sum of RGB (Red+Green+Blue) = 160+213+136=509 (67% of max value = 765). Red value is 160 (62.89% from 255 or 31.43% from 509); Green value is 213 (83.59% from 255 or 41.85% from 509); Blue value is 136 (53.52% from 255 or 26.72% from 509); Max value from RGB is 213 - color contains mainly: green. Hex color #A0D588 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #A0D588 is #5F2A77. Grayscale: #BCBCBC. Windows color (decimal): -6236792 or 8967584. OLE color: 8967584.

HSL color Cylindrical-coordinate representation of color #A0D588: hue angle of 101.3º degrees, saturation: 0.48, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #A0D588 is Cyan = 0.25, Magento = 0, Yellow = 0.36 and Black (K on CMYK) = 0.16.

Color convert

RGB160213136-
CMYK0.2500.360.16
HSL101.3º47.83%68.43%-
HSV(B)101.3º36.15%83.53%-
XYZ42.7456.8432.01-
YUV188.3798.44107.76-

RGB Variations

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

RGB

RED value IS 160 (62.89% from 255) = 31.43%
GREEN value IS 213 (83.59% from 255) = 41.85%
BLUE value IS 136 (53.52% from 255) = 26.72%
R=31.43%
G=41.85%
B=26.72%

CMYK

C (Cyan) values IS 0.25
M (Magenta) values IS 0
Y (Yellow) values IS 0.36
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal1602131360.2500.360.16101.347.8368.43
HexA0D5881902410653044
Octal240325210310442014560104
Binary1010000011010101100010001100101001001000011001011100001000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A0D588

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A0D588; }

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

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

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

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

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

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

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

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