#A0DC86

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

Shades of Gossip #A0DC86

Tints of Gossip #A0DC86

Color information

#A0DC86 (or 0xA0DC86) is unknown color: approx Gossip. HEX triplet: A0, DC and 86. RGB value is (160,220,134). Sum of RGB (Red+Green+Blue) = 160+220+134=514 (68% of max value = 765). Red value is 160 (62.89% from 255 or 31.13% from 514); Green value is 220 (86.33% from 255 or 42.80% from 514); Blue value is 134 (52.73% from 255 or 26.07% from 514); Max value from RGB is 220 - color contains mainly: green. Hex color #A0DC86 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #A0DC86 is #5F2379. Grayscale: #C0C0C0. Windows color (decimal): -6235002 or 8838304. OLE color: 8838304.

HSL color Cylindrical-coordinate representation of color #A0DC86: hue angle of 101.86º degrees, saturation: 0.55, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #A0DC86 is Cyan = 0.27, Magento = 0, Yellow = 0.39 and Black (K on CMYK) = 0.14.

Color convert

RGB160220134-
CMYK0.2700.390.14
HSL101.86º55.13%69.41%-
HSV(B)101.86º39.09%86.27%-
XYZ44.3960.3831.87-
YUV192.2695.12104.99-

RGB Variations

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

RGB

RED value IS 160 (62.89% from 255) = 31.13%
GREEN value IS 220 (86.33% from 255) = 42.80%
BLUE value IS 134 (52.73% from 255) = 26.07%
R=31.13%
G=42.80%
B=26.07%

CMYK

C (Cyan) values IS 0.27
M (Magenta) values IS 0
Y (Yellow) values IS 0.39
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal1602201340.2700.390.14101.8655.1369.41
HexA0DC861B027E663745
Octal240334206330471614667105
Binary101000001101110010000110110110100111111011001101101111000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A0DC86

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A0DC86; }

 p { color: rgb(160,220,134); }

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

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

 a { background-color: rgb(160,220,134); }

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

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

 span { border-color: rgb(160,220,134); }

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