#A1D18D

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

Shades of Gossip #A1D18D

Tints of Gossip #A1D18D

Color information

#A1D18D (or 0xA1D18D) is unknown color: approx Gossip. HEX triplet: A1, D1 and 8D. RGB value is (161,209,141). Sum of RGB (Red+Green+Blue) = 161+209+141=511 (67% of max value = 765). Red value is 161 (63.28% from 255 or 31.51% from 511); Green value is 209 (82.03% from 255 or 40.90% from 511); Blue value is 141 (55.47% from 255 or 27.59% from 511); Max value from RGB is 209 - color contains mainly: green. Hex color #A1D18D is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #A1D18D is #5E2E72. Grayscale: #BBBBBB. Windows color (decimal): -6172275 or 9294241. OLE color: 9294241.

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

Color convert

RGB161209141-
CMYK0.2300.330.18
HSL102.35º42.5%68.63%-
HSV(B)102.35º32.54%81.96%-
XYZ42.3155.133.61-
YUV186.9102.1109.53-

RGB Variations

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

RGB

RED value IS 161 (63.28% from 255) = 31.51%
GREEN value IS 209 (82.03% from 255) = 40.90%
BLUE value IS 141 (55.47% from 255) = 27.59%
R=31.51%
G=40.90%
B=27.59%

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
Decimal1612091410.2300.330.18102.3542.568.63
HexA1D18D1702112662a45
Octal241321215270412214652105
Binary1010000111010001100011011011101000011001011001101010101000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A1D18D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A1D18D; }

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

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

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

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

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

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

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

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