#A1D788

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

Shades of Gossip #A1D788

Tints of Gossip #A1D788

Color information

#A1D788 (or 0xA1D788) is unknown color: approx Gossip. HEX triplet: A1, D7 and 88. RGB value is (161,215,136). Sum of RGB (Red+Green+Blue) = 161+215+136=512 (67% of max value = 765). Red value is 161 (63.28% from 255 or 31.45% from 512); Green value is 215 (84.38% from 255 or 41.99% from 512); Blue value is 136 (53.52% from 255 or 26.56% from 512); Max value from RGB is 215 - color contains mainly: green. Hex color #A1D788 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #A1D788 is #5E2877. Grayscale: #BEBEBE. Windows color (decimal): -6170744 or 8968097. OLE color: 8968097.

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

Color convert

RGB161215136-
CMYK0.2500.370.16
HSL101.01º49.69%68.82%-
HSV(B)101.01º36.74%84.31%-
XYZ43.4457.9632.19-
YUV189.8597.61107.42-

RGB Variations

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

RGB

RED value IS 161 (63.28% from 255) = 31.45%
GREEN value IS 215 (84.38% from 255) = 41.99%
BLUE value IS 136 (53.52% from 255) = 26.56%
R=31.45%
G=41.99%
B=26.56%

CMYK

C (Cyan) values IS 0.25
M (Magenta) values IS 0
Y (Yellow) values IS 0.37
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal1612151360.2500.370.16101.0149.6968.82
HexA1D7881902510653245
Octal241327210310452014562105
Binary1010000111010111100010001100101001011000011001011100101000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A1D788

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A1D788; }

 p { color: rgb(161,215,136); }

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

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

 a { background-color: rgb(161,215,136); }

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

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

 span { border-color: rgb(161,215,136); }

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