#A0D689

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

Shades of Gossip #A0D689

Tints of Gossip #A0D689

Color information

#A0D689 (or 0xA0D689) is unknown color: approx Gossip. HEX triplet: A0, D6 and 89. RGB value is (160,214,137). Sum of RGB (Red+Green+Blue) = 160+214+137=511 (67% of max value = 765). Red value is 160 (62.89% from 255 or 31.31% from 511); Green value is 214 (83.98% from 255 or 41.88% from 511); Blue value is 137 (53.91% from 255 or 26.81% from 511); Max value from RGB is 214 - color contains mainly: green. Hex color #A0D689 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #A0D689 is #5F2976. Grayscale: #BDBDBD. Windows color (decimal): -6236535 or 9033376. OLE color: 9033376.

HSL color Cylindrical-coordinate representation of color #A0D689: hue angle of 102.08º degrees, saturation: 0.48, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #A0D689 is Cyan = 0.25, Magento = 0, Yellow = 0.36 and Black (K on CMYK) = 0.16.

Color convert

RGB160214137-
CMYK0.2500.360.16
HSL102.08º48.43%68.82%-
HSV(B)102.08º35.98%83.92%-
XYZ43.0657.3732.47-
YUV189.0898.61107.26-

RGB Variations

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

RGB

RED value IS 160 (62.89% from 255) = 31.31%
GREEN value IS 214 (83.98% from 255) = 41.88%
BLUE value IS 137 (53.91% from 255) = 26.81%
R=31.31%
G=41.88%
B=26.81%

CMYK

C (Cyan) values IS 0.25
M (Magenta) values IS 0
Y (Yellow) values IS 0.36
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal1602141370.2500.360.16102.0848.4368.82
HexA0D6891902410663045
Octal240326211310442014660105
Binary1010000011010110100010011100101001001000011001101100001000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A0D689

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A0D689; }

 p { color: rgb(160,214,137); }

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

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

 a { background-color: rgb(160,214,137); }

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

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

 span { border-color: rgb(160,214,137); }

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