#A5D493

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

Shades of Gossip #A5D493

Tints of Gossip #A5D493

Color information

#A5D493 (or 0xA5D493) is unknown color: approx Gossip. HEX triplet: A5, D4 and 93. RGB value is (165,212,147). Sum of RGB (Red+Green+Blue) = 165+212+147=524 (69% of max value = 765). Red value is 165 (64.84% from 255 or 31.49% from 524); Green value is 212 (83.20% from 255 or 40.46% from 524); Blue value is 147 (57.81% from 255 or 28.05% from 524); Max value from RGB is 212 - color contains mainly: green. Hex color #A5D493 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #A5D493 is #5A2B6C. Grayscale: #BEBEBE. Windows color (decimal): -5909357 or 9688229. OLE color: 9688229.

HSL color Cylindrical-coordinate representation of color #A5D493: hue angle of 103.38º 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 #A5D493 is Cyan = 0.22, Magento = 0, Yellow = 0.31 and Black (K on CMYK) = 0.17.

Color convert

RGB165212147-
CMYK0.2200.310.17
HSL103.38º43.05%70.39%-
HSV(B)103.38º30.66%83.14%-
XYZ44.3357.1936.31-
YUV190.54103.43109.79-

RGB Variations

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

RGB

RED value IS 165 (64.84% from 255) = 31.49%
GREEN value IS 212 (83.20% from 255) = 40.46%
BLUE value IS 147 (57.81% from 255) = 28.05%
R=31.49%
G=40.46%
B=28.05%

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
Decimal1652121470.2200.310.17103.3843.0570.39
HexA5D4931601F11672b46
Octal245324223260372114753106
Binary101001011101010010010011101100111111000111001111010111000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A5D493

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A5D493; }

 p { color: rgb(165,212,147); }

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

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

 a { background-color: rgb(165,212,147); }

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

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

 span { border-color: rgb(165,212,147); }

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