#A1D382

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

Shades of Gossip #A1D382

Tints of Gossip #A1D382

Color information

#A1D382 (or 0xA1D382) is unknown color: approx Gossip. HEX triplet: A1, D3 and 82. RGB value is (161,211,130). Sum of RGB (Red+Green+Blue) = 161+211+130=502 (66% of max value = 765). Red value is 161 (63.28% from 255 or 32.07% from 502); Green value is 211 (82.81% from 255 or 42.03% from 502); Blue value is 130 (51.17% from 255 or 25.90% from 502); Max value from RGB is 211 - color contains mainly: green. Hex color #A1D382 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #A1D382 is #5E2C7D. Grayscale: #BBBBBB. Windows color (decimal): -6171774 or 8573857. OLE color: 8573857.

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

Color convert

RGB161211130-
CMYK0.2400.380.17
HSL97.04º47.93%66.86%-
HSV(B)97.04º38.39%82.75%-
XYZ42.0255.7829.67-
YUV186.8295.94109.59-

RGB Variations

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

RGB

RED value IS 161 (63.28% from 255) = 32.07%
GREEN value IS 211 (82.81% from 255) = 42.03%
BLUE value IS 130 (51.17% from 255) = 25.90%
R=32.07%
G=42.03%
B=25.90%

CMYK

C (Cyan) values IS 0.24
M (Magenta) values IS 0
Y (Yellow) values IS 0.38
K (Black) values IS 0.17
SystemRedGreenBlueCMYKHSL
Decimal1612111300.2400.380.1797.0447.9366.86
HexA1D3821802611613043
Octal241323202300462114160103
Binary1010000111010011100000101100001001101000111000011100001000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A1D382

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A1D382; }

 p { color: rgb(161,211,130); }

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

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

 a { background-color: rgb(161,211,130); }

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

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

 span { border-color: rgb(161,211,130); }

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