#A5D090

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

Shades of Gossip #A5D090

Tints of Gossip #A5D090

Color information

#A5D090 (or 0xA5D090) is unknown color: approx Gossip. HEX triplet: A5, D0 and 90. RGB value is (165,208,144). Sum of RGB (Red+Green+Blue) = 165+208+144=517 (68% of max value = 765). Red value is 165 (64.84% from 255 or 31.91% from 517); Green value is 208 (81.64% from 255 or 40.23% from 517); Blue value is 144 (56.64% from 255 or 27.85% from 517); Max value from RGB is 208 - color contains mainly: green. Hex color #A5D090 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #A5D090 is #5A2F6F. Grayscale: #BCBCBC. Windows color (decimal): -5910384 or 9490597. OLE color: 9490597.

HSL color Cylindrical-coordinate representation of color #A5D090: hue angle of 100.31º degrees, saturation: 0.41, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #A5D090 is Cyan = 0.21, Magento = 0, Yellow = 0.31 and Black (K on CMYK) = 0.18.

Color convert

RGB165208144-
CMYK0.2100.310.18
HSL100.31º40.51%69.02%-
HSV(B)100.31º30.77%81.57%-
XYZ43.1155.1234.75-
YUV187.85103.25111.7-

RGB Variations

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

RGB

RED value IS 165 (64.84% from 255) = 31.91%
GREEN value IS 208 (81.64% from 255) = 40.23%
BLUE value IS 144 (56.64% from 255) = 27.85%
R=31.91%
G=40.23%
B=27.85%

CMYK

C (Cyan) values IS 0.21
M (Magenta) values IS 0
Y (Yellow) values IS 0.31
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal1652081440.2100.310.18100.3140.5169.02
HexA5D0901501F12642945
Octal245320220250372214451105
Binary101001011101000010010000101010111111001011001001010011000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A5D090

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A5D090; }

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

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

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

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

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

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

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

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