#A1D488

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

Shades of Gossip #A1D488

Tints of Gossip #A1D488

Color information

#A1D488 (or 0xA1D488) is unknown color: approx Gossip. HEX triplet: A1, D4 and 88. RGB value is (161,212,136). Sum of RGB (Red+Green+Blue) = 161+212+136=509 (67% of max value = 765). Red value is 161 (63.28% from 255 or 31.63% from 509); Green value is 212 (83.20% from 255 or 41.65% from 509); Blue value is 136 (53.52% from 255 or 26.72% from 509); Max value from RGB is 212 - color contains mainly: green. Hex color #A1D488 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #A1D488 is #5E2B77. Grayscale: #BCBCBC. Windows color (decimal): -6171512 or 8967329. OLE color: 8967329.

HSL color Cylindrical-coordinate representation of color #A1D488: hue angle of 100.26º degrees, saturation: 0.47, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #A1D488 is Cyan = 0.24, Magento = 0, Yellow = 0.36 and Black (K on CMYK) = 0.17.

Color convert

RGB161212136-
CMYK0.2400.360.17
HSL100.26º46.91%68.24%-
HSV(B)100.26º35.85%83.14%-
XYZ42.6956.4431.94-
YUV188.0998.6108.68-

RGB Variations

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

RGB

RED value IS 161 (63.28% from 255) = 31.63%
GREEN value IS 212 (83.20% from 255) = 41.65%
BLUE value IS 136 (53.52% from 255) = 26.72%
R=31.63%
G=41.65%
B=26.72%

CMYK

C (Cyan) values IS 0.24
M (Magenta) values IS 0
Y (Yellow) values IS 0.36
K (Black) values IS 0.17
SystemRedGreenBlueCMYKHSL
Decimal1612121360.2400.360.17100.2646.9168.24
HexA1D4881802411642f44
Octal241324210300442114457104
Binary1010000111010100100010001100001001001000111001001011111000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A1D488

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A1D488; }

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

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

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

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

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

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

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

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