#A2D18D

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

Shades of Gossip #A2D18D

Tints of Gossip #A2D18D

Color information

#A2D18D (or 0xA2D18D) is unknown color: approx Gossip. HEX triplet: A2, D1 and 8D. RGB value is (162,209,141). Sum of RGB (Red+Green+Blue) = 162+209+141=512 (67% of max value = 765). Red value is 162 (63.67% from 255 or 31.64% from 512); Green value is 209 (82.03% from 255 or 40.82% from 512); Blue value is 141 (55.47% from 255 or 27.54% from 512); Max value from RGB is 209 - color contains mainly: green. Hex color #A2D18D is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #A2D18D is #5D2E72. Grayscale: #BBBBBB. Windows color (decimal): -6106739 or 9294242. OLE color: 9294242.

HSL color Cylindrical-coordinate representation of color #A2D18D: hue angle of 101.47º 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 #A2D18D is Cyan = 0.22, Magento = 0, Yellow = 0.33 and Black (K on CMYK) = 0.18.

Color convert

RGB162209141-
CMYK0.2200.330.18
HSL101.47º42.5%68.63%-
HSV(B)101.47º32.54%81.96%-
XYZ42.5155.2133.61-
YUV187.2101.93110.03-

RGB Variations

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

RGB

RED value IS 162 (63.67% from 255) = 31.64%
GREEN value IS 209 (82.03% from 255) = 40.82%
BLUE value IS 141 (55.47% from 255) = 27.54%
R=31.64%
G=40.82%
B=27.54%

CMYK

C (Cyan) values IS 0.22
M (Magenta) values IS 0
Y (Yellow) values IS 0.33
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal1622091410.2200.330.18101.4742.568.63
HexA2D18D1602112652a45
Octal242321215260412214552105
Binary1010001011010001100011011011001000011001011001011010101000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A2D18D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A2D18D; }

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

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

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

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

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

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

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

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