#A1C87F

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

Shades of Gossip #A1C87F

Tints of Gossip #A1C87F

Color information

#A1C87F (or 0xA1C87F) is unknown color: approx Gossip. HEX triplet: A1, C8 and 7F. RGB value is (161,200,127). Sum of RGB (Red+Green+Blue) = 161+200+127=488 (64% of max value = 765). Red value is 161 (63.28% from 255 or 32.99% from 488); Green value is 200 (78.52% from 255 or 40.98% from 488); Blue value is 127 (50% from 255 or 26.02% from 488); Max value from RGB is 200 - color contains mainly: green. Hex color #A1C87F is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #A1C87F is #5E3780. Grayscale: #B4B4B4. Windows color (decimal): -6174593 or 8374433. OLE color: 8374433.

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

Color convert

RGB161200127-
CMYK0.1900.360.22
HSL92.05º39.89%64.12%-
HSV(B)92.05º36.5%78.43%-
XYZ39.1850.4227.75-
YUV180.0298.08114.44-

RGB Variations

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

RGB

RED value IS 161 (63.28% from 255) = 32.99%
GREEN value IS 200 (78.52% from 255) = 40.98%
BLUE value IS 127 (50% from 255) = 26.02%
R=32.99%
G=40.98%
B=26.02%

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
Decimal1612001270.1900.360.2292.0539.8964.12
HexA1C87F13024165c2840
Octal241310177230442613450100
Binary101000011100100011111111001101001001011010111001010001000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A1C87F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A1C87F; }

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

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

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

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

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

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

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

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