#A1D193

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

Shades of Gossip #A1D193

Tints of Gossip #A1D193

Color information

#A1D193 (or 0xA1D193) is unknown color: approx Gossip. HEX triplet: A1, D1 and 93. RGB value is (161,209,147). Sum of RGB (Red+Green+Blue) = 161+209+147=517 (68% of max value = 765). Red value is 161 (63.28% from 255 or 31.14% from 517); Green value is 209 (82.03% from 255 or 40.43% from 517); Blue value is 147 (57.81% from 255 or 28.43% from 517); Max value from RGB is 209 - color contains mainly: green. Hex color #A1D193 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #A1D193 is #5E2E6C. Grayscale: #BBBBBB. Windows color (decimal): -6172269 or 9687457. OLE color: 9687457.

HSL color Cylindrical-coordinate representation of color #A1D193: hue angle of 106.45º degrees, saturation: 0.4, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #A1D193 is Cyan = 0.23, Magento = 0, Yellow = 0.30 and Black (K on CMYK) = 0.18.

Color convert

RGB161209147-
CMYK0.2300.300.18
HSL106.45º40.26%69.8%-
HSV(B)106.45º29.67%81.96%-
XYZ42.7655.2836.02-
YUV187.58105.1109.04-

RGB Variations

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

RGB

RED value IS 161 (63.28% from 255) = 31.14%
GREEN value IS 209 (82.03% from 255) = 40.43%
BLUE value IS 147 (57.81% from 255) = 28.43%
R=31.14%
G=40.43%
B=28.43%

CMYK

C (Cyan) values IS 0.23
M (Magenta) values IS 0
Y (Yellow) values IS 0.30
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal1612091470.2300.300.18106.4540.2669.8
HexA1D1931701E126a2846
Octal241321223270362215250106
Binary101000011101000110010011101110111101001011010101010001000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A1D193

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A1D193; }

 p { color: rgb(161,209,147); }

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

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

 a { background-color: rgb(161,209,147); }

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

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

 span { border-color: rgb(161,209,147); }

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