#A2D88D

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

Shades of Gossip #A2D88D

Tints of Gossip #A2D88D

Color information

#A2D88D (or 0xA2D88D) is unknown color: approx Gossip. HEX triplet: A2, D8 and 8D. RGB value is (162,216,141). Sum of RGB (Red+Green+Blue) = 162+216+141=519 (68% of max value = 765). Red value is 162 (63.67% from 255 or 31.21% from 519); Green value is 216 (84.77% from 255 or 41.62% from 519); Blue value is 141 (55.47% from 255 or 27.17% from 519); Max value from RGB is 216 - color contains mainly: green. Hex color #A2D88D is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #A2D88D is #5D2772. Grayscale: #BFBFBF. Windows color (decimal): -6104947 or 9296034. OLE color: 9296034.

HSL color Cylindrical-coordinate representation of color #A2D88D: hue angle of 103.2º degrees, saturation: 0.49, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #A2D88D is Cyan = 0.25, Magento = 0, Yellow = 0.35 and Black (K on CMYK) = 0.15.

Color convert

RGB162216141-
CMYK0.2500.350.15
HSL103.2º49.02%70%-
HSV(B)103.2º34.72%84.71%-
XYZ44.2658.7234.2-
YUV191.399.61107.1-

RGB Variations

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

RGB

RED value IS 162 (63.67% from 255) = 31.21%
GREEN value IS 216 (84.77% from 255) = 41.62%
BLUE value IS 141 (55.47% from 255) = 27.17%
R=31.21%
G=41.62%
B=27.17%

CMYK

C (Cyan) values IS 0.25
M (Magenta) values IS 0
Y (Yellow) values IS 0.35
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal1622161410.2500.350.15103.249.0270
HexA2D88D19023F673146
Octal242330215310431714761106
Binary101000101101100010001101110010100011111111001111100011000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A2D88D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A2D88D; }

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

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

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

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

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

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

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

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