#A1D086

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

Shades of Gossip #A1D086

Tints of Gossip #A1D086

Color information

#A1D086 (or 0xA1D086) is unknown color: approx Gossip. HEX triplet: A1, D0 and 86. RGB value is (161,208,134). Sum of RGB (Red+Green+Blue) = 161+208+134=503 (66% of max value = 765). Red value is 161 (63.28% from 255 or 32.01% from 503); Green value is 208 (81.64% from 255 or 41.35% from 503); Blue value is 134 (52.73% from 255 or 26.64% from 503); Max value from RGB is 208 - color contains mainly: green. Hex color #A1D086 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #A1D086 is #5E2F79. Grayscale: #B9B9B9. Windows color (decimal): -6172538 or 8835233. OLE color: 8835233.

HSL color Cylindrical-coordinate representation of color #A1D086: hue angle of 98.11º degrees, saturation: 0.44, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #A1D086 is Cyan = 0.23, Magento = 0, Yellow = 0.36 and Black (K on CMYK) = 0.18.

Color convert

RGB161208134-
CMYK0.2300.360.18
HSL98.11º44.05%67.06%-
HSV(B)98.11º35.58%81.57%-
XYZ41.5654.4130.87-
YUV185.5198.93110.52-

RGB Variations

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

RGB

RED value IS 161 (63.28% from 255) = 32.01%
GREEN value IS 208 (81.64% from 255) = 41.35%
BLUE value IS 134 (52.73% from 255) = 26.64%
R=32.01%
G=41.35%
B=26.64%

CMYK

C (Cyan) values IS 0.23
M (Magenta) values IS 0
Y (Yellow) values IS 0.36
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal1612081340.2300.360.1898.1144.0567.06
HexA1D0861702412622c43
Octal241320206270442214254103
Binary1010000111010000100001101011101001001001011000101011001000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A1D086

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A1D086; }

 p { color: rgb(161,208,134); }

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

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

 a { background-color: rgb(161,208,134); }

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

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

 span { border-color: rgb(161,208,134); }

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