#A1C48F

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

Shades of Gossip #A1C48F

Tints of Gossip #A1C48F

Color information

#A1C48F (or 0xA1C48F) is unknown color: approx Gossip. HEX triplet: A1, C4 and 8F. RGB value is (161,196,143). Sum of RGB (Red+Green+Blue) = 161+196+143=500 (66% of max value = 765). Red value is 161 (63.28% from 255 or 32.2% from 500); Green value is 196 (76.95% from 255 or 39.2% from 500); Blue value is 143 (56.25% from 255 or 28.6% from 500); Max value from RGB is 196 - color contains mainly: green. Hex color #A1C48F is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #A1C48F is #5E3B70. Grayscale: #B3B3B3. Windows color (decimal): -6175601 or 9421985. OLE color: 9421985.

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

Color convert

RGB161196143-
CMYK0.1800.270.23
HSL99.62º30.99%66.47%-
HSV(B)99.62º27.04%76.86%-
XYZ39.449.0433.38-
YUV179.49107.4114.81-

RGB Variations

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

RGB

RED value IS 161 (63.28% from 255) = 32.2%
GREEN value IS 196 (76.95% from 255) = 39.2%
BLUE value IS 143 (56.25% from 255) = 28.6%
R=32.2%
G=39.2%
B=28.6%

CMYK

C (Cyan) values IS 0.18
M (Magenta) values IS 0
Y (Yellow) values IS 0.27
K (Black) values IS 0.23
SystemRedGreenBlueCMYKHSL
Decimal1611961430.1800.270.2399.6230.9966.47
HexA1C48F1201B17641f42
Octal241304217220332714437102
Binary10100001110001001000111110010011011101111100100111111000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A1C48F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A1C48F; }

 p { color: rgb(161,196,143); }

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

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

 a { background-color: rgb(161,196,143); }

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

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

 span { border-color: rgb(161,196,143); }

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