#A5D590

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

Shades of Gossip #A5D590

Tints of Gossip #A5D590

Color information

#A5D590 (or 0xA5D590) is unknown color: approx Gossip. HEX triplet: A5, D5 and 90. RGB value is (165,213,144). Sum of RGB (Red+Green+Blue) = 165+213+144=522 (69% of max value = 765). Red value is 165 (64.84% from 255 or 31.61% from 522); Green value is 213 (83.59% from 255 or 40.80% from 522); Blue value is 144 (56.64% from 255 or 27.59% from 522); Max value from RGB is 213 - color contains mainly: green. Hex color #A5D590 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #A5D590 is #5A2A6F. Grayscale: #BFBFBF. Windows color (decimal): -5909104 or 9491877. OLE color: 9491877.

HSL color Cylindrical-coordinate representation of color #A5D590: hue angle of 101.74º degrees, saturation: 0.45, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #A5D590 is Cyan = 0.23, Magento = 0, Yellow = 0.32 and Black (K on CMYK) = 0.16.

Color convert

RGB165213144-
CMYK0.2300.320.16
HSL101.74º45.1%70%-
HSV(B)101.74º32.39%83.53%-
XYZ44.3557.635.17-
YUV190.78101.6109.61-

RGB Variations

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

RGB

RED value IS 165 (64.84% from 255) = 31.61%
GREEN value IS 213 (83.59% from 255) = 40.80%
BLUE value IS 144 (56.64% from 255) = 27.59%
R=31.61%
G=40.80%
B=27.59%

CMYK

C (Cyan) values IS 0.23
M (Magenta) values IS 0
Y (Yellow) values IS 0.32
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal1652131440.2300.320.16101.7445.170
HexA5D5901702010662d46
Octal245325220270402014655106
Binary1010010111010101100100001011101000001000011001101011011000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A5D590

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A5D590; }

 p { color: rgb(165,213,144); }

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

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

 a { background-color: rgb(165,213,144); }

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

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

 span { border-color: rgb(165,213,144); }

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