#A0CD85

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

Shades of Gossip #A0CD85

Tints of Gossip #A0CD85

Color information

#A0CD85 (or 0xA0CD85) is unknown color: approx Gossip. HEX triplet: A0, CD and 85. RGB value is (160,205,133). Sum of RGB (Red+Green+Blue) = 160+205+133=498 (65% of max value = 765). Red value is 160 (62.89% from 255 or 32.13% from 498); Green value is 205 (80.47% from 255 or 41.16% from 498); Blue value is 133 (52.34% from 255 or 26.71% from 498); Max value from RGB is 205 - color contains mainly: green. Hex color #A0CD85 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #A0CD85 is #5F327A. Grayscale: #B7B7B7. Windows color (decimal): -6238843 or 8768928. OLE color: 8768928.

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

Color convert

RGB160205133-
CMYK0.2200.350.20
HSL97.5º41.86%66.27%-
HSV(B)97.5º35.12%80.39%-
XYZ40.5652.8330.25-
YUV183.3499.59111.35-

RGB Variations

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

RGB

RED value IS 160 (62.89% from 255) = 32.13%
GREEN value IS 205 (80.47% from 255) = 41.16%
BLUE value IS 133 (52.34% from 255) = 26.71%
R=32.13%
G=41.16%
B=26.71%

CMYK

C (Cyan) values IS 0.22
M (Magenta) values IS 0
Y (Yellow) values IS 0.35
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal1602051330.2200.350.2097.541.8666.27
HexA0CD851602314622a42
Octal240315205260432414252102
Binary1010000011001101100001011011001000111010011000101010101000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A0CD85

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A0CD85; }

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

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

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

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

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

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

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

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