#A5D391

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

Shades of Gossip #A5D391

Tints of Gossip #A5D391

Color information

#A5D391 (or 0xA5D391) is unknown color: approx Gossip. HEX triplet: A5, D3 and 91. RGB value is (165,211,145). Sum of RGB (Red+Green+Blue) = 165+211+145=521 (69% of max value = 765). Red value is 165 (64.84% from 255 or 31.67% from 521); Green value is 211 (82.81% from 255 or 40.50% from 521); Blue value is 145 (57.03% from 255 or 27.83% from 521); Max value from RGB is 211 - color contains mainly: green. Hex color #A5D391 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #A5D391 is #5A2C6E. Grayscale: #BDBDBD. Windows color (decimal): -5909615 or 9556901. OLE color: 9556901.

HSL color Cylindrical-coordinate representation of color #A5D391: hue angle of 101.82º degrees, saturation: 0.43, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #A5D391 is Cyan = 0.22, Magento = 0, Yellow = 0.31 and Black (K on CMYK) = 0.17.

Color convert

RGB165211145-
CMYK0.2200.310.17
HSL101.82º42.86%69.8%-
HSV(B)101.82º31.28%82.75%-
XYZ43.9256.6335.4-
YUV189.72102.76110.37-

RGB Variations

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

RGB

RED value IS 165 (64.84% from 255) = 31.67%
GREEN value IS 211 (82.81% from 255) = 40.50%
BLUE value IS 145 (57.03% from 255) = 27.83%
R=31.67%
G=40.50%
B=27.83%

CMYK

C (Cyan) values IS 0.22
M (Magenta) values IS 0
Y (Yellow) values IS 0.31
K (Black) values IS 0.17
SystemRedGreenBlueCMYKHSL
Decimal1652111450.2200.310.17101.8242.8669.8
HexA5D3911601F11662b46
Octal245323221260372114653106
Binary101001011101001110010001101100111111000111001101010111000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A5D391

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A5D391; }

 p { color: rgb(165,211,145); }

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

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

 a { background-color: rgb(165,211,145); }

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

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

 span { border-color: rgb(165,211,145); }

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