#A0CA7E

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

Shades of Gossip #A0CA7E

Tints of Gossip #A0CA7E

Color information

#A0CA7E (or 0xA0CA7E) is unknown color: approx Gossip. HEX triplet: A0, CA and 7E. RGB value is (160,202,126). Sum of RGB (Red+Green+Blue) = 160+202+126=488 (64% of max value = 765). Red value is 160 (62.89% from 255 or 32.79% from 488); Green value is 202 (79.30% from 255 or 41.39% from 488); Blue value is 126 (49.61% from 255 or 25.82% from 488); Max value from RGB is 202 - color contains mainly: green. Hex color #A0CA7E is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #A0CA7E is #5F3581. Grayscale: #B5B5B5. Windows color (decimal): -6239618 or 8309408. OLE color: 8309408.

HSL color Cylindrical-coordinate representation of color #A0CA7E: hue angle of 93.16º degrees, saturation: 0.42, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #A0CA7E is Cyan = 0.21, Magento = 0, Yellow = 0.38 and Black (K on CMYK) = 0.21.

Color convert

RGB160202126-
CMYK0.2100.380.21
HSL93.16º41.76%64.31%-
HSV(B)93.16º37.62%79.22%-
XYZ39.3851.2227.55-
YUV180.7897.09113.18-

RGB Variations

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

RGB

RED value IS 160 (62.89% from 255) = 32.79%
GREEN value IS 202 (79.30% from 255) = 41.39%
BLUE value IS 126 (49.61% from 255) = 25.82%
R=32.79%
G=41.39%
B=25.82%

CMYK

C (Cyan) values IS 0.21
M (Magenta) values IS 0
Y (Yellow) values IS 0.38
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal1602021260.2100.380.2193.1641.7664.31
HexA0CA7E15026155d2a40
Octal240312176250462513552100
Binary101000001100101011111101010101001101010110111011010101000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A0CA7E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A0CA7E; }

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

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

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

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

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

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

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

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