#A0C780

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

Shades of Gossip #A0C780

Tints of Gossip #A0C780

Color information

#A0C780 (or 0xA0C780) is unknown color: approx Gossip. HEX triplet: A0, C7 and 80. RGB value is (160,199,128). Sum of RGB (Red+Green+Blue) = 160+199+128=487 (64% of max value = 765). Red value is 160 (62.89% from 255 or 32.85% from 487); Green value is 199 (78.12% from 255 or 40.86% from 487); Blue value is 128 (50.39% from 255 or 26.28% from 487); Max value from RGB is 199 - color contains mainly: green. Hex color #A0C780 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #A0C780 is #5F387F. Grayscale: #B3B3B3. Windows color (decimal): -6240384 or 8439712. OLE color: 8439712.

HSL color Cylindrical-coordinate representation of color #A0C780: hue angle of 92.96º degrees, saturation: 0.39, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #A0C780 is Cyan = 0.20, Magento = 0, Yellow = 0.36 and Black (K on CMYK) = 0.22.

Color convert

RGB160199128-
CMYK0.2000.360.22
HSL92.96º38.8%64.12%-
HSV(B)92.96º35.68%78.04%-
XYZ38.8249.8828-
YUV179.2499.08114.27-

RGB Variations

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

RGB

RED value IS 160 (62.89% from 255) = 32.85%
GREEN value IS 199 (78.12% from 255) = 40.86%
BLUE value IS 128 (50.39% from 255) = 26.28%
R=32.85%
G=40.86%
B=26.28%

CMYK

C (Cyan) values IS 0.20
M (Magenta) values IS 0
Y (Yellow) values IS 0.36
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal1601991280.2000.360.2292.9638.864.12
HexA0C78014024165d2740
Octal240307200240442613547100
Binary1010000011000111100000001010001001001011010111011001111000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A0C780

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A0C780; }

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

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

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

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

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

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

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

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