#A1CC80

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

Shades of Gossip #A1CC80

Tints of Gossip #A1CC80

Color information

#A1CC80 (or 0xA1CC80) is unknown color: approx Gossip. HEX triplet: A1, CC and 80. RGB value is (161,204,128). Sum of RGB (Red+Green+Blue) = 161+204+128=493 (65% of max value = 765). Red value is 161 (63.28% from 255 or 32.66% from 493); Green value is 204 (80.08% from 255 or 41.38% from 493); Blue value is 128 (50.39% from 255 or 25.96% from 493); Max value from RGB is 204 - color contains mainly: green. Hex color #A1CC80 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #A1CC80 is #5E337F. Grayscale: #B6B6B6. Windows color (decimal): -6173568 or 8440993. OLE color: 8440993.

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

Color convert

RGB161204128-
CMYK0.2100.370.2
HSL93.95º42.7%65.1%-
HSV(B)93.95º37.25%80%-
XYZ40.1952.3228.4-
YUV182.4897.25112.68-

RGB Variations

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

RGB

RED value IS 161 (63.28% from 255) = 32.66%
GREEN value IS 204 (80.08% from 255) = 41.38%
BLUE value IS 128 (50.39% from 255) = 25.96%
R=32.66%
G=41.38%
B=25.96%

CMYK

C (Cyan) values IS 0.21
M (Magenta) values IS 0
Y (Yellow) values IS 0.37
K (Black) values IS 0.2
SystemRedGreenBlueCMYKHSL
Decimal1612041280.2100.370.293.9542.765.1
HexA1CC8015025145e2b41
Octal241314200250452413653101
Binary1010000111001100100000001010101001011010010111101010111000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A1CC80

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A1CC80; }

 p { color: rgb(161,204,128); }

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

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

 a { background-color: rgb(161,204,128); }

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

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

 span { border-color: rgb(161,204,128); }

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