#A0CD82

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

Shades of Gossip #A0CD82

Tints of Gossip #A0CD82

Color information

#A0CD82 (or 0xA0CD82) is unknown color: approx Gossip. HEX triplet: A0, CD and 82. RGB value is (160,205,130). Sum of RGB (Red+Green+Blue) = 160+205+130=495 (65% of max value = 765). Red value is 160 (62.89% from 255 or 32.32% from 495); Green value is 205 (80.47% from 255 or 41.41% from 495); Blue value is 130 (51.17% from 255 or 26.26% from 495); Max value from RGB is 205 - color contains mainly: green. Hex color #A0CD82 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #A0CD82 is #5F327D. Grayscale: #B7B7B7. Windows color (decimal): -6238846 or 8572320. OLE color: 8572320.

HSL color Cylindrical-coordinate representation of color #A0CD82: hue angle of 96º degrees, saturation: 0.43, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #A0CD82 is Cyan = 0.22, Magento = 0, Yellow = 0.37 and Black (K on CMYK) = 0.20.

Color convert

RGB160205130-
CMYK0.2200.370.20
HSL96º42.86%65.69%-
HSV(B)96º36.59%80.39%-
XYZ40.3652.7529.17-
YUV182.9998.09111.6-

RGB Variations

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

RGB

RED value IS 160 (62.89% from 255) = 32.32%
GREEN value IS 205 (80.47% from 255) = 41.41%
BLUE value IS 130 (51.17% from 255) = 26.26%
R=32.32%
G=41.41%
B=26.26%

CMYK

C (Cyan) values IS 0.22
M (Magenta) values IS 0
Y (Yellow) values IS 0.37
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal1602051300.2200.370.209642.8665.69
HexA0CD821602514602b42
Octal240315202260452414053102
Binary1010000011001101100000101011001001011010011000001010111000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A0CD82

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A0CD82; }

 p { color: rgb(160,205,130); }

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

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

 a { background-color: rgb(160,205,130); }

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

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

 span { border-color: rgb(160,205,130); }

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