#A1D78A

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

Shades of Gossip #A1D78A

Tints of Gossip #A1D78A

Color information

#A1D78A (or 0xA1D78A) is unknown color: approx Gossip. HEX triplet: A1, D7 and 8A. RGB value is (161,215,138). Sum of RGB (Red+Green+Blue) = 161+215+138=514 (68% of max value = 765). Red value is 161 (63.28% from 255 or 31.32% from 514); Green value is 215 (84.38% from 255 or 41.83% from 514); Blue value is 138 (54.30% from 255 or 26.85% from 514); Max value from RGB is 215 - color contains mainly: green. Hex color #A1D78A is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #A1D78A is #5E2875. Grayscale: #BEBEBE. Windows color (decimal): -6170742 or 9099169. OLE color: 9099169.

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

Color convert

RGB161215138-
CMYK0.2500.360.16
HSL102.08º49.04%69.22%-
HSV(B)102.08º35.81%84.31%-
XYZ43.5958.0132.95-
YUV190.0898.61107.26-

RGB Variations

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

RGB

RED value IS 161 (63.28% from 255) = 31.32%
GREEN value IS 215 (84.38% from 255) = 41.83%
BLUE value IS 138 (54.30% from 255) = 26.85%
R=31.32%
G=41.83%
B=26.85%

CMYK

C (Cyan) values IS 0.25
M (Magenta) values IS 0
Y (Yellow) values IS 0.36
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal1612151380.2500.360.16102.0849.0469.22
HexA1D78A1902410663145
Octal241327212310442014661105
Binary1010000111010111100010101100101001001000011001101100011000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A1D78A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A1D78A; }

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

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

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

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

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

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

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

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