#A1D784

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

Shades of Gossip #A1D784

Tints of Gossip #A1D784

Color information

#A1D784 (or 0xA1D784) is unknown color: approx Gossip. HEX triplet: A1, D7 and 84. RGB value is (161,215,132). Sum of RGB (Red+Green+Blue) = 161+215+132=508 (67% of max value = 765). Red value is 161 (63.28% from 255 or 31.69% from 508); Green value is 215 (84.38% from 255 or 42.32% from 508); Blue value is 132 (51.95% from 255 or 25.98% from 508); Max value from RGB is 215 - color contains mainly: green. Hex color #A1D784 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #A1D784 is #5E287B. Grayscale: #BDBDBD. Windows color (decimal): -6170748 or 8705953. OLE color: 8705953.

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

Color convert

RGB161215132-
CMYK0.2500.390.16
HSL99.04º50.92%68.04%-
HSV(B)99.04º38.6%84.31%-
XYZ43.1657.8430.72-
YUV189.3995.61107.75-

RGB Variations

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

RGB

RED value IS 161 (63.28% from 255) = 31.69%
GREEN value IS 215 (84.38% from 255) = 42.32%
BLUE value IS 132 (51.95% from 255) = 25.98%
R=31.69%
G=42.32%
B=25.98%

CMYK

C (Cyan) values IS 0.25
M (Magenta) values IS 0
Y (Yellow) values IS 0.39
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal1612151320.2500.390.1699.0450.9268.04
HexA1D7841902710633344
Octal241327204310472014363104
Binary1010000111010111100001001100101001111000011000111100111000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A1D784

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A1D784; }

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

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

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

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

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

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

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

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