#A0D687

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

Shades of Gossip #A0D687

Tints of Gossip #A0D687

Color information

#A0D687 (or 0xA0D687) is unknown color: approx Gossip. HEX triplet: A0, D6 and 87. RGB value is (160,214,135). Sum of RGB (Red+Green+Blue) = 160+214+135=509 (67% of max value = 765). Red value is 160 (62.89% from 255 or 31.43% from 509); Green value is 214 (83.98% from 255 or 42.04% from 509); Blue value is 135 (53.12% from 255 or 26.52% from 509); Max value from RGB is 214 - color contains mainly: green. Hex color #A0D687 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #A0D687 is #5F2978. Grayscale: #BDBDBD. Windows color (decimal): -6236537 or 8902304. OLE color: 8902304.

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

Color convert

RGB160214135-
CMYK0.2500.370.16
HSL101.01º49.07%68.43%-
HSV(B)101.01º36.92%83.92%-
XYZ42.9257.3231.72-
YUV188.8597.61107.42-

RGB Variations

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

RGB

RED value IS 160 (62.89% from 255) = 31.43%
GREEN value IS 214 (83.98% from 255) = 42.04%
BLUE value IS 135 (53.12% from 255) = 26.52%
R=31.43%
G=42.04%
B=26.52%

CMYK

C (Cyan) values IS 0.25
M (Magenta) values IS 0
Y (Yellow) values IS 0.37
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal1602141350.2500.370.16101.0149.0768.43
HexA0D6871902510653144
Octal240326207310452014561104
Binary1010000011010110100001111100101001011000011001011100011000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A0D687

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A0D687; }

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

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

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

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

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

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

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

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