#A0DA8B

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

Shades of Gossip #A0DA8B

Tints of Gossip #A0DA8B

Color information

#A0DA8B (or 0xA0DA8B) is unknown color: approx Gossip. HEX triplet: A0, DA and 8B. RGB value is (160,218,139). Sum of RGB (Red+Green+Blue) = 160+218+139=517 (68% of max value = 765). Red value is 160 (62.89% from 255 or 30.95% from 517); Green value is 218 (85.55% from 255 or 42.17% from 517); Blue value is 139 (54.69% from 255 or 26.89% from 517); Max value from RGB is 218 - color contains mainly: green. Hex color #A0DA8B is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #A0DA8B is #5F2574. Grayscale: #BFBFBF. Windows color (decimal): -6235509 or 9165472. OLE color: 9165472.

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

Color convert

RGB160218139-
CMYK0.2700.360.15
HSL104.05º51.63%70%-
HSV(B)104.05º36.24%85.49%-
XYZ44.2359.4833.58-
YUV191.6598.28105.42-

RGB Variations

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

RGB

RED value IS 160 (62.89% from 255) = 30.95%
GREEN value IS 218 (85.55% from 255) = 42.17%
BLUE value IS 139 (54.69% from 255) = 26.89%
R=30.95%
G=42.17%
B=26.89%

CMYK

C (Cyan) values IS 0.27
M (Magenta) values IS 0
Y (Yellow) values IS 0.36
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal1602181390.2700.360.15104.0551.6370
HexA0DA8B1B024F683446
Octal240332213330441715064106
Binary101000001101101010001011110110100100111111010001101001000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A0DA8B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A0DA8B; }

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

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

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

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

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

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

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

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