#A1C58C

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

Shades of Gossip #A1C58C

Tints of Gossip #A1C58C

Color information

#A1C58C (or 0xA1C58C) is unknown color: approx Gossip. HEX triplet: A1, C5 and 8C. RGB value is (161,197,140). Sum of RGB (Red+Green+Blue) = 161+197+140=498 (65% of max value = 765). Red value is 161 (63.28% from 255 or 32.33% from 498); Green value is 197 (77.34% from 255 or 39.56% from 498); Blue value is 140 (55.08% from 255 or 28.11% from 498); Max value from RGB is 197 - color contains mainly: green. Hex color #A1C58C is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #A1C58C is #5E3A73. Grayscale: #B3B3B3. Windows color (decimal): -6175348 or 9225633. OLE color: 9225633.

HSL color Cylindrical-coordinate representation of color #A1C58C: hue angle of 97.89º degrees, saturation: 0.33, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #A1C58C is Cyan = 0.18, Magento = 0, Yellow = 0.29 and Black (K on CMYK) = 0.23.

Color convert

RGB161197140-
CMYK0.1800.290.23
HSL97.89º32.95%66.08%-
HSV(B)97.89º28.93%77.25%-
XYZ39.449.432.27-
YUV179.74105.57114.63-

RGB Variations

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

RGB

RED value IS 161 (63.28% from 255) = 32.33%
GREEN value IS 197 (77.34% from 255) = 39.56%
BLUE value IS 140 (55.08% from 255) = 28.11%
R=32.33%
G=39.56%
B=28.11%

CMYK

C (Cyan) values IS 0.18
M (Magenta) values IS 0
Y (Yellow) values IS 0.29
K (Black) values IS 0.23
SystemRedGreenBlueCMYKHSL
Decimal1611971400.1800.290.2397.8932.9566.08
HexA1C58C1201D17622142
Octal241305214220352714241102
Binary101000011100010110001100100100111011011111000101000011000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A1C58C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A1C58C; }

 p { color: rgb(161,197,140); }

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

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

 a { background-color: rgb(161,197,140); }

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

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

 span { border-color: rgb(161,197,140); }

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