#A1D482

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

Shades of Gossip #A1D482

Tints of Gossip #A1D482

Color information

#A1D482 (or 0xA1D482) is unknown color: approx Gossip. HEX triplet: A1, D4 and 82. RGB value is (161,212,130). Sum of RGB (Red+Green+Blue) = 161+212+130=503 (66% of max value = 765). Red value is 161 (63.28% from 255 or 32.01% from 503); Green value is 212 (83.20% from 255 or 42.15% from 503); Blue value is 130 (51.17% from 255 or 25.84% from 503); Max value from RGB is 212 - color contains mainly: green. Hex color #A1D482 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #A1D482 is #5E2B7D. Grayscale: #BBBBBB. Windows color (decimal): -6171518 or 8574113. OLE color: 8574113.

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

Color convert

RGB161212130-
CMYK0.2400.390.17
HSL97.32º48.81%67.06%-
HSV(B)97.32º38.68%83.14%-
XYZ42.2756.2829.75-
YUV187.495.6109.17-

RGB Variations

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

RGB

RED value IS 161 (63.28% from 255) = 32.01%
GREEN value IS 212 (83.20% from 255) = 42.15%
BLUE value IS 130 (51.17% from 255) = 25.84%
R=32.01%
G=42.15%
B=25.84%

CMYK

C (Cyan) values IS 0.24
M (Magenta) values IS 0
Y (Yellow) values IS 0.39
K (Black) values IS 0.17
SystemRedGreenBlueCMYKHSL
Decimal1612121300.2400.390.1797.3248.8167.06
HexA1D4821802711613143
Octal241324202300472114161103
Binary1010000111010100100000101100001001111000111000011100011000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A1D482

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A1D482; }

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

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

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

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

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

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

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

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