#A0CA84

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

Shades of Gossip #A0CA84

Tints of Gossip #A0CA84

Color information

#A0CA84 (or 0xA0CA84) is unknown color: approx Gossip. HEX triplet: A0, CA and 84. RGB value is (160,202,132). Sum of RGB (Red+Green+Blue) = 160+202+132=494 (65% of max value = 765). Red value is 160 (62.89% from 255 or 32.39% from 494); Green value is 202 (79.30% from 255 or 40.89% from 494); Blue value is 132 (51.95% from 255 or 26.72% from 494); Max value from RGB is 202 - color contains mainly: green. Hex color #A0CA84 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #A0CA84 is #5F357B. Grayscale: #B5B5B5. Windows color (decimal): -6239612 or 8702624. OLE color: 8702624.

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

Color convert

RGB160202132-
CMYK0.2100.350.21
HSL96º39.77%65.49%-
HSV(B)96º34.65%79.22%-
XYZ39.7851.3829.65-
YUV181.46100.09112.69-

RGB Variations

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

RGB

RED value IS 160 (62.89% from 255) = 32.39%
GREEN value IS 202 (79.30% from 255) = 40.89%
BLUE value IS 132 (51.95% from 255) = 26.72%
R=32.39%
G=40.89%
B=26.72%

CMYK

C (Cyan) values IS 0.21
M (Magenta) values IS 0
Y (Yellow) values IS 0.35
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal1602021320.2100.350.219639.7765.49
HexA0CA841502315602841
Octal240312204250432514050101
Binary1010000011001010100001001010101000111010111000001010001000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A0CA84

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A0CA84; }

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

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

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

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

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

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

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

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