#A1CA7F

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

Shades of Gossip #A1CA7F

Tints of Gossip #A1CA7F

Color information

#A1CA7F (or 0xA1CA7F) is unknown color: approx Gossip. HEX triplet: A1, CA and 7F. RGB value is (161,202,127). Sum of RGB (Red+Green+Blue) = 161+202+127=490 (64% of max value = 765). Red value is 161 (63.28% from 255 or 32.86% from 490); Green value is 202 (79.30% from 255 or 41.22% from 490); Blue value is 127 (50% from 255 or 25.92% from 490); Max value from RGB is 202 - color contains mainly: green. Hex color #A1CA7F is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #A1CA7F is #5E3580. Grayscale: #B5B5B5. Windows color (decimal): -6174081 or 8374945. OLE color: 8374945.

HSL color Cylindrical-coordinate representation of color #A1CA7F: hue angle of 92.8º degrees, saturation: 0.41, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #A1CA7F is Cyan = 0.20, Magento = 0, Yellow = 0.37 and Black (K on CMYK) = 0.21.

Color convert

RGB161202127-
CMYK0.2000.370.21
HSL92.8º41.44%64.51%-
HSV(B)92.8º37.13%79.22%-
XYZ39.6551.3527.9-
YUV181.1997.42113.6-

RGB Variations

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

RGB

RED value IS 161 (63.28% from 255) = 32.86%
GREEN value IS 202 (79.30% from 255) = 41.22%
BLUE value IS 127 (50% from 255) = 25.92%
R=32.86%
G=41.22%
B=25.92%

CMYK

C (Cyan) values IS 0.20
M (Magenta) values IS 0
Y (Yellow) values IS 0.37
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal1612021270.2000.370.2192.841.4464.51
HexA1CA7F14025155d2941
Octal241312177240452513551101
Binary101000011100101011111111010001001011010110111011010011000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A1CA7F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A1CA7F; }

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

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

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

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

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

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

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

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