#A1D18B

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

Shades of Gossip #A1D18B

Tints of Gossip #A1D18B

Color information

#A1D18B (or 0xA1D18B) is unknown color: approx Gossip. HEX triplet: A1, D1 and 8B. RGB value is (161,209,139). Sum of RGB (Red+Green+Blue) = 161+209+139=509 (67% of max value = 765). Red value is 161 (63.28% from 255 or 31.63% from 509); Green value is 209 (82.03% from 255 or 41.06% from 509); Blue value is 139 (54.69% from 255 or 27.31% from 509); Max value from RGB is 209 - color contains mainly: green. Hex color #A1D18B is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #A1D18B is #5E2E74. Grayscale: #BABABA. Windows color (decimal): -6172277 or 9163169. OLE color: 9163169.

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

Color convert

RGB161209139-
CMYK0.2300.330.18
HSL101.14º43.21%68.24%-
HSV(B)101.14º33.49%81.96%-
XYZ42.1655.0432.83-
YUV186.67101.1109.69-

RGB Variations

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

RGB

RED value IS 161 (63.28% from 255) = 31.63%
GREEN value IS 209 (82.03% from 255) = 41.06%
BLUE value IS 139 (54.69% from 255) = 27.31%
R=31.63%
G=41.06%
B=27.31%

CMYK

C (Cyan) values IS 0.23
M (Magenta) values IS 0
Y (Yellow) values IS 0.33
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal1612091390.2300.330.18101.1443.2168.24
HexA1D18B1702112652b44
Octal241321213270412214553104
Binary1010000111010001100010111011101000011001011001011010111000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A1D18B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A1D18B; }

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

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

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

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

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

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

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

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