#A2C87F

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

Shades of Gossip #A2C87F

Tints of Gossip #A2C87F

Color information

#A2C87F (or 0xA2C87F) is unknown color: approx Gossip. HEX triplet: A2, C8 and 7F. RGB value is (162,200,127). Sum of RGB (Red+Green+Blue) = 162+200+127=489 (64% of max value = 765). Red value is 162 (63.67% from 255 or 33.13% from 489); Green value is 200 (78.52% from 255 or 40.90% from 489); Blue value is 127 (50% from 255 or 25.97% from 489); Max value from RGB is 200 - color contains mainly: green. Hex color #A2C87F is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #A2C87F is #5D3780. Grayscale: #B4B4B4. Windows color (decimal): -6109057 or 8374434. OLE color: 8374434.

HSL color Cylindrical-coordinate representation of color #A2C87F: hue angle of 91.23º degrees, saturation: 0.4, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #A2C87F is Cyan = 0.19, Magento = 0, Yellow = 0.36 and Black (K on CMYK) = 0.22.

Color convert

RGB162200127-
CMYK0.1900.360.22
HSL91.23º39.89%64.12%-
HSV(B)91.23º36.5%78.43%-
XYZ39.3950.5227.75-
YUV180.3297.91114.94-

RGB Variations

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

RGB

RED value IS 162 (63.67% from 255) = 33.13%
GREEN value IS 200 (78.52% from 255) = 40.90%
BLUE value IS 127 (50% from 255) = 25.97%
R=33.13%
G=40.90%
B=25.97%

CMYK

C (Cyan) values IS 0.19
M (Magenta) values IS 0
Y (Yellow) values IS 0.36
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal1622001270.1900.360.2291.2339.8964.12
HexA2C87F13024165b2840
Octal242310177230442613350100
Binary101000101100100011111111001101001001011010110111010001000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A2C87F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A2C87F; }

 p { color: rgb(162,200,127); }

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

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

 a { background-color: rgb(162,200,127); }

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

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

 span { border-color: rgb(162,200,127); }

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