#A1D485

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

Shades of Gossip #A1D485

Tints of Gossip #A1D485

Color information

#A1D485 (or 0xA1D485) is unknown color: approx Gossip. HEX triplet: A1, D4 and 85. RGB value is (161,212,133). Sum of RGB (Red+Green+Blue) = 161+212+133=506 (67% of max value = 765). Red value is 161 (63.28% from 255 or 31.82% from 506); Green value is 212 (83.20% from 255 or 41.90% from 506); Blue value is 133 (52.34% from 255 or 26.28% from 506); Max value from RGB is 212 - color contains mainly: green. Hex color #A1D485 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #A1D485 is #5E2B7A. Grayscale: #BCBCBC. Windows color (decimal): -6171515 or 8770721. OLE color: 8770721.

HSL color Cylindrical-coordinate representation of color #A1D485: hue angle of 98.73º degrees, saturation: 0.48, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #A1D485 is Cyan = 0.24, Magento = 0, Yellow = 0.37 and Black (K on CMYK) = 0.17.

Color convert

RGB161212133-
CMYK0.2400.370.17
HSL98.73º47.88%67.65%-
HSV(B)98.73º37.26%83.14%-
XYZ42.4856.3630.83-
YUV187.7497.1108.92-

RGB Variations

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

RGB

RED value IS 161 (63.28% from 255) = 31.82%
GREEN value IS 212 (83.20% from 255) = 41.90%
BLUE value IS 133 (52.34% from 255) = 26.28%
R=31.82%
G=41.90%
B=26.28%

CMYK

C (Cyan) values IS 0.24
M (Magenta) values IS 0
Y (Yellow) values IS 0.37
K (Black) values IS 0.17
SystemRedGreenBlueCMYKHSL
Decimal1612121330.2400.370.1798.7347.8867.65
HexA1D4851802511633044
Octal241324205300452114360104
Binary1010000111010100100001011100001001011000111000111100001000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A1D485

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A1D485; }

 p { color: rgb(161,212,133); }

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

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

 a { background-color: rgb(161,212,133); }

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

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

 span { border-color: rgb(161,212,133); }

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