#A2D68F

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

Shades of Gossip #A2D68F

Tints of Gossip #A2D68F

Color information

#A2D68F (or 0xA2D68F) is unknown color: approx Gossip. HEX triplet: A2, D6 and 8F. RGB value is (162,214,143). Sum of RGB (Red+Green+Blue) = 162+214+143=519 (68% of max value = 765). Red value is 162 (63.67% from 255 or 31.21% from 519); Green value is 214 (83.98% from 255 or 41.23% from 519); Blue value is 143 (56.25% from 255 or 27.55% from 519); Max value from RGB is 214 - color contains mainly: green. Hex color #A2D68F is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #A2D68F is #5D2970. Grayscale: #BEBEBE. Windows color (decimal): -6105457 or 9426594. OLE color: 9426594.

HSL color Cylindrical-coordinate representation of color #A2D68F: hue angle of 103.94º degrees, saturation: 0.46, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #A2D68F is Cyan = 0.24, Magento = 0, Yellow = 0.33 and Black (K on CMYK) = 0.16.

Color convert

RGB162214143-
CMYK0.2400.330.16
HSL103.94º46.41%70%-
HSV(B)103.94º33.18%83.92%-
XYZ43.957.7634.82-
YUV190.36101.27107.77-

RGB Variations

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

RGB

RED value IS 162 (63.67% from 255) = 31.21%
GREEN value IS 214 (83.98% from 255) = 41.23%
BLUE value IS 143 (56.25% from 255) = 27.55%
R=31.21%
G=41.23%
B=27.55%

CMYK

C (Cyan) values IS 0.24
M (Magenta) values IS 0
Y (Yellow) values IS 0.33
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal1622141430.2400.330.16103.9446.4170
HexA2D68F1802110682e46
Octal242326217300412015056106
Binary1010001011010110100011111100001000011000011010001011101000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A2D68F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A2D68F; }

 p { color: rgb(162,214,143); }

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

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

 a { background-color: rgb(162,214,143); }

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

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

 span { border-color: rgb(162,214,143); }

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