#A0D984

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

Shades of Gossip #A0D984

Tints of Gossip #A0D984

Color information

#A0D984 (or 0xA0D984) is unknown color: approx Gossip. HEX triplet: A0, D9 and 84. RGB value is (160,217,132). Sum of RGB (Red+Green+Blue) = 160+217+132=509 (67% of max value = 765). Red value is 160 (62.89% from 255 or 31.43% from 509); Green value is 217 (85.16% from 255 or 42.63% from 509); Blue value is 132 (51.95% from 255 or 25.93% from 509); Max value from RGB is 217 - color contains mainly: green. Hex color #A0D984 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #A0D984 is #5F267B. Grayscale: #BEBEBE. Windows color (decimal): -6235772 or 8706464. OLE color: 8706464.

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

Color convert

RGB160217132-
CMYK0.2600.390.15
HSL100.24º52.8%68.43%-
HSV(B)100.24º39.17%85.1%-
XYZ43.4758.7730.88-
YUV190.2795.12106.41-

RGB Variations

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

RGB

RED value IS 160 (62.89% from 255) = 31.43%
GREEN value IS 217 (85.16% from 255) = 42.63%
BLUE value IS 132 (51.95% from 255) = 25.93%
R=31.43%
G=42.63%
B=25.93%

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
Decimal1602171320.2600.390.15100.2452.868.43
HexA0D9841A027F643544
Octal240331204320471714465104
Binary101000001101100110000100110100100111111111001001101011000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A0D984

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A0D984; }

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

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

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

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

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

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

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

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