#A0CA7F

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

Shades of Gossip #A0CA7F

Tints of Gossip #A0CA7F

Color information

#A0CA7F (or 0xA0CA7F) is unknown color: approx Gossip. HEX triplet: A0, CA and 7F. RGB value is (160,202,127). Sum of RGB (Red+Green+Blue) = 160+202+127=489 (64% of max value = 765). Red value is 160 (62.89% from 255 or 32.72% from 489); Green value is 202 (79.30% from 255 or 41.31% from 489); Blue value is 127 (50% from 255 or 25.97% from 489); Max value from RGB is 202 - color contains mainly: green. Hex color #A0CA7F is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #A0CA7F is #5F3580. Grayscale: #B5B5B5. Windows color (decimal): -6239617 or 8374944. OLE color: 8374944.

HSL color Cylindrical-coordinate representation of color #A0CA7F: hue angle of 93.6º 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 #A0CA7F is Cyan = 0.21, Magento = 0, Yellow = 0.37 and Black (K on CMYK) = 0.21.

Color convert

RGB160202127-
CMYK0.2100.370.21
HSL93.6º41.44%64.51%-
HSV(B)93.6º37.13%79.22%-
XYZ39.4551.2527.89-
YUV180.8997.59113.1-

RGB Variations

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

RGB

RED value IS 160 (62.89% from 255) = 32.72%
GREEN value IS 202 (79.30% from 255) = 41.31%
BLUE value IS 127 (50% from 255) = 25.97%
R=32.72%
G=41.31%
B=25.97%

CMYK

C (Cyan) values IS 0.21
M (Magenta) values IS 0
Y (Yellow) values IS 0.37
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal1602021270.2100.370.2193.641.4464.51
HexA0CA7F15025155e2941
Octal240312177250452513651101
Binary101000001100101011111111010101001011010110111101010011000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A0CA7F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A0CA7F; }

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

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

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

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

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

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

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

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