#A0DA89

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

Shades of Gossip #A0DA89

Tints of Gossip #A0DA89

Color information

#A0DA89 (or 0xA0DA89) is unknown color: approx Gossip. HEX triplet: A0, DA and 89. RGB value is (160,218,137). Sum of RGB (Red+Green+Blue) = 160+218+137=515 (68% of max value = 765). Red value is 160 (62.89% from 255 or 31.07% from 515); Green value is 218 (85.55% from 255 or 42.33% from 515); Blue value is 137 (53.91% from 255 or 26.60% from 515); Max value from RGB is 218 - color contains mainly: green. Hex color #A0DA89 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #A0DA89 is #5F2576. Grayscale: #BFBFBF. Windows color (decimal): -6235511 or 9034400. OLE color: 9034400.

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

Color convert

RGB160218137-
CMYK0.2700.370.15
HSL102.96º52.26%69.61%-
HSV(B)102.96º37.16%85.49%-
XYZ44.0859.4232.81-
YUV191.4297.28105.59-

RGB Variations

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

RGB

RED value IS 160 (62.89% from 255) = 31.07%
GREEN value IS 218 (85.55% from 255) = 42.33%
BLUE value IS 137 (53.91% from 255) = 26.60%
R=31.07%
G=42.33%
B=26.60%

CMYK

C (Cyan) values IS 0.27
M (Magenta) values IS 0
Y (Yellow) values IS 0.37
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal1602181370.2700.370.15102.9652.2669.61
HexA0DA891B025F673446
Octal240332211330451714764106
Binary101000001101101010001001110110100101111111001111101001000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A0DA89

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A0DA89; }

 p { color: rgb(160,218,137); }

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

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

 a { background-color: rgb(160,218,137); }

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

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

 span { border-color: rgb(160,218,137); }

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