#A0D780

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

Shades of Gossip #A0D780

Tints of Gossip #A0D780

Color information

#A0D780 (or 0xA0D780) is unknown color: approx Gossip. HEX triplet: A0, D7 and 80. RGB value is (160,215,128). Sum of RGB (Red+Green+Blue) = 160+215+128=503 (66% of max value = 765). Red value is 160 (62.89% from 255 or 31.81% from 503); Green value is 215 (84.38% from 255 or 42.74% from 503); Blue value is 128 (50.39% from 255 or 25.45% from 503); Max value from RGB is 215 - color contains mainly: green. Hex color #A0D780 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #A0D780 is #5F287F. Grayscale: #BCBCBC. Windows color (decimal): -6236288 or 8443808. OLE color: 8443808.

HSL color Cylindrical-coordinate representation of color #A0D780: hue angle of 97.93º degrees, saturation: 0.52, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #A0D780 is Cyan = 0.26, Magento = 0, Yellow = 0.40 and Black (K on CMYK) = 0.16.

Color convert

RGB160215128-
CMYK0.2600.400.16
HSL97.93º52.1%67.25%-
HSV(B)97.93º40.47%84.31%-
XYZ42.6957.6329.3-
YUV188.6493.78107.57-

RGB Variations

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

RGB

RED value IS 160 (62.89% from 255) = 31.81%
GREEN value IS 215 (84.38% from 255) = 42.74%
BLUE value IS 128 (50.39% from 255) = 25.45%
R=31.81%
G=42.74%
B=25.45%

CMYK

C (Cyan) values IS 0.26
M (Magenta) values IS 0
Y (Yellow) values IS 0.40
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal1602151280.2600.400.1697.9352.167.25
HexA0D7801A02810623443
Octal240327200320502014264103
Binary1010000011010111100000001101001010001000011000101101001000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A0D780

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A0D780; }

 p { color: rgb(160,215,128); }

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

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

 a { background-color: rgb(160,215,128); }

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

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

 span { border-color: rgb(160,215,128); }

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