#A0D985

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

Shades of Gossip #A0D985

Tints of Gossip #A0D985

Color information

#A0D985 (or 0xA0D985) is unknown color: approx Gossip. HEX triplet: A0, D9 and 85. RGB value is (160,217,133). Sum of RGB (Red+Green+Blue) = 160+217+133=510 (67% of max value = 765). Red value is 160 (62.89% from 255 or 31.37% from 510); Green value is 217 (85.16% from 255 or 42.55% from 510); Blue value is 133 (52.34% from 255 or 26.08% from 510); Max value from RGB is 217 - color contains mainly: green. Hex color #A0D985 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #A0D985 is #5F267A. Grayscale: #BEBEBE. Windows color (decimal): -6235771 or 8772000. OLE color: 8772000.

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

Color convert

RGB160217133-
CMYK0.2600.390.15
HSL100.71º52.5%68.63%-
HSV(B)100.71º38.71%85.1%-
XYZ43.5458.7931.24-
YUV190.3895.62106.33-

RGB Variations

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

RGB

RED value IS 160 (62.89% from 255) = 31.37%
GREEN value IS 217 (85.16% from 255) = 42.55%
BLUE value IS 133 (52.34% from 255) = 26.08%
R=31.37%
G=42.55%
B=26.08%

CMYK

C (Cyan) values IS 0.26
M (Magenta) values IS 0
Y (Yellow) values IS 0.39
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal1602171330.2600.390.15100.7152.568.63
HexA0D9851A027F653545
Octal240331205320471714565105
Binary101000001101100110000101110100100111111111001011101011000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A0D985

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A0D985; }

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

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

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

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

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

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

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

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