#A1D987

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

Shades of Gossip #A1D987

Tints of Gossip #A1D987

Color information

#A1D987 (or 0xA1D987) is unknown color: approx Gossip. HEX triplet: A1, D9 and 87. RGB value is (161,217,135). Sum of RGB (Red+Green+Blue) = 161+217+135=513 (67% of max value = 765). Red value is 161 (63.28% from 255 or 31.38% from 513); Green value is 217 (85.16% from 255 or 42.30% from 513); Blue value is 135 (53.12% from 255 or 26.32% from 513); Max value from RGB is 217 - color contains mainly: green. Hex color #A1D987 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #A1D987 is #5E2678. Grayscale: #BFBFBF. Windows color (decimal): -6170233 or 8903073. OLE color: 8903073.

HSL color Cylindrical-coordinate representation of color #A1D987: hue angle of 100.98º degrees, saturation: 0.52, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #A1D987 is Cyan = 0.26, Magento = 0, Yellow = 0.38 and Black (K on CMYK) = 0.15.

Color convert

RGB161217135-
CMYK0.2600.380.15
HSL100.98º51.9%69.02%-
HSV(B)100.98º37.79%85.1%-
XYZ43.8858.9531.99-
YUV190.9196.45106.67-

RGB Variations

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

RGB

RED value IS 161 (63.28% from 255) = 31.38%
GREEN value IS 217 (85.16% from 255) = 42.30%
BLUE value IS 135 (53.12% from 255) = 26.32%
R=31.38%
G=42.30%
B=26.32%

CMYK

C (Cyan) values IS 0.26
M (Magenta) values IS 0
Y (Yellow) values IS 0.38
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal1612171350.2600.380.15100.9851.969.02
HexA1D9871A026F653445
Octal241331207320461714564105
Binary101000011101100110000111110100100110111111001011101001000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A1D987

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A1D987; }

 p { color: rgb(161,217,135); }

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

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

 a { background-color: rgb(161,217,135); }

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

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

 span { border-color: rgb(161,217,135); }

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