#A1CD84

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

Shades of Gossip #A1CD84

Tints of Gossip #A1CD84

Color information

#A1CD84 (or 0xA1CD84) is unknown color: approx Gossip. HEX triplet: A1, CD and 84. RGB value is (161,205,132). Sum of RGB (Red+Green+Blue) = 161+205+132=498 (65% of max value = 765). Red value is 161 (63.28% from 255 or 32.33% from 498); Green value is 205 (80.47% from 255 or 41.16% from 498); Blue value is 132 (51.95% from 255 or 26.51% from 498); Max value from RGB is 205 - color contains mainly: green. Hex color #A1CD84 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #A1CD84 is #5E327B. Grayscale: #B7B7B7. Windows color (decimal): -6173308 or 8703393. OLE color: 8703393.

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

Color convert

RGB161205132-
CMYK0.2100.360.20
HSL96.16º42.2%66.08%-
HSV(B)96.16º35.61%80.39%-
XYZ40.6952.9129.9-
YUV183.5298.92111.94-

RGB Variations

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

RGB

RED value IS 161 (63.28% from 255) = 32.33%
GREEN value IS 205 (80.47% from 255) = 41.16%
BLUE value IS 132 (51.95% from 255) = 26.51%
R=32.33%
G=41.16%
B=26.51%

CMYK

C (Cyan) values IS 0.21
M (Magenta) values IS 0
Y (Yellow) values IS 0.36
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal1612051320.2100.360.2096.1642.266.08
HexA1CD841502414602a42
Octal241315204250442414052102
Binary1010000111001101100001001010101001001010011000001010101000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A1CD84

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A1CD84; }

 p { color: rgb(161,205,132); }

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

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

 a { background-color: rgb(161,205,132); }

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

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

 span { border-color: rgb(161,205,132); }

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