#A0D987

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

Shades of Gossip #A0D987

Tints of Gossip #A0D987

Color information

#A0D987 (or 0xA0D987) is unknown color: approx Gossip. HEX triplet: A0, D9 and 87. RGB value is (160,217,135). Sum of RGB (Red+Green+Blue) = 160+217+135=512 (67% of max value = 765). Red value is 160 (62.89% from 255 or 31.25% from 512); Green value is 217 (85.16% from 255 or 42.38% from 512); Blue value is 135 (53.12% from 255 or 26.37% from 512); Max value from RGB is 217 - color contains mainly: green. Hex color #A0D987 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #A0D987 is #5F2678. Grayscale: #BEBEBE. Windows color (decimal): -6235769 or 8903072. OLE color: 8903072.

HSL color Cylindrical-coordinate representation of color #A0D987: hue angle of 101.71º degrees, saturation: 0.52, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #A0D987 is Cyan = 0.26, Magento = 0, Yellow = 0.38 and Black (K on CMYK) = 0.15.

Color convert

RGB160217135-
CMYK0.2600.380.15
HSL101.71º51.9%69.02%-
HSV(B)101.71º37.79%85.1%-
XYZ43.6858.8531.98-
YUV190.6196.62106.17-

RGB Variations

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

RGB

RED value IS 160 (62.89% from 255) = 31.25%
GREEN value IS 217 (85.16% from 255) = 42.38%
BLUE value IS 135 (53.12% from 255) = 26.37%
R=31.25%
G=42.38%
B=26.37%

CMYK

C (Cyan) values IS 0.26
M (Magenta) values IS 0
Y (Yellow) values IS 0.38
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal1602171350.2600.380.15101.7151.969.02
HexA0D9871A026F663445
Octal240331207320461714664105
Binary101000001101100110000111110100100110111111001101101001000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A0D987

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A0D987; }

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

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

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

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

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

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

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

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